Hi,
I use an Audio interface, but i would like to modify parameters involving audio outputs and imputs from Sonic Pi. I use a Windows 10 laptop
You may be able to find what you need in:
%USERPROFILE%\.sonic-pi\config\audio-settings.toml
2 Likes
Yep, @b08x is correct, configuration of sound card settings happens in the sound-settings.toml
file which is found within ~/.sonic-pi/config
(where ~
refers to your ‘home’ directory). So on Windows that’s usually %USERPROFILE%\.sonic-pi\config\audio-settings.toml
.
If you’re just looking to work with audio inputs from code, you should check out the live_audio
fn. For outputting to arbitrary audio outs, check out the sound_out
FX.
Have fun, and please do ask more questions if you need anything clarifying further!