flutter-plugins icon indicating copy to clipboard operation
flutter-plugins copied to clipboard

[audio_streamer]: How to change default sampleRate in plugin audio_streamer

Open hibernate2011 opened this issue 4 years ago • 5 comments

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

hibernate2011 avatar May 27 '20 03:05 hibernate2011

Would be easy to implement, some getter/setter for this one :)

KingDarBoja avatar Jul 13 '20 17:07 KingDarBoja

Will look into this when we get the time :)

thomasnilsson avatar Jul 28 '20 15:07 thomasnilsson

I would be interested in this feature too.

aalex avatar Nov 01 '21 04:11 aalex

For audio detection, we typically need to increase the sample rate to 48000 Hz or more in order to detect lower frequencies.

aalex avatar Nov 01 '21 04:11 aalex

Any update on this issue?

hexaclue avatar Jan 04 '22 20:01 hexaclue