citra-web/site/themes/citra-bs-theme/layouts/shortcodes/audio.html
James Rowe c151c60172 [WIP] DSP LLE Blog Post (#96)
* DSP LLE Blog Post: In progress

* Address review comments and add missing media

* Minor changes to wording and changed the intro to let the embed version look better

* Add forum id

* Add more paragraph breaks

* Mention canary not nightly on the page at least once

* Address review concerns

* Update accurate-audio-emulation.md

* Add notice that this is still very slow and we are working on that
2018-12-07 21:16:00 -05:00

6 lines
206 B
HTML

<audio preload="auto" controls>
<source src="{{.Get "src"}}" type="audio/ogg">
Your browser doesn't support Ogg Vorbis audio. :(
<a href="{{.Get "src"}}">Download the audio instead</a>
</audio>