signed char F_API FSOUND_CD_SetVolume(
char drive,
int volume
);
drive | the drive ID to use. 0 is the default CD drive. Using D or E in single quotes would be D: or E: for example. |
volume | An integer value from 0-255. 0 being the lowest volume, 255 being the highest (full). |