SpeechSuper

FREEMIUM
Door SpeechSuper | Bijgewerkt 2 mesi fa | Education
Health Check

N/A

Terug naar alle tutorials (1)

Getting Started with SpeechSuper Pronunciation Assessment APIs

  1. Get the appKey and secretKey.

If you donโ€™t have the keys, please go to SpeechSuper, and click โ€œContact usโ€ to fill in the sheet. We will get in touch with you very soon!

  1. Git clone this project to your local.
git clone https://github.com/speechsuper/speechsuper-api-samples.git
  1. Choose the example of your interest.

We have http / websocket examples in multiple coding languages. Fill in your appKey and secretKey:

appKey = "Insert your appKey here"
secretKey = "Insert your secretKey here"
  1. Change the inputs according to your needs.
coreType = "sent.eval" // sentence evaluation
refText = "The successful warrior is the average man with laser-like focus." // reference text
audioPath = "The audio path of the spoken sentence." 
audioType = "wav"
  1. Launch your code and get the result.