Androidでオフライン音声認識装置を開発しようとしています。いくつか検索した後、CMU Sphinx がこの目的に使用されていることがわかりました。
Windows にインストールしようとしています。独自の Web ページから引用されている手順は次のとおりです。
Windows
In MS Windows (TM), under MS Visual Studio 2008 (or newer - we test with Visual C++ 2008 Express):
-load sphinxbase.sln located in sphinxbase directory
-compile all the projects in SphinxBase (from sphinxbase.sln)
-load pocketsphinx.sln in pocketsphinx directory
-compile all the projects in PocketSphinx
問題は、sphinxbase.sln
どこにもないということです!私はそれを間違って理解していますか?という名前のファイルを表示しsphinxbase.sln
て実行するべきではありませんか? または、どうすればよいですか?手順は何ですか?
この質問は、Sphinx のインストールに問題がある他の人にも役立つかもしれません。