Just popping in 
Joined: 2015/9/28 23:42 Last Login
: 2024/2/25 18:04
From Bettendorf, IA, USA
Group:
Registered Users
|
How do you change the volume of a sound (MP3 in my case) using the datatype while it is playing?
I have a volume slider, 0-64. I check the value then do this:
IDataTypes->SetDTAttrs(SoundObject,MainWindow,NULL, SDTA_Volume, SoundVolume, TAG_DONE);
This works on my X5000 with A-Eon's sound.datatype 53.27, but not with the original 53.6. I tested this on my X5000, WinUAE, and jabirulo's Sam.
|