flutter-plugins
flutter-plugins copied to clipboard
[audio_streamer]: How to change default sampleRate in plugin audio_streamer
The default sampleRate is 44,100 Hz of the plugin, i need change it I have changed it in Android plugin source code, but I don't know how on iOS, the swift code in here Can anyone help me ? Is it possible add the feature to the plugin ? @thomasnilsson
Would be easy to implement, some getter/setter for this one :)
Will look into this when we get the time :)
I would be interested in this feature too.
For audio detection, we typically need to increase the sample rate to 48000 Hz or more in order to detect lower frequencies.
Any update on this issue?