Click here to Skip to main content
15,902,020 members

Comments by Michel BF (Top 5 by date)

Michel BF 25-Aug-23 23:04pm View    
Yes I understand this thinking process, but the question is where should that be inserted in the code. I was first doing those in the startRecording and stopRecording functions because I thought it should be done on per recording base. But now that I know it has to be done on a per playback base I can no longer use the same functions. I tried to use the onPlay and onEnded event handlers of the audio component. Is this the right way to do?
For the time being it still does not work.
Michel BF 25-Aug-23 1:48am View    
OK. Thank you. Just one question: How do you release "properly after each playback" as you mention. I assume the question is Where to use 'URL.revokeObjectURL()' ?
Michel BF 23-Aug-23 21:27pm View    
I think you can easily reproduce it as mentioned in my post.
Michel BF 17-Aug-23 4:39am View    
Deleted
I think you can easily reproduce it as mentioned in my post.
Michel BF 17-Aug-23 3:26am View    
Thanks for the tip, I tried your suggestion; but unfortunately it doesn't not work.
Nothing changes.