feat: added lookAhead option

This commit is contained in:
Xiaohan-Tian
2025-12-21 18:51:20 -08:00
parent 4b075e8979
commit aadf9e06df
4 changed files with 90 additions and 3 deletions
+3 -1
View File
@@ -69,6 +69,7 @@ interface AppConfig {
};
audio: {
enable_audio_capture_for_screen_sharing: boolean;
lookahead_time: number;
};
templates: {
custom_instructions: string;
@@ -227,7 +228,8 @@ export class ConfigManager {
default_open: true
},
audio: {
enable_audio_capture_for_screen_sharing: false
enable_audio_capture_for_screen_sharing: false,
lookahead_time: 0.05
},
templates: {
custom_instructions: ''