Improved
21st May 2024 - New Python SDK!; Added mulitiple speakers example to the docs
over 1 year ago by Peadar Coyle
AudioStack python SDK 2.0.0 released:
- Removed support for end-of-life python versions 😀
- Fixed bug - Added missing required arg to pass project to content.list_modeules 🐛
- Fixed bug - Added missing x-assume-org header to File.download_url
- Added linting, typehints and code formatting to CI/CD to make easy to read code for our users 💯
- Added poetry package management to align with our best engineering practises - WE LOVE POETRY! 🤓
- You can install this with
pip install -U audiostack🚀
Docs Docs Docs
We're constantly working on enhancing our docs based on customer feedback 🚀
We've just added these two examples this week.
- https://docs.audiostack.ai/docs/how-to-add-multiple-speakers-to-one-script Added an example to the docs with multiple speakers in one script 🔈 🧑🦲
- https://docs.audiostack.ai/docs/comparing-two-voices-by-the-length-of-their-speech - Added an example to compare the length of two voices in seconds.
