Home | History | Annotate | Download | only in octane

Lines Matching refs:samples

476     Stereo audio with a sample rate of 70 khz, a minimum buffer of 15000 samples total, a maximum buffer of 25000 samples total and a starting volume level of 1.
482 The callback is passed the number of samples requested, while it can return any number of samples it wants back.
521 /*Pass your samples into here!
522 Pack your samples as a one-dimenional array
544 /*Pass your samples into here if you don't want automatic callback calling:
545 Pack your samples as a one-dimenional array
568 //Developer can use this to see how many samples to write (example: minimum buffer allotment minus remaining samples left returned from this function to make sure maximum buffering is done...)
779 var samplesPerCallback = 2048; //Has to be between 2048 and 4096 (If over, then samples are ignored, if under then silence is added).
1515 this.machineOut = 0; //Premultiplier for audio samples per instruction.
1519 this.rollover = 0; //Used to keep alignment on the number of samples to output (Realign from counter alias).