|
Revision 1882
(checked in by eb, 3 years ago)
|
*** empty log message ***
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 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 |
|
|---|