Notes on sound design
DATE September 8, 2026//TIME 1 MIN//UPDATED September 10, 2026

There are two ways to put audio on a blog, and they are good at different things.
Self-hosted
If you have the file, serve it yourself. You keep control, there is no third-party tracking, and it works offline once cached.
AUDIOSample tone
The trade-off is bandwidth. Audio and video are heavy, so keep an eye on your host’s limits if you do this a lot.
Third-party
For anything on a streaming platform, an embed is cheaper to run and gives listeners controls they already know.
spotify // external
Picking
- Original recordings you want to keep forever: self-host.
- A track that already lives on a platform: embed it.
- Both at once: do both, with the embed as a fallback.