Skip to content
Tangent 128 edited this page Mar 28, 2015 · 3 revisions

SDL.mixAudioFormat

Mix some audio with a format.

Function

SYNOPSIS

data, err = function SDL.mixAudioFormat(data, format, volume)

ARGUMENTS

  • data, the audio data
  • format, the format (see SDL.audioFormat)
  • volume, (optional) the volume

RETURNS

  • data, the mixed data or nil on failure
  • err, the error message
Clone this wiki locally