Method
SpeechProviderStreamReaderget_audio
since: 1.0
Declaration [src]
gboolean
speech_provider_stream_reader_get_audio (
SpeechProviderStreamReader* self,
guint8** chunk,
guint32* chunk_size
)
Parameters
chunk-
Type: An array of
guint8*Location to store audio data.The argument will be set by the function. The length of the array is specified in the chunk_sizeargument.The caller of the method takes ownership of the data, and is responsible for freeing it. chunk_size-
Type:
guint32*Location to store size of chunk.
The argument will be set by the function.