-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
34 lines (24 loc) · 1023 Bytes
/
Copy pathconfig.json
File metadata and controls
34 lines (24 loc) · 1023 Bytes
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
{
"_comment": "Copy this to config.json and customize paths for your system",
"_comment2": "Paths can be absolute or relative to repo root",
"whisper_path_windows": "C:/Users/nnorm/CLionProjects/whisper.cpp/cmake-build-debug/bin/whisper-cli.exe",
"whisper_path_mac": "whisper.cpp/build/bin/whisper-cli",
"whisper_path_linux": "whisper.cpp/build/bin/whisper-cli",
"_comment3": "whisper.cpp/models/ggml-base.en.bin",
"whisper_model": "C:/Users/nnorm/CLionProjects/whisper.cpp/models/ggml-base.en.bin",
"piper_model": "",
"temp_audio": "input.wav",
"temp_transcript": "transcript",
"temp_response": "response.wav",
"context_file": "conversation_context.json",
"summary_file": "conversation_summary.json",
"wake_word": "companion",
"sleep_word": "bye companion",
"listen_duration": 3,
"conversation_duration": 5,
"windows_mic_name": "Microphone Array (Realtek(R) Audio)",
"ollama_model": "gemma3:4b",
"runtime_mode": "pc",
"enable_cv": true,
"connect_arduino": false
}