Skip to main content

Module audio_handler

Module audio_handler 

Source

Modules§

__mock_MockAudioHandlerTrait
__mock_MockAudioHandlerTrait_AudioHandlerTrait

Structs§

AudioHandler
Concrete implementation of AudioHandlerTrait backed by real CPAL devices.
MockAudioHandlerTrait
Abstraction over the audio I/O handler used by AudioService.

Traits§

AudioHandlerTrait
Abstraction over the audio I/O handler used by AudioService.
PlayableStream
A thin wrapper around a CPAL [Stream] that allows it to be started through a trait object, enabling mocking in tests.