Method

SpeechProviderStreamWritersend_audio

since: 1.0

Declaration [src]

void
speech_provider_stream_writer_send_audio (
  SpeechProviderStreamWriter* self,
  guint8* chunk,
  guint32 chunk_size
)

Description [src]

Sends a chunk of audio data.

Available since: 1.0

Parameters

chunk

Type: An array of guint8

Audio data.

The length of the array is specified in the chunk_size argument.
The data is owned by the caller of the function.
chunk_size

Type: guint32

Audio chunk size.