Applying setup.volume within audio handler if the audio handled is an

output. Added this to the init function.
merge-requests/5/head
Elliott Liggett 2021-07-05 23:24:35 -07:00
rodzic a8b1e905a0
commit f51f91afaf
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -76,7 +76,10 @@ bool audioHandler::init(audioSetup setupIn)
tempBuf.sent = 0;
if(!setup.isinput)
{
this->setVolume(setup.localAFgain);
}
#if defined(RTAUDIO)
#if !defined(Q_OS_MACX)