AudioChunk
Module: Inworld.AI Namespace: Inworld.Entities
This file defines the data structures related to audio devices.
Variables
Variable | Description |
---|---|
targetName | The InworldCharacters's full name or conversation's conversation ID |
chunk | The actual base64 format of wav file that are going to send. |
Related Classes
AudioDevice
Module: Inworld.AI. Namespace: Inworld.Entities.
Variables | Description |
---|---|
deviceId | The ID of the audio device. |
kind | The kind of the audio device. |
label | The label of the audio device. |
groupId | The group ID of the audio device. |
WebGLAudioDevicesData
Module: Inworld.AI. Namespace: Inworld.Entities.
Variables | Description |
---|---|
devices | The list of the audio devices. |
WebGLAudioDeviceCapsData
Module: Inworld.AI. Namespace: Inworld.Entities.
Variables | Description |
---|---|
caps | The caps of the audio devices. |