]> git.sesse.net Git - pistorm/blob - a314/files_pi/.asoundrc
Add Meson build files.
[pistorm] / a314 / files_pi / .asoundrc
1 pcm.amiga {
2     type plug
3     slave {
4         pcm {
5             type file
6             format raw
7             file "/tmp/piaudio_pipe"
8             slave.pcm null
9         }
10         format S8
11         rate 18000
12         channels 2
13     }
14     hint {
15         description "Play audio to Amiga using A314"
16     }
17 }