! (c)2010 Joe Groff bsd license USING: accessors alien arrays combinators kernel math openal ; IN: audio TUPLE: audio { channels integer } { sample-bits integer } { sample-rate integer } { size integer } { data c-ptr } ; C: