Interface IAudioOutput
Responsible for handling incoming audio.
You'd normally want a
Namespace: Adrenak.UniVoice
Assembly: cs.temp.dll.dll
Syntax
public interface IAudioOutput : IDisposable
Methods
Feed(AudioFrame)
Feeds a AudioFrame object to the audio output.
Declaration
void Feed(AudioFrame frame)
Parameters
Type | Name | Description |
---|---|---|
AudioFrame | frame | The audio data to be sent. |