Add trailing trigger word detection and fix screen capture timing

This commit is contained in:
Beingpax 2025-06-17 21:29:50 +05:45
parent 03e1f7383e
commit bf99d31707

View File

@ -196,7 +196,6 @@ class WhisperState: NSObject, ObservableObject, AVAudioRecorderDelegate {
}
if let enhancementService = self.enhancementService,
enhancementService.isEnhancementEnabled &&
enhancementService.useScreenCaptureContext {
await enhancementService.captureScreenContext()
}