Change CVoiceVatlib processing to every 10 ms

refs #183
This commit is contained in:
Roland Winklmeier
2014-04-13 18:47:34 +02:00
committed by Klaus Basan
parent 9fd4986fac
commit ccef9f4be2

View File

@@ -57,7 +57,7 @@ namespace BlackCore
this->m_audioOutput->setVolume(1.0);
// do processing
this->startTimer(100);
this->startTimer(10);
}
catch (...)
{