refactor: rename AudioRecorder to PipewireAudioRecorder and update references.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user