mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-07-04 03:03:34 +00:00
removed mic input as the worker threads were causing high cpu and it's not reliable anyway fixes #12
This commit is contained in:
@ -168,7 +168,9 @@ void audio_thread::process(sample &left_in, sample &right_in, sample &left_out,
|
||||
m_right_renderer->reset();
|
||||
}
|
||||
if (name=="/mic") {
|
||||
m_mic_mode = cmd.get_int(0);
|
||||
//m_mic_mode = cmd.get_int(0);
|
||||
//if (m_mic_mode==1) m_block_stream->start();
|
||||
//else m_block_stream->stop();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user