Re-exports§
pub use progress_tracker::ProgressTracker;pub use command::AudioCommand;pub use command::AudioError;pub use command::AudioHandle;pub use command::AudioResponse;pub use command::CommandMessage;
Modules§
- api
- command
- cpal
- cpal_
daemon - CPAL Stream Daemon - manages !Send CPAL streams in dedicated threads
- encoder
- progress_
tracker - resource_
daemon - Resource daemon pattern for managing !Send resources in dedicated threads
Structs§
- Audio
Output - Audio
Output Factory - Audio
Output Scanner - Channels
- A bitmask representing the audio channels in an audio buffer or signal.
- Signal
Spec SignalSpecdescribes the characteristics of a Signal.
Enums§
Traits§
- Audio
Write - Convertible
Sample - Into
Sample IntoSampleimplements a conversion fromSelftoSampletypeT.