feat: added playback delay configuration
This commit is contained in:
@@ -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: ''
|
||||
|
||||
Reference in New Issue
Block a user