cf_audio_set_sound_volume¶
Category: audio
GitHub: cute_audio.h
Sets the volume for all sound effects.
Parameters | Description |
---|---|
volume | A value from 0.0f to 1.0f, where 0.0f means no volume, and 1.0f means full volume. |
Remarks¶
Sounds come from cf_play_sound, as opposed to music coming from cf_music_play.
Related Pages¶
cf_audio_set_pan
cf_audio_set_global_volume
cf_play_sound
cf_audio_set_pause