audiomonitor: rewrote to handle audio independently of output

This gives the AudioMonitor more control over its own timing and appearance
and also reduces the load on the audio processing threads.
This commit is contained in:
itsmattkc
2020-04-22 01:09:49 +10:00
parent efeac6793e
commit afa3d3babe
6 changed files with 255 additions and 68 deletions
+6
View File
@@ -86,6 +86,12 @@ signals:
void OutputNotified();
void OutputDeviceStarted(const QString& filename, qint64 offset, int playback_speed);
void AudioParamsChanged(const AudioRenderingParams& params);
void Stopped();
private:
AudioManager();