Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dmodule.audio.aac.php241 …$info['aac']['program_configs'][$i]['sampling_frequency'] = self::AACsampleRateLookup($info['aac…
376 …$info['aac']['header']['sample_frequency'] = self::AACsampleRateLookup($info['aac']['header']['raw…
463 public static function AACsampleRateLookup($samplerateid) { function in getid3_aac
464 static $AACsampleRateLookup = array();
465 if (empty($AACsampleRateLookup)) {
466 $AACsampleRateLookup[0] = 96000;
467 $AACsampleRateLookup[1] = 88200;
468 $AACsampleRateLookup[2] = 64000;
469 $AACsampleRateLookup[3] = 48000;
470 $AACsampleRateLookup[4] = 44100;
[all …]