Use Sound templates
Adding background music to your synthetic voiceover
AudioStack's sound design templates enable you to customise your script speech tracks with different sounds and effects.
We currently offer the option to upload your own custom sound design through our API: https://audiostack.readme.io/reference/posttemplate.
Sound Templates comprise sound segments and sound effects. Each template generally consists of 3 sound segments - intro, main and outro, and 3 sound effects (SOUNDEFFECT::EFFECT1), making it very convenient for you to pair speech with appropriate sounds, with no specialised audio knowledge required.
The difference between segments and effects is that sound segments play in the background of speech, whereas sound effects are standalone sounds to be used between speech sections and play without speech. Sound effect could be a whistle sound, an alarm clock ringing or dogs barking, for example.
Code example
To list all available sound templates:
sound_templates = audiostack.Production.Sound.Template.list()
Check below some of the parameters for list()
available. For a complete list, please check the dedicated API reference section
Parameter | Data type | Example (try with one or more separated by commas) |
---|---|---|
industryExamples | string | news, travel, business, relaxation, fitness, relax, children stories |
contents | string | intro, main, outro, effect1, effect2, main outro, droid_main, chewie_main, effect3, ambience, only effects |
genre | string | electronic, acoustic, atmospheric, abstract, rock |
tempo | string | mid, up, down, uptempo |
tags | string | intense, minimal, reflective, melodic, happy, nostalgic, focus, energetic, uplifting, active, relaxed, ambience, mysterious, positive, informative, workout, work, meditation, travel, full silence |
Updated 4 days ago