Canardoux / flutter_sound

Flutter plugin for sound. Audio recorder and player.
Mozilla Public License 2.0
864 stars 567 forks source link

[HELP]: most encoders not supported #961

Open voipworld opened 1 year ago

voipworld commented 1 year ago

Hey everyone, i need help with flutter_sound recorder:

issue:

allmost all encoders not supported except of: (AAC - MP4/ADTS, AMR NB/WB. all opus ogg / webm dont work, vorbis dont work, flac dont work.

OS & flutter version:

github-actions[bot] commented 9 months ago

This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days.

zoujiaqing commented 4 months ago

Add amr support?

Larpoux commented 4 months ago

AMR is supposed to work on Android. You can refer to this table for the working codecs..

zoujiaqing commented 3 months ago

Hi @Larpoux :)

AMR format can support iOS platform.

Look this: https://github.com/wildfirechat/libopencore-amr-ios-build

Larpoux commented 3 months ago

Thank you @zoujiaqing for the link. Unfortunately I cannot use this lib, because the source code is not included.

Perhaps I can do something to support AMR but I have not much time to spend on the v9.x Flutter Sound maintenance. Do you really need a AMR support on iOS?