Open patricktouchette opened 4 years ago
Hmm, strange. Not sure why that would happen, but there is an easy way to disable at least the reconnection feature: set the engine parameter audio_auto_reconnect=False
. You can do this on the dragonfly or caster command line, although I forget how exactly at the moment. Hopefully that gets it working. There is also an easy way to enable debug logging, which should hopefully display some useful messages to identify where and why it is exiting abruptly entirely.
Just modify the bat file for now python -m dragonfly load-directory . --engine kaldi --engine-options "model_dir=kaldi_model, vad_padding_end_ms=300, audio_auto_reconnect=False"
List of kaldi engine parameters for configuration.
I have the following issue with my bluetooth headset. I am on Windows 10 running caster with kaldi. If I use separate sources for input (bluetooth microphone from headset) and output (Speakers hooked up to my screen), i get the following error.
The mic works in audacity or for skype. Caster seems to recognize it, but then it crashes once the caster/kaldi engine is listening.