19 lines
477 B
Plaintext
19 lines
477 B
Plaintext
# Mac receiver address.
|
|
server_host = 192.168.0.10
|
|
server_port = 4860
|
|
|
|
# ALSA capture device.
|
|
# Use `arecord -l` and `arecord -L` on Orange Pi to inspect available devices.
|
|
alsa_device = default
|
|
|
|
# Initial capture format.
|
|
sample_rate = 48000
|
|
channels = 1
|
|
frame_ms = 20
|
|
|
|
# Local backup recording.
|
|
# Recording is enabled by default. If file creation or writing fails,
|
|
# the client keeps streaming over Wi-Fi without local recording.
|
|
record_enabled = true
|
|
record_dir = recordings
|