Click here to Skip to main content
15,917,565 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
hello im working in a C++ application want to control volume with parameters a and b the volume must obey tne equation at+b of the generated sound over time ? any help
Posted

1 solution

You can use the waveOutSetVolume API.

Read this[^]

Also take a look at this[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900