|
Revision 1879
(checked in by eb, 3 years ago)
|
added ok_to_block ctor arg. now uses prefs
|
- 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 |
[audio_alsa] |
|---|
| 6 |
|
|---|
| 7 |
default_input_device = hw:0,0 |
|---|
| 8 |
default_output_device = hw:0,0 |
|---|
| 9 |
period_time = 0.010 # in seconds |
|---|
| 10 |
nperiods = 4 # total buffering = period_time * nperiods |
|---|
| 11 |
verbose = false |
|---|