! Copyright (C) 2010 Joe Groff. ! See https://factorcode.org/license.txt for 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: