(bind-func static AudioBuffer_num_samples "get the total number of samples (* frames channels) from an Audiobuffer" (lambda (ab:AudioBuffer*) (* (AudioBuffer_frames ab) (AudioBuffer_channels ab))))