feat: added playback delay configuration

This commit is contained in:
Xiaohan-Tian
2025-12-21 20:11:27 -08:00
parent aadf9e06df
commit eaee036fc2
5 changed files with 91 additions and 16 deletions
+3 -1
View File
@@ -70,6 +70,7 @@ interface AppConfig {
audio: {
enable_audio_capture_for_screen_sharing: boolean;
lookahead_time: number;
playback_delay: number;
};
templates: {
custom_instructions: string;
@@ -229,7 +230,8 @@ export class ConfigManager {
},
audio: {
enable_audio_capture_for_screen_sharing: false,
lookahead_time: 0.05
lookahead_time: 0.05,
playback_delay: 0.2
},
templates: {
custom_instructions: ''