Workarounds for Array buffer allocation failed
?
#682
Unanswered
FunctionDJ
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I get the above error when trying to convert to / read from a 1GB+ output file.
I know the input file size limitation is 2GB set by browsers, but is there something i can do for the output file limitations?
My use case is building a tiny web app that fixes a sampling rate issue of a specific type of recording which causes desyncing / drifting when trying to sync the audio with any other sources like captured video of a recorded music event.
Since my use case is intended to further process the resulting audio files in a video or audio editor i might be fine by simply splitting the input and processing on every 30 minutes of material, e.g. 5 output files for an input file duration of 120-150 minutes.
Beta Was this translation helpful? Give feedback.
All reactions