biggestT / toney

online chinese tone helper
1 stars 4 forks source link

Smarter detection of non-speech sample #9

Open biggestT opened 11 years ago

biggestT commented 11 years ago

Currently there is only a threshold value in frequency spectrun variance that decides if a sample is noise or speech. Options to look into:

biggestT commented 11 years ago

Could perhaps use the Web Speech API to detect speech. Might be faster and save time instead of writing separate Javascript code for the purpose. Voice Activity Detection is listed as one of the use cases for this API. https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html