]> git.sesse.net Git - pistorm/blob - a314/software-amiga/piaudio_pistorm/README.md
Adapt piaudio to work on PiStorm + A314 emulation
[pistorm] / a314 / software-amiga / piaudio_pistorm / README.md
1 # PiAudio
2
3 PiAudio is a service that integrates with ALSA, the sound sub-system on the Raspberry Pi, and lets sound samples be played via Paula on the Amiga.
4
5 The *piaudio* program should run on the Amiga. It allocates two sounds channels, one left and one right. Using the following command the piaudio program can run in the background:
6 ```
7 run piaudio >NIL:
8 ```
9
10 The file *.asoundrc* should be stored in `/home/pi` on the RPi. Most programs that play audio on the RPi can then be used. One such program is mpg123, which is started as:
11 ```
12 mpg123 -a amiga song.mp3
13 ```