请大家提供一些关于音量大小和音量平衡的API控制函数
想写个类似windows声音面板的小程序,就是拖一下滑块就可以调整音量大小和音量平衡的罗,请问有什么好用的API可以实现这些功能呢?现在的声卡都那么多个声道,wav、midi、mic、line-in……,API可以把它们都找出来并加以控制吗?
顺便问一下,那么多API函数,每个API函数又那么多个参数,也不大清楚各个参数代表什么,可以到哪里查询啊?
问题点数:100、回复次数:2Top
1 楼TechnoFantasy((VB MVP)www.applevb.com)回复于 2005-09-01 11:41:29 得分 0
Requirements:
COMCTL32.DLL is the only required .dll file. Soundcard required.
Comments:
Volume Control which scans the mixer-line to offer sliders for all available sources including treble and bass. Many UI options, fully re-sizeable.
http://www.codearchive.com/dl.php?dlid=1038
这个代码里面有一个地方少了一个",导致不能运行,你加上就可以了。Top
2 楼TechnoFantasy((VB MVP)www.applevb.com)回复于 2005-09-01 11:42:23 得分 0
获得和设置音量:
http://www.applevb.com/sourcecode/volume.zip
http://www.applevb.com/vbtips/gramedia/tips_mm_000.htm#控制系统音量Top




