You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am in the process of creating a audio submission form.
I wondered if - similar to other forms, there is a way to limit users to record only one audio file. I have managed to limit time - after 1 min the stopRecording function is passed.
I tried using the rec.clear function - but it's not working in the way i would like it to.
My aim - is that even after finishing recording - a 'clear' button will delete the previously recorded file - it should also clear anything that is in the process of being recorded - so a full refresh.
Also - if it's possible for the previously recorded file to be overwritten if the user clicks Record again - preventing multiple entries.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I am in the process of creating a audio submission form.
I wondered if - similar to other forms, there is a way to limit users to record only one audio file. I have managed to limit time - after 1 min the stopRecording function is passed.
I tried using the rec.clear function - but it's not working in the way i would like it to.
My aim - is that even after finishing recording - a 'clear' button will delete the previously recorded file - it should also clear anything that is in the process of being recorded - so a full refresh.
Also - if it's possible for the previously recorded file to be overwritten if the user clicks Record again - preventing multiple entries.
Thanks in advance!
The text was updated successfully, but these errors were encountered: