blob: 07c9f3d893b3e81577287c371c80439601d17f7b (
plain)
1
2
3
4
5
6
7
8
9
|
# Contains user settings for OpenAL
# Goes in ~/.openalrc
# Use ALSA (also valid: sdl, native)
(define devices '(alsa))
# Four speaker surround with ALSA
(define speaker-num 4)
(define alsa-out-device "surround40:0,0")
|