Audio Tools by Utilzy
# Audio Tools by Utilzy Transform your audio workflows with our professional API that handles everything from format conversion and compression to speed adjustment and audio effects. Built for developers who need reliable, fast, and easy-to-use audio processing capabilities. ## Why Choose Audio Tools by Utilzy? **Powerful & Complete** Our API covers all essential audio operations in one place.…
Audio Tools by Utilzy endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
adjustVolume /volume |
Adjust audio volume by specified decibels. **Volume Change:** - Negative values = decrease volume - 0 = no change - Positive values = increase volume - Range: -20 to +20 dB… |
| POST |
trimAudio /trim |
Trim audio file to specified time range. Times are specified in seconds with decimal precision. Example: start_time=5.5, end_time=30.0 extracts from 5.5s to 30s **Limits:** Max… |
| POST |
fadeAudio /fade |
Apply fade in and/or fade out effects to audio. **Fade In:** Gradual volume increase at the beginning **Fade Out:** Gradual volume decrease at the end Both durations are… |
| POST |
compressAudio /compress |
Compress audio files by reducing bitrate while maintaining quality. **Common Bitrates:** - 64k: Very compressed, smaller file - 128k: Standard quality (recommended) - 192k: High… |
| POST |
reverseAudio /reverse |
Reverse audio playback completely. Creates a backwards version of the audio file. Perfect for special effects and creative audio manipulation. **Limits:** Max 100MB |
| POST |
convertAudio /convert |
Convert audio files between different formats with quality control. **Supported Formats:** MP3, WAV, FLAC, OGG, M4A, AAC, Opus **Limits:** Max 100MB |
| POST |
changeSpeedPitch /speed-pitch |
Adjust audio playback speed and pitch independently. **Speed:** - 0.5 = half speed (slower) - 1.0 = normal speed - 2.0 = double speed (faster) - Range: 0.1 to 4.0 **Pitch:** -… |