Alvas.Audio Class Library

IAudioReadWriter Interface

IAudioReadWriter interface provides methods for reading/writing audio data.

[Visual Basic]
Public Interface IAudioReadWriter
    Implements IAudioReader, IAudioWriter
[C#]
public interface IAudioReadWriter : IAudioReader, IAudioWriter

Types that implement IAudioReadWriter

Type Description
Mp3ReadWriter Reads/writes audio data from/to the Mp3 stream.
RawReadWriter Reads/writes an audio data from/to the headerless stream. Slinear, Gsm, A-law, mu-law etc.
WaveReadWriter Reads/writes audio data from/to the Wave stream.

Requirements

Namespace: Alvas.Audio

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

See Also

Alvas.Audio Namespace