|
WaveDecoderDecode Method (Int32)
|
Decodes the Wave stream into a Signal object.
Namespace:
Accord.Audio.Formats
Assembly:
Accord.Audio.DirectSound (in Accord.Audio.DirectSound.dll) Version: 3.8.0
Syntax public Signal Decode(
int frames
)
Public Function Decode (
frames As Integer
) As Signal
Request Example
View SourceParameters
- frames
- Type: SystemInt32
The number of frames to decode.
Return Value
Type:
SignalSee Also