diff options
author | Josh Blum <josh@joshknows.com> | 2011-03-22 09:34:53 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-03-22 09:34:53 -0700 |
commit | 34313eace681a82e230c38a8cd26c0001ee823ea (patch) | |
tree | ff0a820cdad8d1589c7bebedaac621f246f4821b /gr-audio | |
parent | 4d1426b8db5be20583a6efb380d564a55a28fd09 (diff) |
audio: moved audio docs to gr-audio and fix comments
Diffstat (limited to 'gr-audio')
-rw-r--r-- | gr-audio/lib/gr-audio.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gr-audio/lib/gr-audio.conf b/gr-audio/lib/gr-audio.conf index 9a70076566..e0d9221c36 100644 --- a/gr-audio/lib/gr-audio.conf +++ b/gr-audio/lib/gr-audio.conf @@ -2,6 +2,11 @@ # You may override any setting on a per-user basis by editing # ~/.gnuradio/config.conf +# specify which audio module to load, or use "auto" to have the system +# select one. Valid choices depend on your OS and which modules +# you've installed, but typically include: +# auto, alsa, oss, portaudio, jack, osx, windows + [audio] audio_module = auto |