|
1 | 1 | { |
| 2 | + "assemblyai_api_key": "xxxxxxxxxx", |
2 | 3 | "azure_speech_key": "xxxxxxxxxx", |
3 | 4 | "azure_service_region": "southeastasia", |
4 | 5 | "azure_language": "th-TH", |
5 | | - "google_credentials": "xxx-xxx-xxxx.json", |
| 6 | + "google_credentials": "xxx-xxxx-xxxxx.json", |
6 | 7 | "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", |
7 | 13 | "frequency": "", |
8 | 14 | "station": "E25WOP", |
9 | | - "threshold": 400, |
| 15 | + "threshold": 550, |
10 | 16 | "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, |
13 | 24 | "save_folder": "audio_files", |
14 | 25 | "log_file": "system.log", |
15 | | - "num_workers": 2, |
16 | | - "upload": false, |
| 26 | + "num_workers": 10, |
| 27 | + "upload": true, |
17 | 28 | "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" |
19 | 32 | } |
0 commit comments