-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
47 lines (40 loc) · 1.39 KB
/
Copy pathconfig.yaml
File metadata and controls
47 lines (40 loc) · 1.39 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
# Monday configuration.
# Edit these before running the demo. No code changes needed. Environment
# variables still override individual components where supported (see README).
camera_index: 0
camera_width: 1280
camera_height: 720
receiver_url: http://127.0.0.1:5001
# Pi wearable services. These are fallback defaults so the app does not
# crash if env vars are unset. Every real hotspot session overrides via
# MONDAY_CAMERA_URL and MONDAY_AUDIO_URL because the Pi's DHCP IP changes
# between hotspots. mDNS hostnames often fail on phone hotspots; use
# `hostname -I` on the Pi to get the current address.
pi_services:
camera_url: http://monday-pi.local:5002
audio_url: http://monday-pi.local:5003
voice:
wake_phrase: hey monday
whisper_model: base
whisper_device: cpu
vad_threshold: 500
# Audio input. null = system default. Set to an integer index or a
# substring of the device name to pin VoiceListener to a specific mic.
# Use `python -m app.voice --list-devices` to see what's available.
input_device: null
orchestrator:
abort_window_ms: 500
confidence_scale:
high: 1.0
medium: 0.75
low: 0.5
overlay:
state_badge_size: 24
transcript_font_size: 16
confidence_border_width: 8
refusal_flash_duration_s: 3.0
# Session bookkeeping, not used by main.py but kept for future session_logger.
session:
reps_per_set: 10
sets_per_session: 3
rest_between_sets_sec: 120