Daniel Wolf
06b4855d6d
Set helpful configuration settings for the phonetic recognizer
...
Copied from the PocketSphinx recognizer
2019-01-23 21:43:17 +01:00
Daniel Wolf
f3d4cfbb31
Fix gaps in phonetic recognition
...
Randomly, entire utterances yielded no phones with the phonetic recognizer.
The cause was a check for empty utterances that made sense for word
recognition, but not for phonetic recognition.
2019-01-21 22:22:28 +01:00
Daniel Wolf
2bbad258c0
Do not use multithreading for VAD
...
WebRTC adapts to the audio signal. If we slice the audio clip into multiple
shorter clips, then perform VAD on them in parallel, the result may not be as
good.
2019-01-04 21:02:41 +01:00
Daniel Wolf
1393534624
Prevent utteranceToPhones from reporting incomplete progress
2019-01-03 13:10:05 +01:00
Daniel Wolf
494b1ebebd
Log incomplete tasks
2019-01-03 13:10:05 +01:00
Daniel Wolf
367c645bb3
Code cleanup
...
* Fix linter warnings
* Unify code formatting
* Fix typos
2019-01-02 22:27:45 +01:00
Daniel Wolf
11a29ddef6
Split progress code
2019-01-02 13:22:03 +01:00
Daniel Wolf
610f490046
Implement generic concept of recognizers with options pocketSphinx and phonetic
2019-01-01 22:51:01 +01:00
Daniel Wolf
3ed38ada2f
Fix path separator
2018-10-08 20:31:13 +02:00
Daniel Wolf
e5c39efeeb
Moved main executable into its own directory along with its build logic
...
This will make it easier to add other artifacts that require build steps.
2018-01-24 18:38:09 +01:00