Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
PromptBuilder.AppendAudio Method (String)
Appends the specified audio file to the PromptBuilder.
Namespace: Microsoft.Speech.Synthesis
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Public Sub AppendAudio ( _
path As String _
)
'Usage
Dim instance As PromptBuilder
Dim path As String
instance.AppendAudio(path)
public void AppendAudio(
string path
)
Parameters
- path
Type: System.String
A fully qualified path to the audio file.