2024-09-26 11:27 PM - last edited on 2024-09-27 12:47 AM by Peter BENSCH
hi community
i am using "AEK-AUD-C1D9031" board. in this board i had flashed .WAV files and i had played. the wave files are played using an example code given in the autodevkit. i used an API playsound() this one will give good sound when i had used playsoundwithgain() -> the gain with range (15,17) the sound quality was good with decent amount of volume. but hear i want to control the volume (0db - 75db),but by using playsound() and playsoundwithgain() i am unable to control the volume( the sound will be very noise when i had used gain in range of ( (0-14) and (17- so...on) ). so is there any alternatives to control the volume of the sound.
hear is the pic of the function which i had used.
2024-09-27 11:34 AM