README 325 B

123456789
  1. cubeb is a cross platform audio library
  2. This script defaults to building against alsa and pulse.
  3. To disable alsa support, pass ALSA=false to the build script.
  4. To disable pulse support, pass PULSE=false to the build script.
  5. jack is an optional dependency and support can be enabled by passing
  6. JACK=true to the build script.