python-sounddevice icon indicating copy to clipboard operation
python-sounddevice copied to clipboard

Focusrite Scarlet Solo 3 Input Output Pass Through Example

Open shreks7 opened this issue 4 years ago • 1 comments

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?

shreks7 avatar Aug 15 '21 19:08 shreks7

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?

mgeier avatar Aug 19 '21 18:08 mgeier