docs.rs failed to build earwax-0.1.7
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.
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:
earwax-0.1.4
Audio decoding library based on ffmpeg 2.8. The purpose of this library is to provide a safe and simple way of converting any audio input to raw PCM data.
Dependencies
From ffmpeg 2.8, the required libraries are libavcodec, libavformat, and libavdevice.
Usage
extern crate earwax;
use Earwax;
Check the documentation for a detailed reference.
TODO
- Add error handling to the
spitfunction.