> camilladsp --help CamillaDSP v3.0.0 Henrik Enquist <henrik.enquist@gmail.com> A flexible tool for processing audio Built with features: websocket Supported device types: Capture: RawFile, WavFile, Stdin, SignalGenerator, CoreAudio Playback: File, Stdout, CoreAudio Usage: camilladsp [OPTIONS...
GetSupportedDeviceTypes : read which playback and capture device types are supported. return a list containing two lists of strings (for playback and capture), like [['File', 'Stdout', 'Alsa'], ['File', 'Stdin', 'Alsa']]. Stop : stop processing and wait for a new config to be...
Play a wav file. This example reads a configuration from a file, updates the capture device to point at a given .wav file, and sends this modified config to CamillaDSP. Usage example: python play_wav.py 1234 /path/to/wavtest.yml /path/to/music.wav ...
capture_status.write().state = ProcessingState::Inactive; })?; Ok(Box::new(handle))31 changes: 31 additions & 0 deletions 31 src/processing.rs Original file line numberDiff line numberDiff line change @@ -2,6 +2,9 @@ use crate::audiodevice::*; use crate::config; use crate::fil...
> camilladsp.exe --help CamillaDSP 2.0.0 Henrik Enquist <henrik.enquist@gmail.com> A flexible tool for processing audio Built with features: websocket Supported device types: Capture: File, Stdin, Wasapi Playback: File, Stdout, Wasapi USAGE: camilladsp.exe [FLAGS] [OPTIONS] <configfile> ...
> camilladsp.exe --help CamillaDSP 0.6.1 Henrik Enquist <henrik.enquist@gmail.com> A flexible tool for processing audio Built with features: websocket Supported device types: Capture: File, Stdin, Wasapi Playback: File, Stdout, Wasapi USAGE: camilladsp.exe [FLAGS] [OPTIONS] <configfile> ...