Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: r128gain read the value Loudness constantly (Read 2421 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

r128gain read the value Loudness constantly

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

r128gain read the value Loudness constantly

Reply #1
Sorry.
Is possible use stat comand on R128gain.exe like SOX.exe?

r128gain read the value Loudness constantly

Reply #2
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.

r128gain read the value Loudness constantly

Reply #3
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
$ _