vanutsteen.nl => nerds only A blog on rails, php, computing, my bass guitar and stuff

Trouble setting up digital output

on in Linux

Too lazy to type something usefull here. Just for my own reference…

Useful links:

Steps to take:

1
2
3
4
5
6
7
8
9
10
usermod -a -G audio $USER
sudo aptitude install pulseaudio
sudo nano /etc/pulse/default.pa

load-module module-combine
load-module module-zeroconf-publish
load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1;192.168.1.0/24

pulseaudio --start (or run pulseaudio in screen)
aplay ~/train.wav

Comments