[
https://issues.apache.org/jira/browse/CB-12319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15811595#comment-15811595
]
ASF GitHub Bot commented on CB-12319:
-------------------------------------
Github user jcesarmobile commented on the issue:
https://github.com/apache/cordova-plugin-media/pull/124
AAC_ADTS is API level 16, which is fine as is the min used in
cordova-android 6.1.0, but then you should make the plugin require that
cordova-android version on the engine tag, and requiring that version might
also require a major or minor bump on the plugin version.
Also, the README.md should be changed as right now it says that Android
records in Adaptive Multi-Rate format, which won't be true after merging this.
> Recorded audio files cannot be played in iOS with the html <audio> tag
> ----------------------------------------------------------------------
>
> Key: CB-12319
> URL: https://issues.apache.org/jira/browse/CB-12319
> Project: Apache Cordova
> Issue Type: Improvement
> Components: Android, iOS
> Reporter: Yang Zhonghua
> Labels: pull-request-available
>
> Make the output file of Android an acc file in order to play the audio file
> with the html <audio> tag in iOS:
> 1. change OutputFormat from RAW_AMR to AAC_ADTS
> 2. change OutputFormat from AMR_NB to AAC
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]