|
WaveFileAudioSource Constructor (String)
|
Constructs a new Wave file audio source.
Namespace:
Accord.DirectSound
Assembly:
Accord.Audio.DirectSound (in Accord.Audio.DirectSound.dll) Version: 3.8.0
Syntax public WaveFileAudioSource(
string fileName
)
Public Sub New (
fileName As String
)
Request Example
View SourceParameters
- fileName
- Type: SystemString
The path for the underlying source.
See Also