c151c60172
* 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
6 lines
206 B
HTML
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>
|