AudioStreamingSource.js 276 B

12345678910
  1. function AudioStreamingSource() {
  2. }
  3. AudioStreamingSource.prototype.getNumChannels = function() {
  4. Polycode.AudioStreamingSource_getNumChannels(this.__ptr)
  5. }
  6. AudioStreamingSource.prototype.getFrequency = function() {
  7. Polycode.AudioStreamingSource_getFrequency(this.__ptr)
  8. }