Expand description
Online standalone implementation using CPAL
Re-exports§
pub use self::mock_cpal::virtual_host::VirtualHost;pub use self::mock_cpal::virtual_host::VirtualHostDevice;pub use self::mock_cpal::virtual_host::VirtualHostStream;
Modules§
- mock_
cpal - This module starts providing mocks for cpal streams.
Structs§
- IOConfiguration
- Resolved
Standalone Configuration - After negotiating options this struct is built with whatever devices and configuration used for them.
- Standalone
Handles - Handles to the CPAL streams and MIDI host. Playback will stop when these are dropped.
- Standalone
Start Options
Enums§
Functions§
- audio_
processor_ start - Start an
AudioProcessoras a stand-alone cpal app> - audio_
processor_ start_ with_ midi - Start an
AudioProcessor/MidiEventHandleras a stand-alone cpal app and forward MIDI messages received on all inputs to it. - standalone_
start - Start a processor using CPAL. Returns
StandaloneHandleswhich can be used to take the processor back and stop the stream. - standalone_
start_ for_ test - standalone_
start_ with - Same as
standalone_startbut takes an options parameter.