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
Hi, maybe I'm missing something but I don't see an option to suppress the local saving.
I am sending all audio data to the server through a WebSocket. I don't need a local recording.
Of course I can just discard the blob in the end... but my worry is that we run out of disk space or something? I want to keep the audio stream on for hours at a time (maybe even 24/7) and was hoping not having to restart the audio regularly or similar.
TIA and thanks for this great library
Edit: I have done my own test and had opus audio streamed to the server for 12 hours or so. It worked fine except when I called stopRecording the whole page crashed. 500 MB were streamed and it appears they arrived fine at the server.
Edit 2: Does it depend on the recorder being used? I'm currently using OpusMediaEncoder.
The text was updated successfully, but these errors were encountered:
Hi, maybe I'm missing something but I don't see an option to suppress the local saving.
I am sending all audio data to the server through a WebSocket. I don't need a local recording.
Of course I can just discard the blob in the end... but my worry is that we run out of disk space or something? I want to keep the audio stream on for hours at a time (maybe even 24/7) and was hoping not having to restart the audio regularly or similar.
TIA and thanks for this great library
Edit: I have done my own test and had opus audio streamed to the server for 12 hours or so. It worked fine except when I called stopRecording the whole page crashed. 500 MB were streamed and it appears they arrived fine at the server.
Edit 2: Does it depend on the recorder being used? I'm currently using OpusMediaEncoder.
The text was updated successfully, but these errors were encountered: