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

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

jakob pfab created CB-13192:
-------------------------------

             Summary: 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