Skip to content

Commit

Permalink
Uploading videos
Browse files Browse the repository at this point in the history
  • Loading branch information
OvidijusParsiunas committed Aug 5, 2023
1 parent 4e05b0c commit e740fee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
- [Web Speech API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API/Using_the_Web_Speech_API)
- [Azure Cognitive Speech Services API](https://learn.microsoft.com/en-us/azure/ai-services/speech-service/speech-to-text)

https://github.com/OvidijusParsiunas/speech-to-element/assets/18709577/e2e618f8-b61c-4877-804b-26eeefbb0afa

### :computer: How to use

[NPM](https://www.npmjs.com/package/speech-to-element):
Expand Down Expand Up @@ -36,8 +38,6 @@ window.SpeechToElement.toggle("webspeech", {element: targetElement});
When using Azure, you will also need to install its speech [SDK](https://www.npmjs.com/package/microsoft-cognitiveservices-speech-sdk). Read more in the [Azure SDK](#floppy_disk-azure-sdk) section. <br />
Make sure to checkout the [`examples`](https://github.com/OvidijusParsiunas/speech-to-element/tree/main/examples) directory to browse templates for [`React`](https://github.com/OvidijusParsiunas/speech-to-element/tree/main/examples/ui), [`Next.js`](https://github.com/OvidijusParsiunas/speech-to-element/tree/main/examples/nextjs) and more.

https://github.com/OvidijusParsiunas/speech-to-element/assets/18709577/e2e618f8-b61c-4877-804b-26eeefbb0afa

### :beginner: API

#### Methods
Expand Down Expand Up @@ -113,7 +113,7 @@ SpeechToElement.toggle("webspeech", {

##### Commands:

https://github.com/OvidijusParsiunas/speech-to-element/assets/18709577/76351a54-7e70-4e39-8816-3106616c92f2
https://github.com/OvidijusParsiunas/speech-to-element/assets/18709577/cca6bc40-ceb7-4d48-92e4-31c5f66366eb

Object used to set the phrases of commands that will control transcription and input functionality:

Expand Down

0 comments on commit e740fee

Please sign in to comment.