Crates.io | audio-device |
lib.rs | audio-device |
version | 0.1.0-alpha.6 |
source | src |
created_at | 2021-04-14 19:37:39.467232 |
updated_at | 2021-04-16 04:01:06.421447 |
description | A library for interacting with audio devices |
homepage | https://github.com/udoprog/audio |
repository | https://github.com/udoprog/audio |
max_upload_size | |
id | 384169 |
size | 270,728 |
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.
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