This is an app to demonstrate how the Speechmatics JavaScript SDK can be used along with the browser microphone APIs to record a user's voice input in realtime.
You will need to add your API key to the next.config.js file. If you don't have an API key, you can get one from our Portal.
Then run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost with your browser to see the result.