baal 0.1.0

high level audio library
docs.rs failed to build baal-0.1.0
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

DOCUMENTATION

##Features

  • yaml configuration so you can easily test sounds without recompile
  • 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.

##TODO

  • channels conversion

License

Licensed under either of

at your option.