php - PHP 中的语音识别?

标签 php speech-recognition voice-recognition audio

我正在寻找 PHP 中的语音识别。

我有很多 wav 文件(10-15 秒),我希望语音识别从每个 wav 文件中识别 1 或 2 个单词,然后将其标记到数据库或 csv。

所有文件都有相同的声音和口音(同一个人哈哈)

示例伪代码:

$voice = new play('file.wav');
$result = $voice->recognise("Good Morning");
if ($result) { 
  echo "Matched Good Morning"; 
  //flag to database or csv
 } else { 
  echo "No match found";
 }

哪个 PHP 语音识别库可以做到这一点?

最佳答案

PHP 没有内置此功能,但有可用的 API Sphinx是一个。

关于php - PHP 中的语音识别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10269499/

相关文章:

java - 安卓编程 : Looping Voice Recognition

javascript (jQuery) - 单个脚本在我的 2 个单独页面中不起作用

php - Laravel 循环嵌套 div

c# - 预定义文本的 .NET 语音识别

speech-recognition - 什么是好的开源 VoiceXML 实现?

python-3.x - librosa.util.exceptions.ParameterError : Invalid shape for monophonic audio: ndim=2, 形状=(1025, 5341)

java php sha1 函数

php - 使用 2 个输入值将数据插入到 MySql

android - 谷歌的语音搜索语音识别服务

android - Google 搜索更新后继续语音识别蜂鸣声