-
Notifications
You must be signed in to change notification settings - Fork 6
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
Voice recognition (fixes #58) #59
base: master
Are you sure you want to change the base?
Conversation
7ed4e58
to
f5ce66a
Compare
What is the status of this PR? |
I'm afraid, it's very outdated and the new tools it should use instead of the old ones are not ready. |
Which tools? Is there a PR/issue for those? |
To be frank, it's not yet clear what those tools should be. Benchmarks are going to show if more work is needed, but benchmarks first need to be ported from the old API and also new ones created. The new API is not finished yet, though. Once it's finished in its current form, ideally we'd add a shaped, not only ranked version, but this may be too hard to do, at least initially. Once we decide and implement that, benchmarking is the next step. |
Implements #58. An attempt to recognize to which person a voice belongs in a given window of a sound file. Uses RNN.
The tests to run are
cabal test extremelyLongTest --enable-optimization -f test_seq --test-options='-p "Speech RNN"''
. Example data files not yet included.