implemented new audio monitor widget

This commit is contained in:
itsmattkc
2019-10-23 03:21:05 +11:00
parent c38b4dca99
commit 52f4c59bec
20 changed files with 348 additions and 18 deletions
+2
View File
@@ -94,6 +94,8 @@ public:
signals:
void DeviceListReady();
void SentSamples(QVector<double> averages);
private:
AudioManager();