Interface IWebSocketTextToSpeechService
Service interface for WebSocket-based text-to-speech.
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public interface IWebSocketTextToSpeechService : ITextToSpeech, IWebSocketGenerativeService<string, Delta<IAudioChunk>, IAudioAsset, ITextToSpeechOptions>, IDisposable