Sound seems to be playing at a fixed volume. What API can I use to control the sound volume?
Use ISOUND_SetVolume() to control sound volume. To direct the sound towards an external speaker (if the handset has one), set AEESoundInfo.method to AEE_SOUND_METHOD_RING / AEE_SOUND_METHOD_BEEP for ringer / key beeps and AEESoundInfo.eDevice to AEE_SOUND_DEVICE_HANDSET using ISOUND_Set() and ISOUND_SetDevice().
Related Questions
- I like to control the distortion of my amplifier by turning down the volume on my guitar when I want a cleaner sound. Can I control the RAT distortion pedal in the same way?
- How do I control the volume of my Loksound decoder (also used in Bachmann and Hornby sound locos)?
- Sound seems to be playing at a fixed volume. What API can I use to control the sound volume?