doppelgunner / audio-react-recorder

Audio / Voice Recorder for ReactJS using Web Audio API
49 stars 42 forks source link

How to set Recording limit to max 20 seconds in audio-react-recorder #4

Closed ladanikevin closed 3 years ago

ladanikevin commented 3 years ago

Please give me suggestion for How to set Recording limit to max 20 seconds in audio-react-recorder

JohnGoodman commented 3 years ago

Hey @ladanikevin, you could set this 20 second limit outside of the recorder if needed. Just create your own timer and programmatically stop the recording and give the user some feedback. Not sure if this will work for your use case, but hoping it helps.

vyashh commented 3 years ago

@doppelgunner can you close this issue?