|
WaveDecoderDecode Method (Int32, 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 index,
int frames
)
Public Function Decode (
index As Integer,
frames As Integer
) As Signal
Request Example
View SourceParameters
- index
- Type: SystemInt32
Audio frame index to start decoding. - frames
- Type: SystemInt32
The number of frames to decode.
Return Value
Type:
SignalReturns the decoded signal.
Implements
IAudioDecoderDecode(Int32, Int32)See Also