We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a768622 commit 8eb9fceCopy full SHA for 8eb9fce
source/MicroBitAudio.cpp
@@ -78,6 +78,7 @@ MicroBitAudio::MicroBitAudio(NRF52Pin &pin, NRF52Pin &speaker, NRF52ADC &adc, NR
78
79
//Initilise input splitter
80
rawSplitter = new StreamSplitter(mic->output);
81
+ rawSplitter->filterOn(&micEnabled);
82
83
//Initilise stream normalizer
84
processor = new StreamNormalizer(*rawSplitter->createChannel(), 0.08f, true, DATASTREAM_FORMAT_8BIT_SIGNED, 10);
0 commit comments