Displaying 2 results from an estimated 2 matches for "e2b02ea".
Did you mean:
e2b02eae
2018 Nov 15
0
How to concatenate Ogg in the browser JS?
...DE305133015
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: This is a digitally signed message part
URL: <http://lists.xiph.org/pipermail/ogg-dev/attachments/20181115/e2b02eae/attachment.sig>
2018 Nov 15
2
How to concatenate Ogg in the browser JS?
Good day, no answers in 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