Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js194 div = Math.pow(2, this.format.bitsPerChannel - 1);
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 in AIFFDemuxer.readChunk.format
1904 bitsPerChannel: bps[encoding - 1], property in AUDemuxer.readChunk.format
1909 if (this.format.bitsPerChannel == null) {
1914 bytes = this.format.bitsPerChannel / 8;
2243 format.bitsPerChannel = this.stream.readUInt16();
[all …]
H A Dflac.js104 if (this.bps !== this.format.bitsPerChannel)
640 bitsPerChannel: bitstream.read(5) + 1 property in prototype.prototype.format
H A Daac.js64 bitsPerChannel: 16