Home
last modified time | relevance | path

Searched refs:sampleRate (Results 1 – 15 of 15) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DBackendServiceLogConfig.php29 public $sampleRate; variable in Google\\Service\\Compute\\BackendServiceLogConfig
48 public function setSampleRate($sampleRate) argument
50 $this->sampleRate = $sampleRate;
57 return $this->sampleRate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
DSearchUserActivityResponse.php27 public $sampleRate; variable in Google\\Service\\AnalyticsReporting\\SearchUserActivityResponse
49 public function setSampleRate($sampleRate) argument
51 $this->sampleRate = $sampleRate;
55 return $this->sampleRate;
/plugin/jcapture/src/com/hammurapi/jcapture/
DWavFile.java47 private long sampleRate; // 4 bytes unsigned, 0x00000001 (1) to 0xFFFFFFFF field in WavFile
79 return sampleRate; in getSampleRate()
87 long numFrames, int validBits, long sampleRate) throws IOException, in newWavFile() argument
94 wavFile.sampleRate = sampleRate; in newWavFile()
108 if (sampleRate < 0) in newWavFile()
140 long averageBytesPerSecond = sampleRate * wavFile.blockAlign; in newWavFile()
146 putLE(sampleRate, wavFile.buffer, 12, 4); // Sample Rate in newWavFile()
257 wavFile.sampleRate = getLE(wavFile.buffer, 4, 4); in openWavFile()
734 out.printf("Sample Rate: %d, Block Align: %d\n", sampleRate, blockAlign); in display()
753 long sampleRate = readWavFile.getSampleRate(); in main() local
[all …]
DMovieEditorDialog.java115 long sampleRate; field in MovieEditorDialog
395 sampleRate = wavFile.getSampleRate(); in MovieEditorDialog()
521 …o==null ? null : WavFile.newWavFile(newAudio, numChannels, numFrames, validBits, sampleRate); in buildUI()
1032 …BUFFER_SIZE = (int) ((double) numChannels*sampleRate*validBits/(movie.getFramesPerSecond()*8)); //… in SoundPlayer()
1040 …==null ? null : WavFile.newWavFile(audioFile, numChannels, numFrames, validBits, sampleRate); in SoundPlayer()
DCaptureOptionsDialog.java375 float sampleRate = owner.getCaptureConfig().getAudioFormat().getSampleRate(); in CaptureOptionsDialog() local
376 float proximity = Math.abs(sampleRate-sampleRates[0]); in CaptureOptionsDialog()
379 float prx = Math.abs(sampleRate-sampleRates[i]); in CaptureOptionsDialog()
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Dflac.js130 var sampleRate;
132 sampleRate = SAMPLE_RATES[srCode];
134 sampleRate = stream.read(8) * 1000;
136 sampleRate = stream.read(16);
138 sampleRate = stream.read(16) * 10;
638 sampleRate: bitstream.read(20), property
647 this.emit('duration', sampleCount / this.format.sampleRate * 1000 | 0);
Daurora.js1811 sampleRate: this.stream.readFloat80(), property
1829 this.emit('duration', this.format.sampleCount / this.format.sampleRate * 1000 | 0);
1905 sampleRate: this.stream.readUInt32(), property
1915 …t('duration', dataSize / bytes / this.format.channelsPerFrame / this.format.sampleRate * 1000 | 0);
1968 this.format.sampleRate = this.stream.readFloat64();
2020 this.emit('duration', this.numFrames / this.format.sampleRate * 1000 | 0);
2049 this.emit('duration', this.numFrames / this.format.sampleRate * 1000 | 0);
2245 format.sampleRate = this.stream.readUInt16();
2762 sampleRate: this.stream.readUInt32(true), property
2775 …t('duration', this.len / bytes / this.format.channelsPerFrame / this.format.sampleRate * 1000 | 0);
[all …]
Daac.js62 sampleRate: tables.SAMPLE_RATES[header.samplingIndex], property
390 this.config.sampleRate = stream.read(24);
392 if (tables.SAMPLE_RATES[i] === this.config.sampleRate) {
398 this.config.sampleRate = tables.SAMPLE_RATES[this.config.sampleIndex];
Dmp3.js75 offset = timestamp * this.format.bitrate / 8 / this.format.sampleRate;
113 timestamp = this.stream.offset / (this.format.bitrate / 8) * this.format.sampleRate;
267 sampleRate: header.samplerate, property
Dopus.js49 …this.opus = opus._opus_decoder_create(this.format.sampleRate, this.format.channelsPerFrame, this.b…
102 sampleRate: 48000, property
Dvorbis.js127 sampleRate: Vorbis._VorbisGetSampleRate(this.vorbis), property
/plugin/abc2/abc-libraries/abc2svg/
Dsnd-1.js389 function sf2_create(sf2_bin,instr){var i,sid,gen,parm,sampleRate,sample,infos,parser=new sf2.Parser…
397 sampleRate=parser.sampleHeader[sid].sampleRate
399 …sustainVolEnv?(gen.sustainVolEnv.amount/1000):0,buffer:ac.createBuffer(1,sample.length,sampleRate)}
407 …mpleModes&&(gen.sampleModes.amount&1)){parm.loopStart=parser.sampleHeader[sid].startLoop/sampleRate
408 parm.loopEnd=parser.sampleHeader[sid].endLoop/sampleRate}
504 …[],size=chunk.offset+chunk.size,sampleName,start,end,startLoop,endLoop,sampleRate,originalPitch,pi…
505sampleRate=(data[ip++]<<0)|(data[ip++]<<8)|(data[ip++]<<16)|(data[ip++]<<24);originalPitch=data[ip…
506sampleRate:sampleRate,originalPitch:originalPitch,pitchCorrection:pitchCorrection,sampleLink:sampl… argument
507 sample=newSample;multiply*=2;sampleRate*=2}
/plugin/jcapture/lib/
Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/abc2/abc-libraries/abc-ui/
Dabc-ui-1.0.0.min.js8 …e){i("getVoltage");var t=e.createBufferSource(),n=e.createBuffer(1,2,e.sampleRate);return n.getCha…