Searched refs:channelsPerFrame (Results 1 – 6 of 6) sorted by relevance
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
H A D | flac.js | 37 for (var i = 0; i < this.format.channelsPerFrame; i++) { 96 if (channels !== this.format.channelsPerFrame) 639 channelsPerFrame: bitstream.read(3) + 1, property in prototype.prototype.format
|
H A D | aurora.js | 1808 channelsPerFrame: this.stream.readUInt16(), property in AIFFDemuxer.readChunk.format 1816 … this.format.bytesPerPacket = (this.format.bitsPerChannel / 8) * this.format.channelsPerFrame; 1906 channelsPerFrame: this.stream.readUInt32(), property in AUDemuxer.readChunk.format 1912 this.format.bytesPerPacket = (this.format.bitsPerChannel / 8) * this.format.channelsPerFrame; 1915 …this.emit('duration', dataSize / bytes / this.format.channelsPerFrame / this.format.sampleRate * 1… 1977 this.format.channelsPerFrame = this.stream.readUInt32(); 2242 format.channelsPerFrame = this.stream.readUInt16(); 2761 channelsPerFrame: this.stream.readUInt16(true), property in WAVEDemuxer.readChunk.format 2768 … this.format.bytesPerPacket = (this.format.bitsPerChannel / 8) * this.format.channelsPerFrame; 2775 …this.emit('duration', this.len / bytes / this.format.channelsPerFrame / this.format.sampleRate * 1… [all …]
|
H A D | aac.js | 63 channelsPerFrame: header.chanConfig, 402 … this.format.channelsPerFrame = this.config.chanConfig; // sometimes m4a files encode this wrong
|
H A D | mp3.js | 268 channelsPerFrame: header.nchannels(),
|
H A D | opus.js | 46 this.outbuf = opus._malloc(this.outlen * this.format.channelsPerFrame * 4); 49 …this.opus = opus._opus_decoder_create(this.format.sampleRate, this.format.channelsPerFrame, this.b… 71 var samples = opus.HEAPF32.subarray(this.f32, this.f32 + len * this.format.channelsPerFrame); 103 channelsPerFrame: packet[9],
|
H A D | vorbis.js | 128 channelsPerFrame: Vorbis._VorbisGetChannels(this.vorbis),
|