mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2026-06-21 22:21:41 +00:00
added audio settings options for selection of device, samplrate and buffer size, also fixed: #65 & fixed: #64
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user