aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gaudio/play-wave
Commit message (Collapse)AuthorAgeFilesLines
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-9/+9
|
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-081-2/+2
|
* Added type gFont to replace V2.x font_tinmarket2018-07-081-1/+1
|
* Added new type definitions - moving towards V3.0inmarket2018-06-231-2/+2
|
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-101-4/+4
|
* First set of V3 macro changesinmarket2018-02-271-12/+12
|
* Update audio play demo to play in a loop (easier for testing)inmarket2014-03-301-6/+12
|
* Move queued buffer code from gaudio into gqueueinmarket2014-03-201-2/+2
|
* Combine GAUDIN and GAUDOUT into a single GAUDIO module.inmarket2014-03-116-0/+2121
Simplify GAUDIN (now GAUDIO RECORD) api. Update audio demo's to match. Port Win32 driver to new audio api.