baal 0.4.1

high level audio library
docs.rs failed to build baal-0.4.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: baal-0.7.0

baal

BAsic Audio Library

in early developpement

DOCUMENTATION

Features

  • channel conversion: 1 or 2 for files and 1 or 2 for audio output
  • music player
  • effect player
  • no mp3, use ogg vorbis or other format instead
  • no spatialization

for more information about format available see libsndfile#features

for more information about why not mp3 as lots of other foss handle it see libsndfile#whynotmp3

Dependencies

  • libsndfile:

    From the website: libsndfile

    On Ubuntu / Debian:

    apt-get install libsndfile1-dev
    
  • portaudio:

    rust-portaudio will try to detect portaudio on your system and, failing that (or if given the PORTAUDIO_ONLY_STATIC environment variable on the build process), will download and build portaudio statically. If this fails please let us know! In the mean-time, you can manually download and install PortAudio yourself.

License

Licensed under either of

at your option.