I encountered an audio sampling rate issue while developing Windows applications using Flutter. 1. I want to obtain a list of sampling rates supported by audio devices. 2. The sampling rate currently used by the audio device. 3. Change the current sampling rate of the audio device. Please tell me how to implement it.
I encountered an audio sampling rate issue while developing Windows applications using Flutter. 1. I want to obtain a list of sampling rates supported by audio devices. 2. The sampling rate currently used by the audio device. 3. Change the current sampling rate of the audio device. Please tell me how to implement it.