Home
last modified time | relevance | path

Searched refs:toCompile (Results 1 – 1 of 1) sorted by relevance

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Daurora.js3041 var toCompile = "var bufferLength = buffer.length;\
3056toCompile += "outputBuffer[outputOffset++] = (this.lastOutput[" + channel + "] * firstWeight) + (b… field
3058 toCompile += "}\
3064toCompile += "outputBuffer[outputOffset++] = (buffer[sourceOffset" + ((channel > 0) ? (" + " + cha… field
3066 toCompile += "weight += ratioWeight;\
3070 toCompile += "this.lastOutput[" + channel + "] = buffer[sourceOffset++];"; field
3072 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 …]