Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dmp3.js10 var MP3Synth = require('./synth');
21 this.synth = new MP3Synth();
6199 function MP3Synth() { class in AnonymousFunction2d877a162400
6248 MP3Synth.dct32 = function (_in, slot, lo, hi) {
7150 MP3Synth.prototype.full = function(frame, nch, ns) { class
7162 MP3Synth.dct32(sbsample[s], phase >> 1, filter[0][phase & 1], filter[1][phase & 1]);
7284 MP3Synth.prototype.frame = function (frame) {
7305 module.exports = MP3Synth;