Monday, February 08, 2010

Alvas.Audio

Alvas.Audio is C# audio library for .Net developers.

Main features:

   * Records audio
   * Plays audio
   * Set up mixer controls
   * Edits audio
   * Converts audio

Requirements: .Net Framework v2.0 or later (also .NET v3.5)
Recommended: .Net Framework with Visual Studio .Net 2005 or later (also VS.NET 2008)
Demo limitations: Shows Nag-screen
The library allows C# and VB.Net developers to create applications that play (including mixed audio data), record, edit and convert sound.

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 (multiple sound cards).
  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 (multiple sound cards).
  3. Set up mixer controls:


Read more: Alvas .NET

Posted via email from jasper22's posterous