← All models
Workflow Utilities Audio Compressor
workflow-utilities-audio-compressor
Text to Speechby infery
FFMPEG Utility for Audio Compression
Details
- Accepts
- audio
Pricing
- Price
- 0.125 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| knee | number | Knee width in dB for soft knee compression (0 = hard knee) |
| ratio | number | Compression ratio (1 = no compression, higher = more compression) |
| attack | number | Attack time in milliseconds (how fast compression starts) |
| makeup | number | Makeup gain in dB to compensate for volume reduction |
| release | number | Release time in milliseconds (how fast compression stops) |
| audio_urlrequired | string | URL of the audio file to compress |
| threshold | number | Threshold level in dB above which compression is applied (-60 to 0) |
| output_bitrate | stringenum: 128k, 192k, 256k, 320k | Output audio bitrate |
Output
| Field | Type | Description |
|---|---|---|
| audio | — | The compressed audio file |