Audio Clips API
1 sites
Security covered
The Audio Clips module allows you to create audio clips from existing MP3 or WAV files. It uses the FFmpeg library to generate these clips, with options to set minimum and maximum durations.
Audio Clips module is an API for creating a clip from an audio file.
Features
This module uses FFmpeg library and only MP3 and WAV format is compatible.
Post-Installation
- Go to /admin/config/media/audio-clips/types and add a new Audio Clip Type where you can specify if you want a min and max duration.
- Use createAudioClip or updateAudioClip from AudioClipService to generate a clip.
Additional Requirements
This project needs FFmpeg library. So you have to install this library in your server or docker image.