Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #295

Merged
merged 1 commit into from
Apr 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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