improved
21st May 2024 - New Python SDK!; Added mulitiple speakers example to the docs
6 months 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.