You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When recording an Audio file in Android Emulator with aacLc with the file extension of .m4a. The file enters Firebase with an unknown type which makes it unreadable other than on the source device. iOS files are working just fine on all devices.
This is the error my player is giving me : PlatformException(DarwinAudioError, Failed to set source. For troubleshooting,
Add your record configuration RecordConfig(...) : I used the default configs of RecordConfig()
The text was updated successfully, but these errors were encountered:
Package version
record: ^5.0.4
Environment
Describe the bug
When recording an Audio file in Android Emulator with aacLc with the file extension of .m4a. The file enters Firebase with an unknown type which makes it unreadable other than on the source device. iOS files are working just fine on all devices.
This is the error my player is giving me :
PlatformException(DarwinAudioError, Failed to set source. For troubleshooting,
Add your record configuration
RecordConfig(...)
: I used the default configs of RecordConfig()The text was updated successfully, but these errors were encountered: