Interface IWebSocketAudioInputService
[DEPRECATED] This interface has been replaced by IWebSocketSpeechToTextService. Use IWebSocketSpeechToTextService.PushInputAudioBuffer() instead. This file will be removed in a future version.
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
[Obsolete("Use IWebSocketSpeechToTextService instead. This interface will be removed in a future version.")]
public interface IWebSocketAudioInputService
Methods
| Edit this page View SourcePushInputAudioBuffer(float[])
[DEPRECATED] Use IWebSocketSpeechToTextService.PushInputAudioBuffer() instead.
Declaration
void PushInputAudioBuffer(float[] audioBuffer)
Parameters
| Type | Name | Description |
|---|---|---|
| float[] | audioBuffer |