jsierles / react-native-audio

Audio recorder library for React Native
MIT License
1.16k stars 539 forks source link

[new feature recommend] how about add cancel recording function? #306

Closed guopeng1994 closed 5 years ago

guopeng1994 commented 5 years ago

some times we want to cancel the record operation. Now it only have start, stop, pause, resume, and don't have cancel, so if i want to cancel, i need to do something with the recorded file, like check and delete, and maybe i need to install any other libraries to handle the saved file, so i thought it may be not necessary.if this library did this it would be nice!!!

karam89 commented 5 years ago

I really needed this feature

how to implement the cancel functionality?

guopeng1994 commented 5 years ago

@karam89 sry. i don't know .... ... ....