Detect host offline rendering state and if active, use the stretchsource directly instead of the thread buffered source

This commit is contained in:
xenakios
2017-12-19 00:37:02 +02:00
parent d900572506
commit 7238c71e66
3 changed files with 11 additions and 2 deletions

View File

@ -111,6 +111,7 @@ public:
void timerCallback(int id) override;
double getSampleRateChecked();
int m_abnormal_output_samples = 0;
private: