added audio settings options for selection of device, samplrate and buffer size, also fixed: #65 & fixed: #64

This commit is contained in:
Dave Griffiths
2022-10-03 09:56:25 +01:00
parent fb8d607e2d
commit 4a4ab8b41a
19 changed files with 859 additions and 282 deletions

View File

@ -16,6 +16,7 @@
#include "feedback.h"
#include "sound_items.h"
#include "SettingsDialog.h"
#include <iostream>
using namespace spiralcore;
@ -28,7 +29,7 @@ feedback::feedback(string address) :
}
void feedback::poll(QStatusBar *s, sound_items *sound_items) {
void feedback::poll(QStatusBar *s, sound_items *sound_items, SettingsDialog *settings) {
command_ring_buffer::command cmd;
while (m_osc.get(cmd)) {