Available on crate feature
wasapi only.Expand description
An idiomatic Rust WASAPI interface.
Structs§
- Buffer
Mut - A typed mutable data buffer.
- Client
- An audio client.
- Client
Config - A client configuration.
- Initialized
Client - A client that has been initialized with the given type
T. - Render
Client - A typed render client.
Enums§
- Error
- WASAPI-specific errors.
- Sample
Format - The sample format detected for the device.
Traits§
- Sample
- Trait implemented for types which can be used to feed the output device.
Functions§
- audio_
prelude - The audio prelude to use for wasapi.
- default_
output_ client - Open the default output device for WASAPI.