Bergen
Bergen is the sound server that comes with Ygdrasil. It's kept separate from Ygdrasil so you can run it on a different machine for better sound quality.- go to the Ygdrasil Download Page
- For YG 0.4 and higher, get Bergen 0.6
- For YG 0.1.11, Bergen 0.6 might work, otherwise use Bergen 0.5
- For real old linux versions, like RedHat 7.3, use the gcc2.96 versions
- For newer ones, use the gcc3.x versions
- Save it in /usr/local
- Uncompress it, and create an alias just called 'bergen'.
redsnapper:/usr/local # gunzip bergen_0.5.tar.gz redsnapper:/usr/local # tar -xvf bergen_0.5.tar redsnapper:/usr/local # ln -s bergen_0.5 bergen
- test it
redsnapper:/usr/local # cd bergen redsnapper:/usr/local/bergen # cd bin redsnapper:/usr/local/bergen/bin # ./snerd & (snerd is the sound server itself. the & tells it to run in the background) redsnapper:/usr/local/bergen/bin # ./bergenTest (you should hear tones and white noise) redsnapper:/usr/local/bergen/bin # killall snerd
(c) Ben Chang