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