Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add Chromecast SVG and update icon path

+2 -1
+1 -1
mintlify/audio-output/chromecast.mdx
··· 1 1 --- 2 2 title: "Chromecast" 3 3 description: "Google Cast support over WAV-over-HTTP plus the Cast control channel." 4 - icon: 'cast' 4 + icon: '/images/chromecast.svg' 5 5 --- 6 6 7 7 Rockbox streams audio to any Google Cast-compatible device — Google Home,
+1
mintlify/images/chromecast.svg
··· 1 + <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-cast"><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M3 19l.01 0" /><path d="M7 19a4 4 0 0 0 -4 -4" /><path d="M11 19a8 8 0 0 0 -8 -8" /><path d="M15 19h3a3 3 0 0 0 3 -3v-8a3 3 0 0 0 -3 -3h-12a3 3 0 0 0 -2.8 2" /></svg>