Get Audio Duration step

Introduction

The "Get Audio Duration" step determines the duration of an audio file or stream. This step is useful for processing audio content where knowing the length of the audio is required.

Configuration

  • Source: The source of the audio, which can be provided in one of two ways:

    • URL: A URL pointing to the audio file. This parameter is required if no file is provided.

    • File: An audio file uploaded directly. This parameter is required if no URL is provided.

Outputs

  • Duration: The duration of the audio, returned as a time value. This output can be used in subsequent steps or actions.

You need to provide either a URL or a file to determine the audio duration.

Last updated