1
0

refactor: rename AudioRecorder to PipewireAudioRecorder and update references.

This commit is contained in:
2026-03-01 21:43:05 +01:00
parent e96cafabc6
commit e5aa9e2cc0
3 changed files with 4 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ public static class DaemonService
IAudioRecorder recorder = config.AudioBackend == "ffmpeg"
? new FfmpegAudioRecorder(stateTracker, notifications)
: new AudioRecorder(stateTracker, notifications);
: new PipewireAudioRecorder(stateTracker, notifications);
var orchestrator = new TranscriptionOrchestrator(
speechClient,