Phonegap Media API - Record and Play Audio - Android

后端 未结 2 1310
粉色の甜心
粉色の甜心 2021-02-16 00:18

I\'m hoping to record some audio and then have the ability to play it back. Its important for me to be able to customize the record interface.

In the below example afte

2条回答
  •  说谎
    说谎 (楼主)
    2021-02-16 00:47

    Here are my steps for getting this to work.

    1. Run these commands

    ionic start RecordTest blank
    ionic platform add ios
    cordova plugin add org.apache.cordova.media
    

    2. Create RecordTest/www/myrecording.wav

    3. Paste the below code in RecordTest/www/index.html

    
    
      
        
        
        
    
        
        
    
        
    
        
        
    
        
        
    
        
        
        
      
      
        
          
            

    Ionic Blank Starter

    Device Properties Example

    Recording audio...

    4. Run ionic emulate ios

    The above should work.

    Note: the extension changes depending on the platform you're developing for

提交回复
热议问题