Audio works on Windows but not on Mac

The issues found when using the Virtual Console
Post Reply
bcrotaz
Posts: 15
Joined: Fri Feb 07, 2020 7:21 am
Real Name: Bryan Crotaz

QLC 4.12.2
Several PCs running Win10
Macbook
Focusrite Scarlett 2i2

Works great on Windows (very low input levels as described elsewhere)
No in or out sound on MacOS

Tried with Default sound card, setting it up globally in MacOS, and tried again with specifying the 2i2 in QLC. No output when playing audio in QLC, and no input seen in any sound triggered features.
mlohrey
Posts: 243
Joined: Mon Apr 20, 2015 5:07 am
Real Name: Mark Lohrey

I think this has been fixed in the test versions.

For increased sensitivity for the audio widget I changed this bit of code in audio capture.cpp to pwrsum*10 (and compiled) and sensitivity is vastly improved. I haven't tested it live but it looks much better.

Code: Select all

    m_signalPower = pwrSum * 10 / m_captureSize;
Cheers

Mark
bcrotaz
Posts: 15
Joined: Fri Feb 07, 2020 7:21 am
Real Name: Bryan Crotaz

You think that USB audio on MacOS is fixed?
mlohrey
Posts: 243
Joined: Mon Apr 20, 2015 5:07 am
Real Name: Mark Lohrey

Yes.

Try the version for mac here: viewtopic.php?f=12&t=3135
Post Reply