Delivery - delivering beautiful audio to your audience
Delivery
When you have your audio asset produced and you're super happy with it. You'll often want to put that into the right format, and then integrate it into another system (such as an advertising system or a website).
Assuming you've already created your speech and mixed it
encoder = audiostack.Delivery.Encoder.encode_mix(productionItem=mix, preset="mp3")
After this you can then download it or upload it to another system.
Features
- Encode in wav, mp3 or ogg
- Specify the bit depth, the bit rate
- Specify number of channels
- Make your audio asset public or not. So you can share with your friends!
- You can specify your masteringPresets as well
- Coming soon Connect to all sorts of systems
- Coming soon Share your audio assets as a webhook
Updated 22 days ago