205 Views
Audio Readers is a hierarchy of Alvas.Audio classes that implement IAudioReader interface used to read format and audio data. AudioReader is a base class for the readers that can read an audio data from the stream. This class is abstract. AuReader class reads an audio data from the .AU and .SND streams. AviReader class reads audio data from the Avi stream. WaveReader class reads WAVE (waveform audio format) data from the stream. RawReader class reads an audio data from the headerless stream. Slinear, Gsm, A-law, mu-law etc. For that, you need to specify explicitly the format of the audio data that they contain. Mp3Reader class reads audio data from the Mp3 stream. DsReader class reads audio data using DirectShow. List of supported formats can be expanded with additional DirectShow filters installed. Use Combined_Community_Codec_Pack, K-Lite_Codec_Pack or Ffdshow to expand the list of supported formats...