speechmatics / speechmatics-js-sdk

Javascript and Typescript SDK for Speechmatics
MIT License
40 stars 7 forks source link

Error in Demo: Invalid audio type: Your GStreamer installation is missing a plug-in. #44

Open thorwebdev opened 6 months ago

thorwebdev commented 6 months ago

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 installation is missing a plug-in."

To Reproduce Steps to reproduce the behavior:

  1. Follow setup steps in https://github.com/speechmatics/speechmatics-js-sdk/blob/main/examples/microphone_nextjs/README.md
  2. Open demo and click "Start transcribing"
  3. See error

Expected behavior Demo to work

Screenshots

image

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

nickgerig commented 6 months ago

@thorwebdev I was unable to reproduce this on the following:

Mac OS 14.5 (23F79), 124.0.6367.208 (Official Build) (arm64)

Did you manage to resolve it in any way?