-
**Describe the bug**
The batch-client(`@speechmatics/batch-client v5.0.1`) transcribe API is not returning a response. I went to https://portal.speechmatics.com/jobs and saw that the request(transcri…
-
**Describe the bug**
https://blog.speechmatics.com/browser-microphone-access
**Expected behavior**
Your blog mentions the code being available in your GitHub repo, I'm having difficulty finding…
-
**Describe the bug**
If speechmatics api returns a transcript with no text, the speechmatics adapter throws an `TypeError: Cannot read property 'children' of undefined` error.
**To Reproduce**
St…
-
**Is your feature request related to a problem? Please describe.**
We use Speechmatics to transcribe m3u of mp3 livestream, and we have to fetch the stream, chunk it and forward it to Speechmatics, …
-
**Describe the bug**
Randomly getting this error
```
{
message: 'Error',
type: 'quota_exceeded',
reason: 'Concurrent Quota Exceeded'
}
```
Here is my code
```
ws.on('message', a…
-
**Describe the bug**
Running the https://github.com/speechmatics/speechmatics-js-sdk/tree/main/examples/microphone_nextjs demo gives me the following error: "Invalid audio type: Your GStreamer instal…
-
**Describe the bug**
I have two scenarios where the Speechmatics SDK is not returning an Event that I expect. Only after I close the connection, the event is returned. Not sure if it's the API or the…
-
Erstelle basierend auf der momentanen Implementierung eine Variante, bei der der Speechmatics Service für die Spracherkennung verwendet wird: https://www.speechmatics.com/
Als Text-to-Speech werden w…
-
Batch transcription works using the same code tested in the python console.
When sandboxed, the Batch transcription process fails, as some underlying library tries to access "/private/etc/apache2/m…
-
Hello,
### Background
I initially raised this issue around adding support for multiple languages using Speechmatics https://github.com/BessemerAlliance/speechmatics/issues/4 Then did a PR to add…