tree: 4e435e815713e79d6397da08c4a7e983b7423555 [path history] [tgz]
  1. src/
  2. Cargo.toml
  3. README.md
libcras_stub/README.md

Stub crate for libcras

libcras is used by ChromeOS to play audio through the cras server.

In ChromeOS builds, the audio_cras cargo feature is enabled and this crate is replaced with the actual libcras implementation.

On other platforms, the feature flag will remain disabled and this crate is used to satisfy cargo dependencies on libcras.