blob: 5cec63e7ab4e166e9df99994628360e6f8ebaf5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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
[audio_alsa]
default_input_device = hw:0,0
default_output_device = hw:0,0
period_time = 0.010 # in seconds
nperiods = 4 # total buffering = period_time * nperiods
verbose = false
|