audioLevelMeter
Description
The audioLevelMeter
System object™ measures the digital peak level of an audio signal. You can use
audioLevelMeter
to identify and prevent audio clipping during recording and
playback.
To measure the peak level:
Create the
audioLevelMeter
object and set its properties.Call the object with arguments, as if it were a function.
To learn more about how System objects work, see What Are System Objects?
Creation
Description
creates an audio
level meter System object with default property values.lvlMeter
= audioLevelMeter
sets Properties using one or more
name-value arguments.lvlMeter
= audioLevelMeter(Name=Value
)
Properties
Usage
Description
Input Arguments
Output Arguments
Object Functions
To use an object function, specify the
System object as the first input argument. For
example, to release system resources of a System object named obj
, use
this syntax:
release(obj)
Examples
Algorithms
References
[1] IEC TR 60268-18:1995. "Sound system equipment - Part 18: Peak programme level meters - Digital audio peak level meter." International Electrotechnical Commission.
[2] ITU-R BS.1770-4. "Algorithms to measure audio programme loudness and true-peak audio level." International Telecommunication Union, Radiocommunication Sector.
Version History
Introduced in R2023a