removed mic input as the worker threads were causing high cpu and it's not reliable anyway fixes #12

This commit is contained in:
Dave Griffiths
2022-09-24 17:49:27 +01:00
parent 4e36c92923
commit b6dcb229d5
5 changed files with 67 additions and 27 deletions

View File

@ -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();
}
}