-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Last 4 seconds of track skipped when using ffmpeg filter loudnorm #1787
Comments
I think I found the issue here and also a fix. It's in the master branch now. If you are able to test and verify from there it would be great. |
Here's a deb for RPi Bookworm with the fix. You don't need to remove anything, just install with |
Thanks. The link (http://gyfgafguf.dk/temp/owntone_28.9.131~rc6-1_arm64.deb)
looks like it's for pi4? Isn't the pi3b+ amhf?
Once I install it will I get some sort of notification when it's replaced
with your new release?
Thanks for fixing this. I think it's a great feature.
Bob
…On Fri, Aug 9, 2024 at 2:02 PM ejurgensen ***@***.***> wrote:
Here's a deb <http://gyfgafguf.dk/temp/owntone_28.9.131~rc6-1_arm64.deb>
for RPi Bookworm with the fix. You don't need to remove anything, just
install with dpkg -i. It will be replaced automatically by apt once I
make a new release to the RPi repo.
—
Reply to this email directly, view it on GitHub
<#1787 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZFFM47KEUE7EUB2ROTKE3ZQUN5VAVCNFSM6AAAAABLLDA72GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZYGY2TQMBYGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Yes you are right, I didn't notice you would need armhf. Let me see if I can produce a deb for that.
Yes and no, |
I built and installed master (28.9.131) on a rpi3b+ and tested it with m4a (alac, aac) and mp3 files. They all played to the end so indeed the problem looks fixed. Thanks. |
Owntone: 28.9, output to ALSA HIFIBerry DAC+ Pro.
Platform: Raspberry Pi 3b+, Bookworm lite
Playback with ffmpeg loudnorm filter enabled
decode_audio_filters = { 'loudnorm=I=-16:TP=-1.5:LRA=11' }
skips the last 4 seconds of tracks. This has been observed with .m4a (aac and alac codecs) and mp3 files.The following messages were seen in
owntone.log
when the last 4 seconds are skipped:To determine if this was an issue with ffmpeg, I applied ffmpeg loudnorm to an m4a (alac) file, i.e.
Audacity showed the increased loudness in
file-loudnorm.m4a
compared tofile.m4a
.Without the loudnorm filter
file-loudnorm.m4a
was louder thanfile.m4a
and the last 4 seconds were notskipped. Enabling the owntone loudnorm filter and playing the same file resulted in skipping the last 4 seconds.
The text was updated successfully, but these errors were encountered: