Navigation Menu

Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

Commit

Permalink
Update #176, correct bug with 2 display graphs, add current play time…
Browse files Browse the repository at this point in the history
… on graphic. Update #189: split metadata.js into some separate files.
  • Loading branch information
hdsdi3g committed Apr 21, 2016
1 parent a365cf1 commit e32a17c
Show file tree
Hide file tree
Showing 27 changed files with 1,022 additions and 801 deletions.
Expand Up @@ -63,7 +63,7 @@ public FFmpegAudioDeepAnalyser() {
lufs_depth = -Math.abs((float) Configuration.global.getValue("metadata_analysing", "ffmpeg_audioda_lufs_depth", -80f));
lufs_ref = -Math.abs((float) Configuration.global.getValue("metadata_analysing", "ffmpeg_audioda_lufs_ref", -23f));
truepeak_ref = -Math.abs((float) Configuration.global.getValue("metadata_analysing", "ffmpeg_audioda_truepeak_ref", -3f));
jpg_compression_ratio = (float) Configuration.global.getValue("metadata_analysing", "ffmpeg_audioda_jpg_compression_ratio", 0.8f);
jpg_compression_ratio = (float) Configuration.global.getValue("metadata_analysing", "ffmpeg_audioda_jpg_compression_ratio", 0.95f);
}

public boolean isEnabled() {
Expand Down

0 comments on commit e32a17c

Please sign in to comment.