Solving_mic_saturation_and_spectrum_armonics_Mic_App

This commit is contained in:
Brumi-2021
2022-03-05 21:39:53 +01:00
parent 30449e0adf
commit d5a1733c1c
8 changed files with 465 additions and 118 deletions

View File

@@ -345,8 +345,9 @@ public:
void speaker_disable() {};
void microphone_enable() override {
// TODO: Implement
void microphone_enable(int8_t alc_mode) override {
(void)alc_mode; // to avoid "unused warning" when compiling. (@WM8731 we do not use that parameter)
// TODO: Implement,
}
void microphone_disable() override {