Searched refs:bitsPerChannel (Results 1 – 3 of 3) sorted by relevance
194 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(), property1816 … 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 …]
104 if (this.bps !== this.format.bitsPerChannel)640 bitsPerChannel: bitstream.read(5) + 1 property
64 bitsPerChannel: 16 property