Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Daurora.js194 div = Math.pow(2, this.format.bitsPerChannel - 1);
1496 samples = chunkSize / (this.format.bitsPerChannel / 8) | 0;
1497 if (chunkSize < this.format.bitsPerChannel / 8) {
1501 switch (this.format.bitsPerChannel) {
1518 switch (this.format.bitsPerChannel) {
1589 this.format.bitsPerChannel = 16;
1810 bitsPerChannel: this.stream.readUInt16(), property
1816 … this.format.bytesPerPacket = (this.format.bitsPerChannel / 8) * this.format.channelsPerFrame;
1819 this.format.littleEndian = format === 'sowt' && this.format.bitsPerChannel > 8;
1904 bitsPerChannel: bps[encoding - 1], property
[all …]
Dflac.js104 if (this.bps !== this.format.bitsPerChannel)
640 bitsPerChannel: bitstream.read(5) + 1 property
Daac.js64 bitsPerChannel: 16 property