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
Here are my steps for getting this to work.
ionic start RecordTest blank
ionic platform add ios
cordova plugin add org.apache.cordova.media
RecordTest/www/myrecording.wav
RecordTest/www/index.html
Ionic Blank Starter
Device Properties Example
Recording audio...
ionic emulate ios
The above should work.
Note: the extension changes depending on the platform you're developing for