Closed michaelplevy closed 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.
2> nul
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.
Sorry folks. I think my plugin is using OpenFST under the covers and its writing to stderr. It is not Unimrcp.
When I run unimrcpserver.exe as a windows console application I get stderr messages like:
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.