Skip to content

Commit f83a2fa

Browse files
authored
Update link to example audio file, close raspberrypi#738
1 parent d557fd2 commit f83a2fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

usage/audio/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Playing audio on the Raspberry Pi
22

3-
To play an MP3 file, navigate to the location of the .mp3 file in the terminal using `cd` and then type the following command:
3+
To play an MP3 file, navigate to the location of the `.mp3` file in the terminal using `cd` and then type the following command:
44

55
```bash
66
omxplayer example.mp3
@@ -11,7 +11,7 @@ This will play the audio file `example.mp3` through either your monitor's built-
1111
If you need an example file you can download one from here using the following command:
1212

1313
```bash
14-
wget https://goo.gl/XJuOUW -O example.mp3 --no-check-certificate
14+
wget http://rpf.io/lamp3 -O example.mp3 --no-check-certificate
1515
```
1616

1717
If you cannot hear anything, make sure your headphones or speakers are connected correctly. Note that omxplayer doesn't use ALSA and so ignores the [audio configuration](../../configuration/audio-config.md) set by `raspi-config` or `amixer`.

0 commit comments

Comments
 (0)