Python Beta SDK
This release represents the first beta version of the Aurora Python SDK. For all 0.1.x versions, the interface will not change. Bugs will be fixed and features will be added in a backwards-compatible way. This release features the following:
- Developer interfaces
Textobject, for text-to-speech and interpretInterpretobject (as a result of callingText(...).interpret())Speechobject (as a result of callingText(...).speech()) which can be created from a recording or a stored audio WAV file.speech.listen– listen once and return aSpeechobjectspeech.continuously_listen– keep listening and yieldSpeechobjects until breakspeech.listen_and_transcribe– listen once, but stream audio to server while listening and continuously transcribe until stream ends; returns aTextobjectspeech.continuously_listen_and_transcribe– a combination ofcontinuously_listenandlisten_and_transcribe
- Audio
AudioFileclass for high-level audio manipulation, recording, and playback
- API
- Functions to send API requests to the backend
- Tests
- 100% coverage with 50 tests
You can install this with pip install --upgrade auroraapi.