Voice Recognition in PHP?

前端 未结 2 1119
Happy的楠姐
Happy的楠姐 2020-12-31 18:19

I am looking for Voice Recognition in PHP.

I have a lot of wav files (10-15 seconds) and I would like Voice Recognition to recognise 1 or 2 words from each wav file

相关标签:
2条回答
  • 2020-12-31 19:13

    Similar questions have been asked before. You might want to see https://stackoverflow.com/a/6351055/90236 to start your search for a speech engine.

    There have also been a few questions regarding uses Php for speech recognition in web pages. Doesn't seem like your doing that, but it is Php - https://stackoverflow.com/a/8717077/90236

    0 讨论(0)
  • 2020-12-31 19:19

    PHP doesn't have this functionality built in but there are APIs available for this Sphinx is one.

    0 讨论(0)
提交回复
热议问题