feat: Introduce explicit start, stop, and status commands, including minimum recording duration.
This commit is contained in:
@@ -9,6 +9,7 @@ public class ToakConfig
|
||||
public string AudioBackend { get; set; } = "pw-record"; // pw-record or ffmpeg
|
||||
public bool ModulePunctuation { get; set; } = true;
|
||||
public bool ModuleTechnicalSanitization { get; set; } = true;
|
||||
public int MinRecordingDuration { get; set; } = 500;
|
||||
|
||||
public string WhisperLanguage { get; set; } = string.Empty;
|
||||
public string LlmModel { get; set; } = Toak.Core.Constants.Defaults.LlmModel;
|
||||
|
||||
Reference in New Issue
Block a user