Hi,
SWS is capable of analyzing items and determine what is it's Max Peak level, and what is it's Average RMS level. This function is use in the SWS label processor and in the Organize Items by Peak/RMS actions.
It could be nice if we could get this value from ReaScript, with two functions like this:
max_peak = GetMediaItemMaxPeak( item )
average_rms = GetMediaItemAverageRMS( item )
Currently, we can only access this value by using the SWS label processor, and renaming all the items with the level we want. No very flexible.
Thanks for listening !
Hi,
SWS is capable of analyzing items and determine what is it's Max Peak level, and what is it's Average RMS level. This function is use in the SWS label processor and in the Organize Items by Peak/RMS actions.
It could be nice if we could get this value from ReaScript, with two functions like this:
max_peak = GetMediaItemMaxPeak( item )
average_rms = GetMediaItemAverageRMS( item )
Currently, we can only access this value by using the SWS label processor, and renaming all the items with the level we want. No very flexible.
Thanks for listening !