Added detector for invalid sample values in plugin output

This commit is contained in:
xenakios
2017-12-18 22:27:12 +02:00
parent 8c9749a90c
commit d900572506
3 changed files with 12 additions and 0 deletions

View File

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