AudioLength

AudioLength[audio]

returns the number of samples in the Audio object audio.

Details

  • AudioLength returns the actual number of samples stored in each channel of the Audio object.
  • The duration of an audio is computed as the number of samples divided by the sample rate.

Examples

open allclose all

Basic Examples  (2)

Number of samples of an Audio object:

Number of samples of an audio file:

Scope  (1)

Length of a mono audio:

Properties & Relations  (1)

Compute the duration from length and sample rate:

This would be the same as what Duration computes:

Wolfram Research (2016), AudioLength, Wolfram Language function, https://reference.wolfram.com/language/ref/AudioLength.html.

Text

Wolfram Research (2016), AudioLength, Wolfram Language function, https://reference.wolfram.com/language/ref/AudioLength.html.

CMS

Wolfram Language. 2016. "AudioLength." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/AudioLength.html.

APA

Wolfram Language. (2016). AudioLength. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/AudioLength.html

BibTeX

@misc{reference.wolfram_2023_audiolength, author="Wolfram Research", title="{AudioLength}", year="2016", howpublished="\url{https://reference.wolfram.com/language/ref/AudioLength.html}", note=[Accessed: 19-April-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_audiolength, organization={Wolfram Research}, title={AudioLength}, year={2016}, url={https://reference.wolfram.com/language/ref/AudioLength.html}, note=[Accessed: 19-April-2024 ]}