Searched refs:toCompile (Results 1 – 1 of 1) sorted by relevance
3041 var toCompile = "var bufferLength = buffer.length;\3056 …toCompile += "outputBuffer[outputOffset++] = (this.lastOutput[" + channel + "] * firstWeight) + (b… field3058 toCompile += "}\3064 …toCompile += "outputBuffer[outputOffset++] = (buffer[sourceOffset" + ((channel > 0) ? (" + " + cha… field3066 toCompile += "weight += ratioWeight;\3070 toCompile += "this.lastOutput[" + channel + "] = buffer[sourceOffset++];"; field3072 toCompile += "this.lastWeight = weight % 1;\3082 this.resampler = Function("buffer", toCompile);3086 var toCompile = "var bufferLength = buffer.length;\3093 toCompile += "var output" + channel + " = 0;" field[all …]