Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include examples of live recognition on various platforms #319

Merged
merged 17 commits into from Oct 21, 2022

Conversation

dhdaines
Copy link
Contributor

@dhdaines dhdaines commented Oct 19, 2022

PortAudio detection should work for most platforms and most versions. You may need to set CMAKE_PREFIX_PATH. The recommended way to make this work on Windows is:

  • Configure PortAudio with -DCMAKE_INSTALL_PATH set to somewhere and install it there
  • Use the same -DCMAKE_INSTALL_PATH for PocketSphinx. It should find PortAudio for you.

The live_win32.c seems to work but microphones are often quite badly calibrated on Windows, so it might take a while for the VAD to start working properly.

@dhdaines dhdaines marked this pull request as ready for review October 21, 2022 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant