0.35.0
What's Changed
Features
- Add Multichannel transcription support:
- Add
multichannel
config field - Add
multichannel
response field - Add
channel
field to all responses withspeaker
field - Add
audio_channels
response field - Add unit tests
- Add
- Use pydantic v2
- Pydantic v1 is still supported, but the minimum required version is bumped to
pydantic>=1.10.17
- Pydantic v1 is still supported, but the minimum required version is bumped to
Fix
- Fix
custom_spelling
bug where thecustom_spelling
property access incorrectly threw an error. - Don't bundle tests on publish by @EmersonDove in #94
New Contributors
- @EmersonDove made their first contribution in #94
Full Changelog: 0.34.0...0.35.0