[SOLVED] Select ASIO Driver?

OK, you Sonic Pi gurus-- how can I get Sonic Pi to use an ASIO audio driver?

Thanks!
Bryan

1 Like

Never mind-- figured it out.

In ‘C:\Program Files (x86)\Sonic Pi\app\server\ruby\lib\sonicpi\scsynthexternal.rb’, I added the ‘-H’ switch to the ‘boot_and_wait’ statement in the ‘boot_server_windows’ function, passing it the name of my soundcard (in my case, ‘Focusrite USB ASIO’).

Now I’m getting virtually no latency when using audio in!

Bryan

3 Likes

Yep, unfortunately this is the only way to to do this at this stage.

However, I do have plans to make a more general audio configuration preference panel in the GUI itself which would remove the need to hack config files :slight_smile:

4 Likes