-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwurb_config_default.yaml
116 lines (108 loc) · 2.78 KB
/
wurb_config_default.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# Configurations for CloudedBats WURB-2024.
---
wurb_app:
port: 8080
host: "0.0.0.0"
log_level: info
audio_capture:
- device_name: Pettersson
- device_name: UltraMic # For Dodotronic.
- device_name: AudioMoth
sampling_freq_hz: 384000
- device_name: USB2.0 Audio
sampling_freq_hz: 192000
channels: MONO-LEFT # From STEREO.
- device_name: USB Audio
sampling_freq_hz: 192000
channels: MONO-LEFT # From STEREO.
# - device_name: PART-OF-DEVICE-NAME
# sampling_freq_hz: 384000 # Adjust Settings-System-Sound if Windows.
# channels: MONO # MONO, MONO-LEFT, MONO-RIGHT.
record:
targets:
- id: sda1
name: USB-1
os: Linux
media_path: /media/USB-sda1
rec_dir: wurb_recordings
- id: sdb1
name: USB-2
os: Linux
media_path: /media/USB-sdb1
rec_dir: wurb_recordings
- id: local
name: Local
executable_path_as_base: true
rec_dir: ../wurb_recordings
free_disk_limit: 500 # Unit MB.
# - id: sharedFolder
# name: Shared folder
# os: Windows
# rec_dir: C:/Users/Public/Bats/wurb_recordings
# - id: ssd
# name: SSD
# os: Linux
# media_path: /mnt/ssd
# rec_dir: wurb_recordings
# - id: usbWurb01
# name: USB Wurb01
# os: Darwin # Darwin=macOS.
# media_path: /Volumes/Wurb01
# rec_dir: wurb_recordings
annotations:
sources:
- id: local
name: Local
executable_path_as_base: true
rec_dir: ../wurb_recordings
- id: sda1
name: USB-1
os: Linux
media_path: /media/USB-sda1
rec_dir: wurb_recordings
- id: sdb1
name: USB-2
os: Linux
media_path: /media/USB-sdb1
rec_dir: wurb_recordings
# - id: sharedFolder
# name: Shared folder
# os: Windows
# rec_dir: C:/Users/Public/Bats/wurb_recordings
# - id: ssd
# name: SSD
# os: Linux
# media_path: /mnt/ssd
# rec_dir: wurb_recordings
# - id: usbWurb01
# name: USB Wurb01
# os: Darwin
# media_path: /Volumes/Wurb01
# rec_dir: wurb_recordings
gps_reader:
min_number_of_satellites: 3
adjust_detector_time: true
accepted_detector_time_diff_s: 60
gps_devices:
- /dev/ttyACM0 # Commonly used on Raspberry Pi.
- /dev/ttyUSB0 # Commonly used on Raspberry Pi.
# - /dev/cu.usbmodem101 # For test on macOS.
gps_control_loop_sleep_s: 20
rec_manager:
control_loop_interval_s: 10
wurb_logger:
max_client_messages: 50
audio_playback:
- device_name: headphones
sampling_freq_hz: 48000
period_size: 2048
buffer_size: 4800
buffer_max_size: 10000
in_queue_length: 10
audio_playback_pitch_shifting:
pitch_factor: 30
volume_percent: 50
filter_low_khz: 15.0
filter_high_khz: 90.0
in_queue_length: 10
overlap_factor: 1.5