speechmatics / speechmatics-python

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

transcribe remote resource #54

Closed drzraf closed 1 year ago

drzraf commented 1 year ago

Is your feature request related to a problem? Please describe. The cli (and the API) should support transcribe remote (publicly available) resources (like assemblyai.com).

Describe the solution you'd like Allow passing an URL as a FILEPATH to speechmatics batch transcribe

Additional context Uploading from a machine may be very slow while fetching from a server/bucket/remote resource is fast and cheap.

TudorCRL commented 1 year ago

Hi there!

Thanks for reaching out to us, it's always good to get feedback on the product.

Speechmatics already supports transcribing publicly available resources as you've requested. You can find the docs here at https://docs.speechmatics.com/features-other/fetch-url. We're also planning to add support for this to the CLI/SDK soon!

TudorCRL commented 1 year ago

Sorry that there's not been any progress (to anyone who may return to this thread). Thought it would be worth sharing a similar question that was asked in stackoverflow, where there is a temporary solution provided while we get the fix in.

TudorCRL commented 1 year ago

Just an update, this feature has been added to the SDK now, a code example can be found in the stackoverflow question linked above

erkkimon commented 3 months ago

Should fetch_data work with JavaScript SDK as well, or only Python?

nickgerig commented 3 months ago

@erkkimon I've documented the issue and workaround here: https://github.com/speechmatics/speechmatics-js-sdk/issues/49

erkkimon commented 3 months ago

@nickgerig Thanks!