infery
← All models

Mirelo SFX1.6

sfx1.6-extend-audio

Text to Speechby Mirelo AI

Extend any sound effect with seamless, natural tails.

Details

Accepts
audio

Pricing

Price
1.25 cr / second

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedSeed for generation. -1 or None for random.
ambiencebooleanWhen true, run the extend+loop path: extend the prefix and stitch the end back to the prefix start so the tile loops seamlessly. When false, run a one-shot extension.
audio_urlrequiredstringURL of the audio prefix to extend. The prefix duration must be 3–59 seconds; the total output (prefix + append_duration) is capped at 60 seconds.
num_samplesintegerNumber of variations to generate.
text_promptOptional text prompt guiding the extension.
double_outputbooleanOnly used when ambience=true: concatenate the loop with itself for a 2x-length output.
append_durationnumberHow many seconds to add after the prefix. Total output = prefix duration + append_duration, capped at 60s. Minimum 1s, maximum 57s (60s cap minus the 3s prefix minimum).
upload_audio_formatstringenum: wav, mp3, aac, flacAudio format for the returned files.

Output

FieldTypeDescription
audioarrayAudio with the input prefix preserved and a generated tail (and loop, if ambience=true).