SpeechSuper

免费增值
通过 SpeechSuper | 已更新 2 mesi fa | Education
Health Check

N/A

返回全部教程 (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.