[MIC] Stub StartSampling

This commit is contained in:
wheremyfoodat 2023-01-29 17:42:52 +02:00
parent 272926a2ce
commit c3b2699d47
2 changed files with 17 additions and 0 deletions

View file

@ -15,6 +15,7 @@ class MICService {
void setClamp(u32 messagePointer);
void setGain(u32 messagePointer);
void setPower(u32 messagePointer);
void startSampling(u32 messagePointer);
u8 gain = 0; // How loud our microphone input signal is
bool micEnabled = false;