cpal 0.3.1

Low-level cross-platform audio playing library in pure Rust.
docs.rs failed to build cpal-0.3.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: cpal-0.15.3

CPAL - Cross-platform audio library

Documentation

[dependencies]
cpal = "0.3.0"

Low-level library for audio playback in pure Rust.

This library allows you to open a channel with the audio device of the user's machine, and send PCM data to it.