v0.5: TCP STT client with PTT on/off, server endpoint in config + UI

This commit is contained in:
2026-08-11 09:03:50 +00:00
parent 08d6eeb46e
commit 4a58b94f35
11 changed files with 696 additions and 53 deletions
+2
View File
@@ -2,6 +2,8 @@ namespace Robovoice.Core;
public interface ISttSource : IAsyncDisposable
{
event TranscriptEventHandler? TranscriptReceived;
Task StartAsync(CancellationToken ct = default);
Task StopAsync(CancellationToken ct = default);