Hello TW devs!
I'm facing an issue trying to play audio/ogg sounds within TW
I'd like to figure out if I'm doing something wrong or if it is because the mimetype is not defined/available/known in tw
Console says this:
Media resource data:audio/ogg;codecs="opus";base64,T2dnUwACAAAAAAAAAAAAAAAAAAAAAEVP7KoBE09wdXNIZWFkAQEAD0SsAAAAAABPZ2dTAAAAAAAAAAAAAAAAAAABAAAAVewFUgEYT3B1c1RhZ3MIAAAAUmVjb3JkZXIAAAAAT2dnUwAEwAMAAAAAAAAAAAAAAgAAAHSiY8oBA/j//g== could not be decoded, error: Error Code: NS_ERROR_DOM_MEDIA_METADATA_ERR (0x806e0006)
I'm about to implement music-sheets with midi-playback (
http://musicsheets.tiddlyspot.com/) - on that page there's a json tiddler holding the soundfonts of each note of a grand piano
like:
"A0": "data:audio/ogg;base64,T2dnUwACAAAAAAAAAAC... ",
Do you have an idea for a quick fix?
best wishes,
Simon