Alvas.Audio Class Library

IAudioReader Interface

IAudioReader interface provides methods for reading audio data.

For a list of all members of this type, see IAudioReader Members.

Alvas.Audio.IAudioReader
   IAudioReadWriter

[Visual Basic]
Public Interface IAudioReader
[C#]
public interface IAudioReader

Types that implement IAudioReader

Type Description
AudioReader Represents a reader that can read an audio data from the stream. This class is abstract.
AuReader Reads an audio data from the .AU and .SND streams.
AviReader Reads audio data from the Avi stream.
DsReader Reads audio data using DirectShow.
Mp3Reader Reads audio data from the Mp3 stream.
Mp3ReadWriter Reads/writes audio data from/to the Mp3 stream.
RawReader Reads an audio data from the headerless stream. Slinear, Gsm, A-law, mu-law etc.
RawReadWriter Reads/writes an audio data from/to the headerless stream. Slinear, Gsm, A-law, mu-law etc.
WaveReader Reads WAVE (waveform audio format) data from the stream.
WaveReadWriter Reads/writes audio data from/to the Wave stream.

Requirements

Namespace: Alvas.Audio

Assembly: Alvas.Audio (in Alvas.Audio.dll)

See Also

IAudioReader Members | Alvas.Audio Namespace