unispeech / unimrcp

Open source cross-platform implementation of MRCP protocol
http://www.unimrcp.org
Apache License 2.0
380 stars 167 forks source link

AutoQueue messages on stderr in windows console #243

Closed michaelplevy closed 5 years ago

michaelplevy commented 5 years ago

When I run unimrcpserver.exe as a windows console application I get stderr messages like:

INFO: AutoQueue: using state-order discipline
: AutoQueue: using top-order discipline
INFO: AutoQueue: using top-order discipline

Running with redirecting stderr as: 2> nul makes these messages go away.

Can I suppress these? Is this from http://www.openfst.org/doxygen/fst/html/queue_8h_source.html? How is it in Unimrcp? I don't see this in the source.

michaelplevy commented 5 years ago

Sorry folks. I think my plugin is using OpenFST under the covers and its writing to stderr. It is not Unimrcp.