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

@ -34,9 +34,9 @@ static void* _process(void *c) {
process_thread::process_thread() :
m_osc("8889"),
m_source_block_size(3000),
m_source_block_size(1000),
m_source_overlap(0.75),
m_target_block_size(3000),
m_target_block_size(1000),
m_target_overlap(0.75),
m_window_type(window::DODGY),
m_target_window_type(window::DODGY)