Dragonfire is not able to recognise my voice inputs
See original GitHub issueThis is what I see in the terminal
$ dragonfire
_______________________________________________________________
Dragonfire: GOOD AFTERNOON SIR
_______________________________________________________________
Traceback (most recent call last):
File "/usr/share/python/dragonfire/bin/dragonfire", line 11, in <module>
load_entry_point('dragonfire==0.9.6', 'console_scripts', 'dragonfire')()
File "/usr/share/python/dragonfire/local/lib/python2.7/site-packages/dragonfire/__init__.py", line 486, in initiate
start(args)
File "/usr/share/python/dragonfire/local/lib/python2.7/site-packages/dragonfire/__init__.py", line 56, in start
recognizer = KaldiRecognizer()
File "/usr/share/python/dragonfire/local/lib/python2.7/site-packages/dragonfire/sr/kaldi.py", line 37, in __init__
self.decoder_pipeline = DecoderPipeline({"decoder" : decoder_conf})
File "/usr/share/python/dragonfire/local/lib/python2.7/site-packages/dragonfire/sr/decoder.py", line 20, in __init__
self.create_pipeline(conf)
File "/usr/share/python/dragonfire/local/lib/python2.7/site-packages/dragonfire/sr/decoder.py", line 50, in create_pipeline
self.asr.set_property(key, val)
AttributeError: 'NoneType' object has no attribute 'set_property'
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Dragonfire/TROUBLESHOOTING.md at master - GitHub
Dragonfire is not reacting to my voice? I got AttributeError: 'NoneType' object has no attribute 'set_property'? Dragonfire is understanding my commands but ...
Read more >Troubleshooting audio and recognition - Nuance
If Dragon is able to hear your voice, but the recognition seems poor, you may have a problem with the quality of your...
Read more >Dragonfire Documentation - Read the Docs
Dragonfire uses Mozilla DeepSpeech to understand your voice commands and Festival Speech Synthesis System to handle text-to-speech tasks. Feel ...
Read more >Fix Microphone Issues with Dragon Speech Recognition
A conversation between the amazing Deborah Quilter and myself regarding potential microphone issues experienced by Dragon Professional ...
Read more >Why Is My Microphone Not Working aka Why Is Dragon No ...
Plug your microphone into a different USB port. Choose your microphone device in Dragon. Running a microphone check in Dragon. At this point...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@fabianTMC yeah it is fixed with https://github.com/DragonComputer/Dragonfire/commit/22690829e62e935425bf769c15937b1c951a685b (in next release)
I’m glad to hear that it’s worked. 👍 😊
I had already run that script. Turns out Kaldi hadn’t been compiled. Traced it down to a missing subversion dependency which had caused an issue with the dpkg post install configuration for dragonfire. Fixed that and compiled Kaldi manually and everything works as expected now.