diff --git a/media-libs/openal/files/openalrc b/media-libs/openal/files/openalrc new file mode 100644 --- /dev/null +++ b/media-libs/openal/files/openalrc @@ -0,0 +1,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")