Skip to content
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

Implement lufs processing in C #4370

Merged
merged 2 commits into from
Feb 24, 2025
Merged

Implement lufs processing in C #4370

merged 2 commits into from
Feb 24, 2025

Conversation

toots
Copy link
Member

@toots toots commented Feb 22, 2025

This saves a pretty good deal of CPU usage.

Before:

Computing integrated loudness for /tmp/bla/02 Hello Baby.wav
Integrated loudness: -10.0785549383 LUFS
./liquidsoap ./scripts/compute_integrated_lufs.liq --   2.71s user 0.21s system 53% cpu 5.425 total

After:

Computing integrated loudness for /tmp/bla/02 Hello Baby.wav
Integrated loudness: -10.0785549383 LUFS
./liquidsoap ./scripts/compute_integrated_lufs.liq --   1.99s user 0.25s system 41% cpu 5.366 total

@toots toots enabled auto-merge February 24, 2025 01:46
@toots toots disabled auto-merge February 24, 2025 01:47
@toots toots merged commit 53bbd82 into main Feb 24, 2025
21 of 22 checks passed
@toots toots deleted the lufs-c branch February 24, 2025 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant