|
WaveFileAudioSource Constructor (Stream)
|
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(
Stream stream
)
Public Sub New (
stream As Stream
)
Request Example
View SourceParameters
- stream
- Type: System.IOStream
The stream containing a Wave file.
See Also