Module wasapi

Module wasapi 

Source
Available on crate feature wasapi only.
Expand description

An idiomatic Rust WASAPI interface.

Structs§

BufferMut
A typed mutable data buffer.
Client
An audio client.
ClientConfig
A client configuration.
InitializedClient
A client that has been initialized with the given type T.
RenderClient
A typed render client.

Enums§

Error
WASAPI-specific errors.
SampleFormat
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.