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

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

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

javascript - Restarting Supervisor and effect on FlaskSocketIO -