Skip to content

Commit

Permalink
Update README.md (#295)
Browse files Browse the repository at this point in the history
Remove explicit tags
  • Loading branch information
GioF71 authored Apr 7, 2024
1 parent 0abf61b commit 3b751f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ version: "3"
services:
squeezelite-my-usb-dac:
image: giof71/squeezelite:latest
image: giof71/squeezelite
container_name: squeezelite-my.usb-dac
devices:
- /dev/snd:/dev/snd
Expand Down Expand Up @@ -298,7 +298,7 @@ version: "3.3"
services:
squeezelite:
image: giof71/squeezelite:stable
image: giof71/squeezelite
container_name: squeezelite
network_mode: host
devices:
Expand All @@ -322,7 +322,7 @@ docker run \
-e SQUEEZELITE_NAME="home-pi" \
-e SQUEEZELITE_AUDIO_DEVICE="hw:CARD=Headphones,DEV=0" \
--device /dev/snd \
giof71/squeezelite:stable
giof71/squeezelite
```

As another example, here you can find the docker run command I use for a Fiio E18, which supports sampling rates up to 96kHz (but notably not 88.2kHz) enabling upsampling to 96kHz:
Expand Down Expand Up @@ -396,7 +396,7 @@ version: "3"
services:
squeezelite-gustard-x12:
image: giof71/squeezelite:bullseye
image: giof71/squeezelite
container_name: squeezelite-gustard-x12
devices:
- /dev/snd:/dev/snd
Expand Down

0 comments on commit 3b751f2

Please sign in to comment.