Skip to content

Commit bbac692

Browse files
authored
Update recorder_transcriber-config.json
1 parent 6b0fd01 commit bbac692

File tree

1 file changed

+20
-7
lines changed

1 file changed

+20
-7
lines changed

recorder_transcriber-config.json

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,32 @@
11
{
2+
"assemblyai_api_key": "xxxxxxxxxx",
23
"azure_speech_key": "xxxxxxxxxx",
34
"azure_service_region": "southeastasia",
45
"azure_language": "th-TH",
5-
"google_credentials": "xxx-xxx-xxxx.json",
6+
"google_credentials": "xxx-xxxx-xxxxx.json",
67
"google_language_code": "th-TH",
8+
"ibm_api_key": "xxxxxxxxxx",
9+
"ibm_url": "https://xxxxx/xxxxx",
10+
"ibm_language_code": "en-US_BroadbandModel",
11+
"speechmatics_api_key": "xxxxxxxxxx",
12+
"speechmatics_language": "th",
713
"frequency": "",
814
"station": "E25WOP",
9-
"threshold": 400,
15+
"threshold": 550,
1016
"record_length": 60,
11-
"silence_limit": 1,
12-
"min_duration_sec": 2.5,
17+
"silence_limit": 0.8,
18+
"min_duration_sec": 3,
19+
"audio_pre_processing": true,
20+
"audio_filter": true,
21+
"audio_high_pass_filter": 300,
22+
"audio_low_pass_filter": 8000,
23+
"audio_normalize": true,
1324
"save_folder": "audio_files",
1425
"log_file": "system.log",
15-
"num_workers": 2,
16-
"upload": false,
26+
"num_workers": 10,
27+
"upload": true,
1728
"upload_url": "https://e25wop.com/ham_radio_recorder_transcriber/upload.php",
18-
"transcribe_engine": "alternate"
29+
"alternate_engines": ["azure", "google", "speechmatics"],
30+
"random_engines": ["azure", "google", "speechmatics"],
31+
"transcribe_engine_mode": "alternate"
1932
}

0 commit comments

Comments
 (0)