summaryrefslogtreecommitdiff
path: root/stacks/crdop/share/crdop.ini.example
blob: 52dc3a127cdbfb1ff2fc70d98ce85da474d62120 (plain)
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
; MAX25-SoftModem (CRDOP) — CB profile (default)
; Copy: cp share/crdop.ini.example ~/.config/crdop/crdop.ini
; Docs: docs/SOFTMODEM.md · docs/AUDIO-ARCHITECTURE.md · docs/CONFIG.md
;
; Development/test phase — in-house MAX25-Stack standard.
; Audio: kernel ALSA ONLY via MAX25 sound-proxy — NO PulseAudio / PipeWire route.
; Good sound card REQUIRED (accurate tones; stricter at higher baud).
; 1200 baud primary, max 19200 baud. Duplex: half | full

[profile]
radio_profile = cb

[modem]
speed_baud = 1200
duplex = half
max_speed_baud = 19200

[host]
port = 8515

[mycall]
call = NOCALL-0

[audio]
; MAX25 sound-proxy → libasound → kernel ALSA → hardware (direct)
backend = alsa-kernel
; Reject pulse/pipewire pseudo devices — production path is kernel-only
no_pulse = yes
; REQUIRED: explicit hw: or plughw: from arecord -l / aplay -l
; capture = hw:1,0
; playback = hw:1,0
; sample_rate = 48000
; period_frames = 256

[coupling]
; line | acoustic — radio or TNC/BayCom reference path
mode = line
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com