6 releases
0.1.0-alpha.6 | Apr 16, 2021 |
---|---|
0.1.0-alpha.4 | Apr 14, 2021 |
#980 in Audio
26 downloads per month
1MB
19K
SLoC
audio-device
A library for interacting with audio devices.
The sole aim of this crate is to provide idiomatic low level audio interface drivers that can be used independently. If all you need is WASAPI or ALSA, then that is all you pay for and you should have a decent Rust-idiomatic programming experience.
This is part of the audio ecosystem and makes use of core traits provided by the audio-core crate.
Examples
Support
Supported tier 1 platforms and systems are the following:
Platform | System | Blocking | Async |
---|---|---|---|
Windows | WASAPI | wip | wip |
Linux | ALSA | wip | wip |
License: MIT/Apache-2.0
Dependencies
~3–36MB
~606K SLoC