question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dragonfire is not able to recognise my voice inputs

See original GitHub issue

This 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:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mertyildirancommented, Oct 22, 2017

@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. 👍 😊

1reaction
fabianTMCcommented, Oct 22, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found