Home
last modified time | relevance | path

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

/plugin/jukebox/id3/
H A Dgetid3.php1314 …$this->info['replay_gain']['track']['max_noclip_gain'] = 0 - getid3_lib::RGADamplitude2dB($this->i…
1317 …$this->info['replay_gain']['album']['max_noclip_gain'] = 0 - getid3_lib::RGADamplitude2dB($this->i…
H A Dmodule.audio.mp3.php744 …$thisfile_mpeg_audio_lame_RGAD['peak_db'] = getid3_lib::RGADamplitude2dB($thisfile_mpeg_audio_lame…
828 …$thisfile_mpeg_audio_lame['mp3_gain_db'] = (getid3_lib::RGADamplitude2dB(2) / 4) * $thisfile_m…
H A Dgetid3.lib.php1148 function RGADamplitude2dB($amplitude) { function in getid3_lib
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php1856 …$this->info['replay_gain']['track']['max_noclip_gain'] = 0 - getid3_lib::RGADamplitude2dB($this->i…
1859 …$this->info['replay_gain']['album']['max_noclip_gain'] = 0 - getid3_lib::RGADamplitude2dB($this->i…
H A Dmodule.audio.ac3.php698 $log_gain = ($log_gain + 1) * getid3_lib::RGADamplitude2dB(2);
H A Dmodule.audio.mp3.php791 …$thisfile_mpeg_audio_lame_RGAD['peak_db'] = getid3_lib::RGADamplitude2dB($thisfile_mpeg_audio_lame…
875 …$thisfile_mpeg_audio_lame['mp3_gain_db'] = (getid3_lib::RGADamplitude2dB(2) / 4) * $thisfile_m…
H A Dgetid3.lib.php1468 public static function RGADamplitude2dB($amplitude) { function in getid3_lib