Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

fileName
Type: SystemString
The path for the underlying source.
See Also