-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwurb_config_default.yaml
More file actions
106 lines (100 loc) · 2.71 KB
/
Copy pathwurb_config_default.yaml
File metadata and controls
106 lines (100 loc) · 2.71 KB
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
# Configurations for CloudedBats WURB-2026.
---
wurb_app:
port: 8080
host: "0.0.0.0"
log_level: info
audio_capture:
- device_name: Pettersson
- device_name: UltraMic # For Dodotronic.
- device_name: PIPPYG
- device_name: Bat_Detector
- device_name: AudioMoth
sampling_freq_hz: 384000
- device_name: Vleermic
# - 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_device_whitelist:
- /dev/ttyACM0 # Commonly used on Raspberry Pi.
- /dev/ttyUSB0 # Commonly used on Raspberry Pi.
- 1546:01A8 # Vendor:Product used by "u-blox GNSS receiver".
- 067B:2303 # Vendor:Product used by "BU-353" and "BU-353S4".
- USB # Fallback for most other USB GPS dongles.
gps_control_loop_sleep_s: 20
rec_manager:
control_loop_interval_s: 10
mic_read_buffer_s: 0.01
wurb_logger:
max_client_messages: 50