From 49164744841c5887f505901045feb33a97fd1359 Mon Sep 17 00:00:00 2001 From: Lukas Schmid Date: Mon, 29 Apr 2024 22:02:42 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Edocs/interfaces/audio.md=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/interfaces/audio.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/interfaces/audio.md b/docs/interfaces/audio.md index fcf5316..2848540 100644 --- a/docs/interfaces/audio.md +++ b/docs/interfaces/audio.md @@ -59,4 +59,18 @@ arecord -d 10 -f cd -t wav recording.wav ```sh aplay recording.wav +``` + +## Playing Internet Radio + +- Enable the audio output using the following command + +```sh +amixer -c 0 sset 'Headphone',0 50% on +``` + +- Play a internet stream using mpv + +```sh +mpv --demuxer-readahead-secs=5 --demuxer-max-bytes=4M --demuxer-max-back-bytes=2M --audio-buffer=5 http://radio4.cdm-radio.com:8020/stream-mp3-Chill_autodj ``` \ No newline at end of file