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
Thank you so much for this awesome library. I've wrapped it in a web component that I'll open source in the near future.
I'm wondering how I'd go about recording, explicitly encoding it into all 3 formats, and returning the 3 blobs to the onComplete event handler? From what I can tell, there's not currently a way to record a single buffer & then explicitly encode that buffer into the 3 supported formats, correct?
Or would I need to record 3 buffers at the same time, encode each buffer into 1 of the formats, and then each would fire it's own onComplete event?
The text was updated successfully, but these errors were encountered:
Thank you so much for this awesome library. I've wrapped it in a web component that I'll open source in the near future.
I'm wondering how I'd go about recording, explicitly encoding it into all 3 formats, and returning the 3 blobs to the
onComplete
event handler? From what I can tell, there's not currently a way to record a single buffer & then explicitly encode that buffer into the 3 supported formats, correct?Or would I need to record 3 buffers at the same time, encode each buffer into 1 of the formats, and then each would fire it's own
onComplete
event?The text was updated successfully, but these errors were encountered: