Your message dated Sat, 21 Nov 2020 11:48:50 +0000
with message-id <[email protected]>
and subject line Bug#962236: fixed in normalize-audio 0.7.7-16
has caused the Debian Bug report #962236,
regarding normalize-audio: "normalize-ogg -b -n -v" shows less info than 
"normalize-audio -b -n -v"
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
962236: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=962236
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: normalize-audio
Version: 0.7.7-15
Severity: normal

Hello and thanks for maintaining this nice program in Debian!


I wanted to run normalize (in batch mode) on a group of audio files
with the --no-adjust option, in order to analyze the files, without
altering them in any way.

I can do this on a group of .wav files with

  $ normalize-audio --amplitude=-7.5dBFS -b -n -v *.wav

and it seems to work as intended.

However, if I want to do it on a group of .ogg files, I get
per-track info, but not the standard deviation, average, or
per-album adjustment data.

  $ normalize-ogg -a -7.5dBFS --tmpdir /dev/shm -b -n -v *.ogg
  Decoding track01.ogg...
  Decoding track02.ogg...
  Decoding track03.ogg...
  Decoding track04.ogg...
  Decoding track05.ogg...
  Decoding track06.ogg...
  Decoding track07.ogg...
  Decoding track08.ogg...
  Decoding track09.ogg...
  Decoding track10.ogg...
  Decoding track11.ogg...
  Decoding track12.ogg...
  Running normalize...
  Computing levels...
    level        peak
  -6.8533dBFS  0.0000dBFS   /dev/shm/track01.ogg.16607.wav                   
  -8.0583dBFS  0.0000dBFS   /dev/shm/track02.ogg.16607.wav
  -7.1047dBFS  0.0000dBFS   /dev/shm/track03.ogg.16607.wav
  -7.2339dBFS  0.0000dBFS   /dev/shm/track04.ogg.16607.wav
  -7.7699dBFS  0.0000dBFS   /dev/shm/track05.ogg.16607.wav
  -7.1890dBFS  0.0000dBFS   /dev/shm/track06.ogg.16607.wav
  -8.0084dBFS  0.0000dBFS   /dev/shm/track07.ogg.16607.wav
  -7.6048dBFS  0.0000dBFS   /dev/shm/track08.ogg.16607.wav
  -7.4123dBFS  0.0000dBFS   /dev/shm/track09.ogg.16607.wav
  -7.5195dBFS  0.0000dBFS   /dev/shm/track10.ogg.16607.wav
  -8.1773dBFS  0.0000dBFS   /dev/shm/track11.ogg.16607.wav
  -7.5512dBFS  0.0000dBFS   /dev/shm/track12.ogg.16607.wav

This is weird, since normalize-ogg decodes the .ogg files into
.wav files and then runs normalize-audio on them.
Hence, I would expect the same output...

