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

Is it possible to process audio based on LUFS scale? #469

Open
donnyv opened this issue Jun 1, 2022 · 1 comment
Open

Is it possible to process audio based on LUFS scale? #469

donnyv opened this issue Jun 1, 2022 · 1 comment

Comments

@donnyv
Copy link

donnyv commented Jun 1, 2022

I would like to take an audio file, process the audio to a certain LUFS scale and then save it to another format with that new volume. Is that possible with CSCore?

@Artain
Copy link

Artain commented Jun 17, 2022

I don't know what you mean by certain LUFS scale because LUFS stands for (Loudness Units referenced to Full Scale) but if you want do process a audio file with LUFS specified in EBU R 128 than you only need to apply two filters.

Pre-filter (high pass)
cutOffFrequency = 37.5 Hz
Q = 0.5

RLB (high shelf)
crossOverFrequency = 1500 Hz
gain = 4.0 dB

This is possible with CSCore.

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

No branches or pull requests

2 participants