mic: Refactor microphone state and management. (#7134)

This commit is contained in:
Steveice10
2023-11-12 13:03:07 -08:00
committed by GitHub
parent 831c9c4a38
commit 5118798c30
10 changed files with 137 additions and 145 deletions

View File

@@ -17,11 +17,9 @@ public:
~OpenALInput() override;
void StartSampling(const InputParameters& params) override;
void StopSampling() override;
bool IsSampling() override;
void AdjustSampleRate(u32 sample_rate) override;
Samples Read() override;
private: