Update README.md

This commit is contained in:
Sébastien Dudek 2024-06-10 00:31:32 +02:00 committed by GitHub
parent ed5a17b8f9
commit 2df22d43fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -266,11 +266,11 @@ In the future, we will create a dedicated page for developers.
The sound sometimes does not restart when stopping playback with tools like SDR++. Try using different `hw` identifiers.
Some tools, like GQRX, use **pulseaudio** so the best way would be to load `pulseaudio` on TCP giving access to container's IP address:
Some tools, like GQRX, use **pulseaudio** so the best way would be to load `pulseaudio` on TCP giving access to container's IP address on the host:
pactl load-module module-native-protocol-tcp port=34567 auth-ip-acl=<container IP address>
Then use an environment variable while running programs like GQRX:
Then use an environment variable while running programs like GQRX inside the container:
PULSE_SERVER=tcp:<host IP address>:34567 gqrx