Alvas.Audio is .NET audio library written in C#. The library allows C# and VB.Net developers to create applications that play (including mixed audio data), record, edit and convert sound. Encode and decode Dialogic .vox (adpcm) format data (used in Asterisk PBX).

Key Features:

1. Recorder allows:
1. record uncompressed audio data (PCM);
2. record compressed audio data: IMA ADPCM, Microsoft ADPCM, CCITT A-Law, CCITT u-Law, GSM 6.10, MPEG Layer-3 (mp3) and others;
3. record data to the stream (file stream, memory stream);
4. pause and resume recording;
5. get the current sound position;
6. record data to any recorder installed in the system.
2. Player allows:
1. play uncompressed audio data (PCM);
2. play compressed audio data: IMA ADPCM, Microsoft ADPCM, CCITT A-Law, CCITT u-Law, GSM 6.10, MPEG Layer-3 (mp3) and others;
3. play data from the stream (file stream, memory stream);
4. play mixed audio data;
5. pause and resume playing;
6. get the current sound position;
7. play data from any player installed in the system.
3. Set up mixer controls:
1. select source line for recording;
2. change source line volume for recording;
3. additional controls adjustment. For example, "Mic Boost";
4. change master volume for playback;
5. playback muting.
4. Editing
1. change the speed of audio data;
2. change the volume of audio data;
3. join several pieces of audio in a single;
4. cut a piece of the audio stream;
5. insert a piece in the audio stream;
6. remove a piece of the audio stream;
7. create audio format from the byte array;
8. insert and mix audio data into main audio data with specified offset multiple times;
9. split stereo audio stream to two mono streams;
10. reverse audio wave stream;
11. create audio format for MPEG Layer3 audio data.
5. Convert the audio data from one audio format to another.
6. Convert audio wave stream to mp3 stream.
7. Convert Dialogic .vox (adpcm) stream to Mp3 stream.
8. Change Wave stream to MP3 stream. if Wave stream contains MPEG Layer 3 data.
9. Several audio files concatenation.
10. Return the audio stream duration in milliseconds.
11. View the level of the input sound signal.
12. Play, record and convert RAW headerless format (SLINEAR etc) (used in Asterisk PBX).
13. Play and extract audio data from Avi streams.
14. Encode and decode Dialogic .vox (adpcm) format data (used in Asterisk PBX).
15. Convert audio wave stream to mp3 stream
16. Convert Dialogic .vox (adpcm) stream to Mp3 stream
17. Sign library with strong name. Audio library can be added to GAC
18. Does not require dependent files.

What's New:

1. AcmConverter class converts audio data from one format to another.
2. AudioReader/AudioWriter are base classes for stream audio readers/writers.
3. Mp3Reader/Mp3Writer are classes for reading/writing audio data from/to MP3 streams.
4. AviReader is a class for reading audio data from Avi streams.
5. RawReader/RawWriter are classes for reading/writing audio data from/to headerless streams. Slinear, Gsm, A-law, mu-law etc.