MCPcopy Index your code
hub / github.com/codeaashu/claude-code / stopRecording

Function stopRecording

src/services/voice.ts:515–525  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

513}
514
515export function stopRecording(): void {
516 if (nativeRecordingActive && audioNapi) {
517 audioNapi.stopNativeRecording()
518 nativeRecordingActive = false
519 return
520 }
521 if (activeRecorder) {
522 activeRecorder.kill('SIGTERM')
523 activeRecorder = null
524 }
525}
526

Callers 1

Calls 1

killMethod · 0.45

Tested by

no test coverage detected