I actually did attempt to do it in HTML, and while an audio player did show up, the audio file didn't load and it wouldn't play. I don't think it's due to an invalid source path or anything. The MD file is in the same directory as an audio folder, and the file I'm trying to access is in said audio folder. The path I'm giving is "/audio/audiotest.wav". I've also tried it in OGG.
Could you confirm that using HTML for audio players works for you?
Viewing post in Audio File Embeds ?
I'm a little unsure what you mean by absolute path. I expected that you meant something like:
<audio controls> <source type="audio/ogg" src="file:///C:/Users/MyName/Music/unfinished.ogg" /> </audio>
but after trying that out as well as a few other things the audio player still just showed up as unplayable
Did you mean to format it some other way?