-
Notifications
You must be signed in to change notification settings - Fork 74
Sdl mixAudioFormat
Tangent 128 edited this page Mar 28, 2015
·
3 revisions
Mix some audio with a format.
data, err = function SDL.mixAudioFormat(data, format, volume)
- data, the audio data
- format, the format (see SDL.audioFormat)
- volume, (optional) the volume
- data, the mixed data or nil on failure
- err, the error message