Partially decouple Mixer from VisualizationWidget

This commit is contained in:
M374LX
2015-09-30 22:38:10 -03:00
parent de7d83d158
commit 5489040f20
4 changed files with 9 additions and 16 deletions

View File

@@ -231,11 +231,6 @@ public:
return m_framesPerPeriod;
}
inline const surroundSampleFrame * currentReadBuffer() const
{
return m_readBuf;
}
MixerProfiler& profiler()
{
@@ -362,7 +357,7 @@ public:
signals:
void qualitySettingsChanged();
void sampleRateChanged();
void nextAudioBuffer();
void nextAudioBuffer( const surroundSampleFrame * buffer );
private:

View File

@@ -54,7 +54,7 @@ protected:
protected slots:
void updateAudioBuffer();
void updateAudioBuffer( const surroundSampleFrame * buffer );
private: