HTML 5 Audio tag: play concatenated opus file in ogg container -


i have 2 sound files saved opus in ogg container. i've concatenated them using simple technique: append binary data of file b file a. can play new file vlc media player, html audio tag recognizes first part (original file a) of concatenated file.

is there way overcome problem without touching whole binary data (e.g. removing old header , create 1 new file).

regards, philipp


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -