Closed JoshuaMurphynz closed 8 years ago
Neat, looks like mono has the correct library support ported over.
http://go-mono.com/status/status.aspx?reference=4.0&profile=4.5&assembly=System.Speech
Just tried to build on OSX and found that Mono does not, in fact, support system.speech.
Confirmed lack of mono support for entire System.Speech namespace. sigh.
So now what?
I wrongfully assumed that mono would support everything, need a new voice recognition engine in order to support linux.
At this time I cannot support linux pending two major issues:
If/when these are resolved a port will follow.
Are these planned to be ported at any point?
At some point yes, I am looking at speech recognition engine alternatives which support Linux.
Did a little light research and this seems like the only current options. Free to use for non-commercial. http://www.syn.co.in/Syn-Speech.aspx
http://www.codeproject.com/Articles/890117/Speech-Recognition-in-Mono-and-Net-Csharp
Just system.deployment and inputManager to go.
edit: input manager would need to be abstracted and a wrapper for xsendevent/xkeyevent used depending on platform. Someone had big go at it here but a serious cut down version for just the functions needed should do the trick. http://www.codeproject.com/Articles/584743/Programming-Xlib-with-Mono-Deve
Example X api usage http://www.doctort.org/adam/nerd-notes/x11-fake-keypress-event.html
At some point yes, I am looking at speech recognition engine alternatives which support Linux.
So no linux support currently?
Not at this time, but it has been some years since I’ve tried porting. Mono may work.On Jan 19, 2024, at 2:04 PM, FilBot3 @.***> wrote:
At some point yes, I am looking at speech recognition engine alternatives which support Linux.
So no linux support currently?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you modified the open/close state.Message ID: @.***>
You said over 8 months ago on reddit that this would maybe be on Linux.
Any news?