Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Android AudioEncoder #26

Merged
merged 10 commits into from
Jul 4, 2019
Merged

Fix Android AudioEncoder #26

merged 10 commits into from
Jul 4, 2019

Conversation

ferbass
Copy link
Contributor

@ferbass ferbass commented Oct 24, 2018

As reported on this issue audios recorded from Android cannot be played on iOS, the reason is the record MediaRecorder.AudioEncoder format AMR_NB create a confusion for some players and the mime-type becomes video/mp4.

Thats the file I recorded using Android
02ad9210-bd30-11e8-80ae-094b53e3c499.m4a: video/mp4

Android docs about the problem
https://developer.android.com/reference/android/media/MediaRecorder#setOutputFormat(int)

@ZaraclaJ ZaraclaJ merged commit f9079e7 into ZaraclaJ:master Jul 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants