Open DyaryRaoof opened 4 years ago
Hi. I am trying to send messages betweenAndroid and iOS devices in my chat app. Audio that is recorded on Android won't play in iOS.
There is no issue the other way around when messages are sent from iOS to Android.
This issue was present on flutter_sound plugin but was fixed lately. Here is the issue https://github.com/dooboolab/flutter_sound/issues/155;
Unfortunately I can't use flutter sound in my app for some unknown reason. My app is complex and has many plugins this probably could be the reason.
Any help is appreciated.
Thanks.
It is because of the codecs If i am not wrong only aac format is supported on both platform
Hi. I am trying to send messages betweenAndroid and iOS devices in my chat app. Audio that is recorded on Android won't play in iOS.
There is no issue the other way around when messages are sent from iOS to Android.
This issue was present on flutter_sound plugin but was fixed lately. Here is the issue https://github.com/dooboolab/flutter_sound/issues/155;
Unfortunately I can't use flutter sound in my app for some unknown reason. My app is complex and has many plugins this probably could be the reason.
Any help is appreciated.
Thanks.