Interface IWebSocketSpeechToTextService
Service interface for WebSocket-based speech-to-text.
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public interface IWebSocketSpeechToTextService : ISpeechToText, IWebSocketGenerativeService<AudioClip, TranscriptDelta, Transcript, ISpeechToTextOptions>, IDisposable
Methods
| Edit this page View SourcePushInputAudioBuffer(float[])
Pushes a raw audio buffer to the WebSocket service. This method is intended for real-time microphone input streaming.
Declaration
void PushInputAudioBuffer(float[] audioBuffer)
Parameters
| Type | Name | Description |
|---|---|---|
| float[] | audioBuffer | The raw audio buffer (float[] PCM data). |