Graceful shutdown of SELCAL player with audio context

This commit is contained in:
Klaus Basan
2020-03-26 19:01:51 +01:00
committed by Mat Sutcliffe
parent 87a9059a05
commit dab907df8c
3 changed files with 9 additions and 0 deletions

View File

@@ -231,6 +231,7 @@ namespace BlackCore
void CContextAudioBase::gracefulShutdown()
{
this->terminateVoiceClient();
m_selcalPlayer->gracefulShutdown();
QObject::disconnect(this);
}