search for: listofchunksblob

Displaying 4 results from an estimated 4 matches for "listofchunksblob".

Did you mean: listofchunksblobs
2018 Nov 15
2
How to concatenate Ogg in the browser JS?
...Google about that. I asked https://stackoverflow.com/questions/53290693/how-to-alter-duration-of-ogg-with-js - in short I have Ogg Vorbis files on the client side (webapp) and I need to concatenate them in one file for downloading. I did concatenation with this line of code: const blob = new Blob(listOfChunksBlobs, {'type': 'audio/ogg'}); And I play the final audio in VLC without problem, BUT the length is incorrect, looks like I need to alter some header / metadata for that? Can you please guide me, maybe I need to alter some bytes as specific position?
2018 Nov 15
4
How to concatenate Ogg in the browser JS?
...>>  https://stackoverflow.com/questions/53290693/how-to-alter-duration-of-ogg-with-js - in short I have Ogg Vorbis files on the client side (webapp) and I need to concatenate them in one file for downloading. I did concatenation with this line of code: >> >>  const blob = new Blob(listOfChunksBlobs, {'type': 'audio/ogg'}); >> >>  And I play the final audio in VLC without problem, > > Yes. If the files are valid Ogg (this does not depend on the used > codecs) you can just concatenate them. > >>  BUT the length is incorrect, looks like I need to al...
2018 Nov 15
0
How to concatenate Ogg in the browser JS?
...hat. I asked > https://stackoverflow.com/questions/53290693/how-to-alter-duration-of-ogg-with-js - in short I have Ogg Vorbis files on the client side (webapp) and I need to concatenate them in one file for downloading. I did concatenation with this line of code: > > const blob = new Blob(listOfChunksBlobs, {'type': 'audio/ogg'}); > > And I play the final audio in VLC without problem, Yes. If the files are valid Ogg (this does not depend on the used codecs) you can just concatenate them. > BUT the length is incorrect, looks like I need to alter some header / > metadat...
2018 Nov 15
0
How to concatenate Ogg in the browser JS?
...https://stackoverflow.com/questions/53290693/how-to-alter-duration-of-ogg-with-js - in short I have Ogg Vorbis files on the client side (webapp) and I need to concatenate them in one file for downloading. I did concatenation with this line of code: > >> > >> const blob = new Blob(listOfChunksBlobs, {'type': 'audio/ogg'}); > >> > >> And I play the final audio in VLC without problem, > > > > Yes. If the files are valid Ogg (this does not depend on the used > > codecs) you can just concatenate them. > > > >> BUT the length is...