Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2008 | Windows Vista | Windows 2012 SHA1 Hash: 80030726c89c3eb135d29f9dc68cd9165a25610f Size: 1.28 MB File Format: zip
Rating: 1.956521739
out of 5
based on 23 user ratings
Downloads: 1070 License: Free
AudRecord is a free software by Adrian Wright and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2008, Windows Vista, Windows 2012.
You can download AudRecord which is 1.28 MB in size and belongs to the software category Components Libraries. AudRecord was released on 2011-11-08 and last updated on our database on 2017-04-23 and is currently at version 1.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
AudRecord Description
AudRecord is an audio recording and capture library for Windows Vista and up. Compatible with C, C++, and any .NET language, it takes audio samples from either an output device, like speakers, or an input device such as a microphone. These samples are passed them to the Windows Media Runtime to convert them into either WMA files, network streams, or for applications to do as they wish with the data.Native .dll implements the interface and functions for enumerating audio devices and Windows Media Audio codecs. Also in the package is AudRecordCLI, a C++/CLI managed wrapper around everything exposed by the native dll and certain parts of the WMSDK that can be used with it. The package also comes with all the source code and comprehensive documentation.AudRecordLib comes with three example applications. AudRecordTest is a C++ application which uses the native dll directly, while AudRecordTestCLI is a C# application which consumes the C++/CLI wrapper. The last, AudRecordSimple is a console application which shows the bare minimum required to record audio output to a file.