feat: added recording MIDI device feature.

This commit is contained in:
Xiaohan-Tian
2026-05-01 10:59:36 -07:00
parent bd578cb01a
commit 77885c8e2e
8 changed files with 277 additions and 7 deletions
+3 -1
View File
@@ -79,6 +79,7 @@ interface AppConfig {
enable_audio_capture_for_screen_sharing: boolean;
lookahead_time: number;
playback_delay: number;
recording_offset: number;
};
templates: {
custom_instructions: string;
@@ -250,7 +251,8 @@ export class ConfigManager {
audio: {
enable_audio_capture_for_screen_sharing: false,
lookahead_time: 0.05,
playback_delay: 0.2
playback_delay: 0.2,
recording_offset: 0
},
templates: {
custom_instructions: ''