sndvol32?
-
I am starting a project soon and the contact wants to control the record volume settings from within the application. Is there a way to do this with sndvol32 or some other way without using DirectX? He is concerned about file size, that's why he doesn't wish to use DirectX. Thanks. Bill Dennis Orlando, FL
-
I am starting a project soon and the contact wants to control the record volume settings from within the application. Is there a way to do this with sndvol32 or some other way without using DirectX? He is concerned about file size, that's why he doesn't wish to use DirectX. Thanks. Bill Dennis Orlando, FL
billiam904 wrote: He is concerned about file size Using DirectX does not create big binaries at all! By the way: DirectX does adjust the volume of a single buffer, but not the volume of the system. You can use waveOutSetVolume to set the output volume. Don't try it, just do it! ;-)
-
billiam904 wrote: He is concerned about file size Using DirectX does not create big binaries at all! By the way: DirectX does adjust the volume of a single buffer, but not the volume of the system. You can use waveOutSetVolume to set the output volume. Don't try it, just do it! ;-)
what would i use to set the Line In record level? Bill Dennis Orlando, FL
-
what would i use to set the Line In record level? Bill Dennis Orlando, FL
mixerSetControlDetails Don't try it, just do it! ;-)