Class vx_tts_utterance_t
Inheritance
vx_tts_utterance_t
Assembly: VivoxUnity.dll
Syntax
public class vx_tts_utterance_t : IDisposable
Constructors
vx_tts_utterance_t()
Declaration
public vx_tts_utterance_t()
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
num_channels
Declaration
public int num_channels { get; set; }
Property Value
num_frames
Declaration
public int num_frames { get; set; }
Property Value
sample_rate
Declaration
public int sample_rate { get; set; }
Property Value
speech_buffer
Declaration
public SWIGTYPE_p_short speech_buffer { get; set; }
Property Value
utterance_obj
Declaration
public SWIGTYPE_p_vx_tts_utterance_impl utterance_obj { get; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_tts_utterance_t()
Declaration
protected ~vx_tts_utterance_t()
Implements