Skip to content

ReaScript FR: LU and LUFS function #880

@X-Raym

Description

@X-Raym

Thanks to @nofishonfriday, we now have max peaks and RMS function for ReaScript. Good !
#781
But I think it could be very intersestig to also have LU and LUFS used in SWS Loundess Analyser like


lufs = GetMediaItemLUFS( item )
lu = GetMediaItemLU( item )

We can also imagine this being used on Take instead like

lufs = GetMediaItemTakeLUFS( take)
lu = GetMediaItemTakeLU( take )

This kind of calculus is hard to make from scratch with Lua and regular audioprocessor tools so having this in ReaScript could be very interesting :P

Thanks for listening !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions