Mixer API
Video Capture Help ] AVIFile Tutorial ] Licensing and Distribution ] Resources ] Awards ] Latest News ] Source Code ] Free Controls ]

 

Win32 Mixer API demo app
Download (55k) VB source here!

New! Version 2.0
Hardcore API programmer Dave Snyder has improved my original Mixer Line example and offered to freely share his work.  This is a "must-have" for programmers who want to learn about the Win32 Mixer API under VB.


This project includes a bas file with declares and types for all Win32 audio mixer functions.  It also includes a class which wraps the mixer object to the line-level (audio controls are not wrapped yet) and a demo application that shows info for all installed sound cards.

Techniques demonstrated in this project
---------------------------------------
-Using the Win32 audio mixer functions from VB
-Obtaining detailed audio device capabilities
-"walking" the lines of multiple soundcards
-wrapping much of the mixer object functionality in a VB class


You may freely use and modify this code in your
own programs. However, you may not redistribute
this archive without permission from Ray Mercer
<raymer@shrinkwrapvb.com>

Copyright (c) 1998-2000, Ray Mercer - All Rights Reserved