HydrogenAudio

Hydrogenaudio Forum => General Audio => Topic started by: barabba2005 on 2013-02-12 11:52:50

Title: r128gain read the value Loudness constantly
Post by: barabba2005 on 2013-02-12 11:52:50
Hi
Sorry for my English.

I'm trying r128gain.exe to read the value of loudness.
I would like to have the Loudness value for the all file duration and not only in principle,
end if is possible write all value in a TXT file.

Is it possible?

Barabba
Title: r128gain read the value Loudness constantly
Post by: barabba2005 on 2013-02-13 15:16:06
Sorry.
Is possible use stat comand on R128gain.exe like SOX.exe?
Title: r128gain read the value Loudness constantly
Post by: pbelkner on 2013-02-16 06:59:54
I'm trying r128gain.exe to read the value of loudness.
I would like to have the Loudness value for the all file duration and not only in principle,
end if is possible write all value in a TXT file.

I'm not certain whether I understand the question correctly.

The values calculated by "r128gain" are always w.r.t to the whole track, i.e. not just a part of it.

In order to have the values saved into a text file just redirect stdout.
Title: r128gain read the value Loudness constantly
Post by: pbelkner on 2013-02-16 07:02:06
Is possible use stat comand on R128gain.exe like SOX.exe?

Code: [Select]
$ uname -a
Linux ubuntu 3.0.0-31-generic #48-Ubuntu SMP Mon Feb 4 13:25:59 UTC 2013 i686 i686 i386 GNU/Linux
$ stat r128gain
  File: `r128gain'
  Size: 135313        Blocks: 133        IO Block: 1024   regular file
Device: 14h/20d    Inode: 235         Links: 1
Access: (0777/-rwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2013-01-12 05:44:02.812327300 -0800
Modify: 2013-01-12 05:44:02.844827300 -0800
Change: 2013-01-12 05:44:02.844827300 -0800
$ _