2021-06-23 18:34:31 +00:00
|
|
|
# Stub crate for libcras
|
|
|
|
|
|
|
|
libcras is used by ChromeOS to play audio through the cras server.
|
|
|
|
|
2022-01-25 23:14:43 +00:00
|
|
|
In ChromeOS builds, the `audio_cras` cargo feature is enabled and this crate is replaced with the
|
|
|
|
actual [libcras] implementation.
|
2021-06-23 18:34:31 +00:00
|
|
|
|
2022-01-25 23:14:43 +00:00
|
|
|
On other platforms, the feature flag will remain disabled and this crate is used to satisfy cargo
|
|
|
|
dependencies on libcras.
|
2021-06-23 18:34:31 +00:00
|
|
|
|
2022-01-25 23:14:43 +00:00
|
|
|
[libcras]: https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/third_party/adhd/cras/client/libcras/
|