v0.5: TCP STT client with PTT on/off, server endpoint in config + UI
This commit is contained in:
@@ -2,6 +2,8 @@ namespace Robovoice.Core;
|
||||
|
||||
public interface ISttSource : IAsyncDisposable
|
||||
{
|
||||
event TranscriptEventHandler? TranscriptReceived;
|
||||
|
||||
Task StartAsync(CancellationToken ct = default);
|
||||
|
||||
Task StopAsync(CancellationToken ct = default);
|
||||
|
||||
Reference in New Issue
Block a user