Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js2994 function Resampler(fromSampleRate, toSampleRate, channels, outputBufferSize, noReturn) { argument
2996 this.toSampleRate = toSampleRate;
3005 if (this.fromSampleRate > 0 && this.toSampleRate > 0 && this.channels > 0) {
3006 if (this.fromSampleRate == this.toSampleRate) {
3012 if (this.fromSampleRate < this.toSampleRate) {
3031 this.ratioWeight = this.fromSampleRate / this.toSampleRate;