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
367c645bb3
Code cleanup
...
* Fix linter warnings
* Unify code formatting
* Fix typos
2019-01-02 22:27:45 +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
1c85dbfc3a
Added ReSharper C# settings
2018-02-02 21:33:18 +01: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