You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "jcesarmobile (JIRA)" <ji...@apache.org> on 2017/08/19 11:30:01 UTC

[jira] [Closed] (CB-13192) Audio Recording broken on some Android Devices after Update to 3.0.1

     [ https://issues.apache.org/jira/browse/CB-13192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jcesarmobile closed CB-13192.
-----------------------------
    Resolution: Not A Problem

You have to use aac now intead or amr

https://github.com/apache/cordova-plugin-media#android-quirks

> Audio Recording broken on some Android Devices after Update to 3.0.1
> --------------------------------------------------------------------
>
>                 Key: CB-13192
>                 URL: https://issues.apache.org/jira/browse/CB-13192
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-plugin-media
>    Affects Versions: 3.0.0
>         Environment: Android 4.4.2, Android 5.0
>            Reporter: jakob pfab
>
> After updating the Media Plugin from 2.4.0 to 3.0.1 some users cant record and play back audio files anymore. The first user was running Android 5.0.1 a software update to 6.0 did fix it for him. Now i got another report from a user running Android 4.4.2 experiencing the same issue.
> The code for the audio recording is:
> {code:javascript}
>         var src = "myrecording.amr";
>         var mediaRec = new Media(src, onSuccess, onError);
>         mediaRec = new Media(src, onSuccess, onError);
>         mediaRec.startRecord();
>         //...wait some seconds
>        mediaRec.stopRecord();
>        mediaRec.play();
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org