Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
Loopback Audio Driver
4.0
Loop back Audio Driver is a Windows Driver Model Plug and Play virtual audio device driver. It can be used as a fake/virtual sound card in windows os. This project source code uses port classes. we can route the output of a media player like Winamp to wave audio recorder or to internet music broadcast software. This source code can be compiled with Windows DDK/WinDDK in Visual Studio 2010 or later. The an installation file (with .inf extension) also included to facilitate the installation of driver file. Tools like devcon.exe which comes with DDK tools set can be used to install the virtual device driver. when compiling the source code produces .sys extension file called device driver file. Ring buffers were used to loop back audio data came from sink pin to source pin. This source code is a modified code of msvad sample source code which came from DDK samples. 
syamkumar877512
2016-08-23
1
1
Audionet Device Driver (WDM)
no vote
===== Audionet ===== The goal of Audionet is transparently networked audio interfaces primarily for Windows. It is based arround a windows audio driver supporting multiple audio streaming procotols: - raw PCM streaming - RAOP or Airtunes 2 (in planning) Installation ------------ Compile using the *make.cmd* using a WDK command prompt for your platform
syamkumar877512
2016-08-23
0
1
No more~