    

 ## On this page

  

 

 # sound:compute loudness ISO 532-1 (time-varying)

 Last update: 03.06.2026 

**Version: 0.0.0**

## Description

Compute the loudness over time of an input signal, according to the ISO532-1 standard for time-varying sounds. Loudness over time computation includes the calculation of the instantaneous loudness and the percentile values N5 and N10, in sone, and the instantaneous loudness level and the percentile values L5 and L10, in phon.

## Inputs

InputNameExpected type(s)Description**Pin 0**   
Requiredinput\_signal[`field`](../../core-concepts/dpf-types.md#field)Input signal in Pa on which to compute loundess over time.**Pin 1**field\_type[`string`](../../core-concepts/dpf-types.md#standard-types)Field type associated with the recording conditions (supported values: 'Free', 'Diffuse'). Default: 'Free'.## Outputs

OutputNameExpected type(s)Description**Pin 0**output\_loudness\_sone\_vs\_time[`field`](../../core-concepts/dpf-types.md#field)Instantaneous loudness in sone.**Pin 1**output\_N5[`double`](../../core-concepts/dpf-types.md#standard-types)N5 indicator in sone, that is, the loudness value that is exceeded during a cumulated 5 % of the signal duration.**Pin 2**output\_N10[`double`](../../core-concepts/dpf-types.md#standard-types)N10 indicator in sone, that is, the loudness value that is exceeded during a cumulated 10 % of the signal duration.**Pin 3**output\_loudness\_phon\_vs\_time[`field`](../../core-concepts/dpf-types.md#field)Instantaneous loudness level in phon.**Pin 4**output\_L5[`double`](../../core-concepts/dpf-types.md#standard-types)L5 indicator in phon, that is, the loudness level value that is exceeded during a cumulated 5 % of the signal duration.**Pin 5**output\_L10[`double`](../../core-concepts/dpf-types.md#standard-types)L10 indicator in phon, that is, the loudness level value that is exceeded during a cumulated 10 % of the signal duration.## Configurations

NameExpected type(s)Default valueDescription**mutex**[`bool`](../../core-concepts/dpf-types.md#standard-types)falseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.## Scripting

**Category**: sound

**Plugin**: sound

**Scripting name**: None

**Full name**: None

**Internal name**: compute\_loudness\_iso532\_1\_vs\_time

**License**: avrxp\_snd\_level1

## Changelog

- Version 0.0.0: Initial release.