Table of Contents
qc_get_voices
Returns a structure array of information about the voices available for speech synthesis.
[voices, err] = qc_get_voices % get voices available
Returns a structure array of information about the voices available for speech synthesis. Note that the values it returns may vary depending on the operating system or installed software. If no voices are available then an empty structure array is returned.
If an error occurs then a negative error code is returned in the err output. If no err output is specified then it throws a MATLAB exception instead.
This function has no parameters.
voices
A structure array containing voices available for speech synthesis. It is empty if no voices are available.
err
Zero if the operation is successful. A negative error code otherwise.
voices = qc_get_voices; % Returns an array of voices available for speech synthesis
Copyright ©2024 Quanser Inc. This page was generated 2024-10-17. Submit feedback to Quanser about this page.
Link to this page.