ISpeechPhraseInfo AudioSizeBytes Property (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform

Interface: ISpeechPhraseInfo

AudioSizeBytes Property

The AudioSizeBytes property returns the size of audio data in bytes for this phrase.

AudioSizeBytes is directly tied to the input audio format. AudioSizeBytes increases as the quality of the format increases (and in doing so, requires more bytes). However, it is possible that the application needs the retained audio in a format different from the input audio stream (perhaps for lower-quality persistence, for example). If an application scales the audio, RetainedAudioSizeBytes will change, but not AudioSizeBytes.


Syntax

Set: (This property is read-only)
Get: Long = ISpeechPhraseInfo.AudioSizeBytes

Parts

ISpeechPhraseInfo
The owning object.
Long
Set: (This property is read-only)
Get: A Long variable containing the size of audio data.

Example

Use of the ISpeechPhraseInfo object is demonstrated in a code example at the end of this section.