diff options
Diffstat (limited to 'gnuradio-core/gnuradio-core.conf')
-rw-r--r-- | gnuradio-core/gnuradio-core.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnuradio-core/gnuradio-core.conf b/gnuradio-core/gnuradio-core.conf new file mode 100644 index 000000000..d64f58401 --- /dev/null +++ b/gnuradio-core/gnuradio-core.conf @@ -0,0 +1,19 @@ +# This file contains system wide configuration data for GNU Radio. +# You may override any setting on a per-user basis by editing +# ~/.gnuradio/config.conf + +[DEFAULT] + +verbose = False + + +[audio] + +# 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, audio_alsa, +# audio_oss, audio_portaudio, audio_jack, audio_osx, audio_windows + +audio_module = auto + + |