dart-windows / win32

Build Win32 apps with Dart!
https://win32.pub
BSD 3-Clause "New" or "Revised" License
735 stars 118 forks source link

how to use win32 plugin to get audio sampling rate list #839

Closed android-dev2015 closed 2 months ago

android-dev2015 commented 2 months ago

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.

android-dev2015 commented 2 months ago

I want to get this page's audio sampling rate list And change current audio sampling rate, Please help, Thank you very much。 image