- Start implementing a mixer library. The mixer library is based directly on the...
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Mon, 7 Dec 2009 10:28:49 +0000 (10:28 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Mon, 7 Dec 2009 10:28:49 +0000 (10:28 +0000)
commit2ddde07951ae787b20f70bbae1a965b8145f80ba
treea783ef6e7fd7dd9172a3524fa7d63c27be58e6ad
parent376921465e31ae021fe0acfc50901266ee23aebd
- Start implementing a mixer library. The mixer library is based directly on the code in the wdmaud driver. The purpose is to provide a generic library which can be used in usermode (wdmaud.drv (Vista Driver Model)/ dsound) or in kernel mode. In addition, it can be used to test mixer implementation.

svn path=/trunk/; revision=44452
reactos/lib/drivers/sound/mmixer/mixer.c [new file with mode: 0644]
reactos/lib/drivers/sound/mmixer/mmixer.h [new file with mode: 0644]
reactos/lib/drivers/sound/mmixer/mmixer.rbuild [new file with mode: 0644]
reactos/lib/drivers/sound/mmixer/priv.h [new file with mode: 0644]