spatialaudio / python-sounddevice

:sound: Play and Record Sound with Python :snake:
https://python-sounddevice.readthedocs.io/
MIT License
1.02k stars 149 forks source link

Focusrite Scarlet Solo 3 Input Output Pass Through Example #364

Open shreks7 opened 3 years ago

shreks7 commented 3 years ago

I am trying to use the Input Output Pass Through example with my Focusrite but I don't hear anything at all. The code for recording (including waveform) works and so does the Playback example. However, when trying to open a single stream, it doesn't work.

Is this a hardware limitation or am I missing something?

PS - Focusrite devices have been reported to only output sound properly when using ASIO buffer sizes of 48, 96 or 192. Is this related?

mgeier commented 3 years ago

It may be a hardware/driver limitation.

Focusrite devices have been reported to only output sound properly when using ASIO buffer sizes of 48, 96 or 192. Is this related?

Maybe.

Did you try different host APIs?