Dane Finlay
Dane Finlay
Hello @Wil31 and @daanzu, Dragonfly's text-to-speech integration will be much improved in the next version. On Windows, Dragonfly will default to using the system's builtin text-to-speech. On other platforms, it...
The text-to-speech functionality, now somewhat detached from Dragonfly's speech recognition engines, is documented on the following two pages: https://dragonfly2.readthedocs.io/en/latest/engines.html https://dragonfly2.readthedocs.io/en/latest/speakers.html It works as stated in my previous post.
Hello @daanzu and @dwks. Natlink has a file transcription function that could help you to do this: [`natlink.inputFromFile()`](https://github.com/dictation-toolbox/natlink/blob/master/NatlinkSource/natlink.txt#L249). Unfortunately, it isn't working properly for me. It looks like Dragon itself...
Nice! I didn't realise your alternate dictation interface allowed for that. That's a shame SAPI AudioInputStream doesn't really work properly. Though as you said, WSR's accuracy isn't great. Probably not...
No worries. It does almost work properly. You could ask about the function in the [natlink gitter channel](https://gitter.im/dictation-toolbox/natlink).
I wrote a [natlink_file_input.py](https://gist.github.com/Danesprite/eebacad81af98107ec28d09d9ccf1046) workaround script for using `inputFromFile`. It should be run as a subprocess expected to crash. The Windows segmentation/page fault error window that would normally appear is...
This is not currently possible because `DictationGrammar` is an extension to JSGF. Its compiled output changes based on the last matching rule. I will try to come up with a...
Hello @Axelfowlie, Sorry I have taken so long to get back to you on this! I would say this isn't intended behaviour (i.e. a bug). Thank you for providing examples....
@sunfangxun Thanks for reporting this! I'll see if I can fix it soon.
Hello famewolf, An option for writing audio files in a compressed format is a good idea. This would indeed be more useful in the case you mention. MP3 is probably...