Searched refs:bitsPerChannel (Results 1 – 3 of 3) sorted by relevance
194 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.format1904 bitsPerChannel: bps[encoding - 1], property in AUDemuxer.readChunk.format1909 if (this.format.bitsPerChannel == null) {1914 bytes = this.format.bitsPerChannel / 8;2243 format.bitsPerChannel = this.stream.readUInt16();[all …]
104 if (this.bps !== this.format.bitsPerChannel)640 bitsPerChannel: bitstream.read(5) + 1 property in prototype.prototype.format
64 bitsPerChannel: 16