speechmatics / speechmatics-python

Python library and CLI for Speechmatics
https://speechmatics.github.io/speechmatics-python/
MIT License
58 stars 14 forks source link

Improve upload speed when posting files to batch api #75

Closed anjz closed 11 months ago

anjz commented 11 months ago

When sending multipart file uploads using httpx it's recommended to pass a file-like object. Upload speeds improve substantially by doing so. Also we benefit from not loading the whole file in memory.