-
Notifications
You must be signed in to change notification settings - Fork 74
Mixer openAudio
Tangent 128 edited this page Mar 28, 2015
·
3 revisions
Open the audio system.
ret, err = function mixer.openAudio(frequency, format, channels, chunksize)
- frequency, the frequency
- format, the format (see SDL.audioFormat)
- channels, the number of channels
- chunksize, the chunksize
- ret, true on success or nil on failure
- err, the error message