SampleBuffer -> Use processingSampleRate.

SampleBuffer was using baseSampleRate as the default samplerate instead of the actual processingSampleRate.
This commit is contained in:
Shmuel H
2018-05-22 15:45:35 +03:00
parent fad89d6be7
commit 37f0c3f33d
3 changed files with 14 additions and 7 deletions

View File

@@ -265,6 +265,8 @@ public slots:
void sampleRateChanged();
private:
static sample_rate_t mixerSampleRate();
void update( bool _keep_settings = false );
void convertIntToFloat ( int_sample_t * & _ibuf, f_cnt_t _frames, int _channels);