Yet, if I manually run normalize-audio on the decoded files,
I also get the final data I am interested in:

  $ normalize-audio --amplitude=-7.5dBFS -b -n -v /dev/shm/*.wav
  Computing levels...
    level        peak
  -6.8533dBFS  0.0000dBFS   /dev/shm/track01.ogg.16607.wav
  -8.0583dBFS  0.0000dBFS   /dev/shm/track02.ogg.16607.wav
  -7.1047dBFS  0.0000dBFS   /dev/shm/track03.ogg.16607.wav
  -7.2339dBFS  0.0000dBFS   /dev/shm/track04.ogg.16607.wav
  -7.7699dBFS  0.0000dBFS   /dev/shm/track05.ogg.16607.wav
  -7.1890dBFS  0.0000dBFS   /dev/shm/track06.ogg.16607.wav
  -8.0084dBFS  0.0000dBFS   /dev/shm/track07.ogg.16607.wav
  -7.6048dBFS  0.0000dBFS   /dev/shm/track08.ogg.16607.wav
  -7.4123dBFS  0.0000dBFS   /dev/shm/track09.ogg.16607.wav
  -7.5195dBFS  0.0000dBFS   /dev/shm/track10.ogg.16607.wav
  -8.1773dBFS  0.0000dBFS   /dev/shm/track11.ogg.16607.wav
  -7.5512dBFS  0.0000dBFS   /dev/shm/track12.ogg.16607.wav
  Standard deviation is 0.39 dB
  -7.5314dBFS  average level
  0.031363dB   volume adjustment

I cannot understand why normalize-ogg seems to suppress the
final output lines (which include interesting data about
standard deviation, average, and per-album adjustment!).

I took a look at the normalize-ogg code, but my knowledge
about Perl is just a smattering, and, in addition, it is rusty.
Hence, I failed to understand the tricky part (with exec()
and pipe handling, I think...).

How can normalize-ogg be fixed to show all the output
of normalize-audio?
Please fix this bug and/or forward my bug report upstream,
as appropriate.

Thanks for your time!
Bye.


-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (800, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.6.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages normalize-audio depends on:
ii  libaudiofile1  0.3.6-5
ii  libc6          2.30-8
ii  libmad0        0.15.1b-10
ii  perl           5.30.2-1

Versions of packages normalize-audio recommends:
ii  flac          1.3.3-1
ii  vorbis-tools  1.4.0-11

Versions of packages normalize-audio suggests:
pn  mpg321  <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: normalize-audio
Source-Version: 0.7.7-16
Done: Joachim Reichel <[email protected]>

We believe that the bug you reported is fixed in the latest version of
normalize-audio, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joachim Reichel <[email protected]> (supplier of updated normalize-audio 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 21 Nov 2020 12:15:02 +0100
Source: normalize-audio
Architecture: source
Version: 0.7.7-16
Distribution: unstable
Urgency: medium
Maintainer: Joachim Reichel <[email protected]>
Changed-By: Joachim Reichel <[email protected]>
Closes: 962236
Changes:
 normalize-audio (0.7.7-16) unstable; urgency=medium
 .
   * Add patch to improve the statistics output from normalize-ogg
     (Closes: #962236).
   * Add Vcs-* fields to debian/control.
   * Use debhelper compat level 13 (no changes needed).
   * Update Standards-Version to 4.5.1 (no changes needed).
Checksums-Sha1:
 9d54d771d19a9c2b3b00d16d2fa888d8a82e6098 1982 normalize-audio_0.7.7-16.dsc
 9d10a39fb8210ed6d63cd582dd6a68b37b845227 11896 
normalize-audio_0.7.7-16.debian.tar.xz
 3955138ee1df86482379f33900d4d59b85250d78 7325 
normalize-audio_0.7.7-16_amd64.buildinfo
Checksums-Sha256:
 41553ef472960b9a155129c03887e71f12575acc551410669ae6d68c2a1bcfce 1982 
normalize-audio_0.7.7-16.dsc
 d314fac9bf38b1527ff6701d167b4708f538d334ea74d8cf791241b13ac1eb68 11896 
normalize-audio_0.7.7-16.debian.tar.xz
 515839557e24393a03e1d426962d365c331224cea08fa6f6464c1248aa279fc2 7325 
normalize-audio_0.7.7-16_amd64.buildinfo
Files:
 143cbff9c93589c84bb92a7059ed0035 1982 sound optional 
normalize-audio_0.7.7-16.dsc
 27bdcea9cb8dff95a98c0f45bbb8354c 11896 sound optional 
normalize-audio_0.7.7-16.debian.tar.xz
 beae3250d24d02afe15a96ded8c2b7e6 7325 sound optional 
normalize-audio_0.7.7-16_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEErX6NzLwwsr4xjsEVuPr/HEOIZ3EFAl+4914ACgkQuPr/HEOI
Z3FzpRAAt929lACUaL68IlO4S/ztTK5UiWcNzIgOqwszNjwoK46kbYsQXdGyfhRN
0t2frjDnIGeKTzaUzdvs47yTu7Gay3feFVQqqOtas+rRSR4zRuHuasJ4//OtvGPb
eG/majIQf5yMLQI2iFSM4MwYv4t4rjfZJcmxoogjAOssCUQr+18Co+0LlLRsUShm
i2pUZRggiK9IkgS39D5Z9i37fjQjAfBQ3atE2vE10sRQsI6b+r6ilx9K0ZYx8UHM
DHkZDTPAc2ZgheSqcR4JbWnEKkPuM8VVm9yttbqMouOYkDdcRWkTrH+paRrlit5h
5n4BENK2Z87AY93iWPPB5AvJn3VoF+1COS1//zJ/gsMxvXArl6jY0NIfzy/HXaR5
dw5r3kvLFfcZ5ym5N+uQCh4aKptnl6AJMngVCnOtaW+4W11Eye5uQHUcem8/uzvn
I4GJk3C28Zn8c4RLbtHDZP4+Dmc45pw0EWEo2SLmz3BicWdgdLwMZZkXv8nVE72a
UoMmvPUXvHbkrcpdc5MzU+AGsw9ttGGMbnhApsr6GOzoW/x31HpDMIhlhFwbsHjq
d1Pt1ajxb5xXznkXPCq9wYlJH2AXgDZMQtwYAKTos82JCurpXX6dD7MEhDR17Wg2
IY9Hyb0PT9Hizbr3ppNqisUgSToHQWKAfSPF5ea3o+6UvTLYpKw=
=DuZg
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to