Curtis Robinson created CB-11521:
------------------------------------

             Summary: Media plugin: Get audio data as an array.
                 Key: CB-11521
                 URL: https://issues.apache.org/jira/browse/CB-11521
             Project: Apache Cordova
          Issue Type: Improvement
          Components: Android, Plugin Media
    Affects Versions: 3.5.0
            Reporter: Curtis Robinson
            Priority: Minor


When I record a sound I'd like to get a Float32Array. Just like how when you 
have a sound that was loaded as an audioBuffer you can do 
myAudioBuffer.getChannelData(0) and it will give you an array of the sound 
data. I want to do myMedia.getChannelData(). Since you can play the sound with 
myMedia.play() the data is already in memory I just don't get access to it? 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to