Appends the specified audio file to the PromptBuilder.
Namespace:
Microsoft.Speech.Synthesis
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub AppendAudio ( _ path As String _ ) |
Visual Basic (Usage) |
---|
Dim instance As PromptBuilder Dim path As String instance.AppendAudio(path) |
C# |
---|
public void AppendAudio( string path ) |
Parameters
- path
- Type: System..::..String
A fully qualified path to the audio file.