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
Post a Comment