root / gnuradio-core / gnuradio-core.conf @ 4cb301de
History | View | Annotate | Download (481 Bytes)
| 1 | # This file contains system wide configuration data for GNU Radio. |
|---|---|
| 2 | # You may override any setting on a per-user basis by editing |
| 3 | # ~/.gnuradio/config.conf |
| 4 | |
| 5 | [DEFAULT] |
| 6 | |
| 7 | verbose = False |
| 8 | |
| 9 | |
| 10 | [audio] |
| 11 | |
| 12 | # specify which audio module to load, or use "auto" to have the system |
| 13 | # select one. Valid choices depend on your OS and which modules |
| 14 | # you've installed, but typically include: auto, audio_alsa, |
| 15 | # audio_oss, audio_portaudio, audio_jack, audio_osx, audio_windows |
| 16 | |
| 17 | audio_module = auto |
| 18 | |
| 19 |