audio-device

Crates.ioaudio-device
lib.rsaudio-device
version0.1.0-alpha.6
sourcesrc
created_at2021-04-14 19:37:39.467232
updated_at2021-04-16 04:01:06.421447
descriptionA library for interacting with audio devices
homepagehttps://github.com/udoprog/audio
repositoryhttps://github.com/udoprog/audio
max_upload_size
id384169
size270,728
John-John Tedro (udoprog)

documentation

https://docs.rs/audio-device

README

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

Commit count: 209

cargo fmt