speechmatics / speechmatics-python

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

Deprecated functionality #42

Closed Deniz97 closed 2 years ago

Deniz97 commented 2 years ago

Hey, we tried to use this repo, and had to do some too-many fixes for it to be working with the current version of speechmatics, which is 3.8.

Couple of more important points:

funous commented 2 years ago

Hi, the differences you describe seem to correspond to a very old v1 API, which is deprecated since RTVA 3.2.0. This client only works with the v2 API (which is the only supported API in RTVA). The main difference is the use of /v2 in the endpoint URL - see https://docs.speechmatics.com/en/real-time-appliance/api-v2/api-example-usage/. The old API is still present, but is not supported and should not be used.

Can you see if using the v2 API endpoint works without any code changes and let us know if there are any issues?

Deniz97 commented 2 years ago

Yes you are right, we were using v1 api, i am terribly sorry and thank you for the quick response. No problem with v2 api.