cordova-plugin-audio-recorder-api icon indicating copy to clipboard operation
cordova-plugin-audio-recorder-api copied to clipboard

Pause o stop playback

Open LTroya opened this issue 9 years ago • 5 comments

Is there a way to pause or stop the playback after recording it?

LTroya avatar Dec 10 '15 03:12 LTroya

It hasn't more controls for playback yet.

emj365 avatar Dec 17 '15 12:12 emj365

+1

luco avatar Jul 19 '16 14:07 luco

+1 Great plugin, would be more perfect if it had more controls for playback

KevinWang15 avatar Sep 11 '16 12:09 KevinWang15

This would be great.

AppwareDev avatar Oct 04 '16 20:10 AppwareDev

I've added pause and stop controls for playback, based on alssl-ross's Android permissions fork. https://github.com/AppwareDev/cordova-plugin-audio-recorder-api

Apologies if it's not perfect; my java and objective C is very lacking! It worked in my tests but I may not have accounted for edge cases.

Install using cordova plugin add https://github.com/AppwareDev/cordova-plugin-audio-recorder-api

AppwareDev avatar Oct 07 '16 16:10 AppwareDev