unispeech / unimrcp

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

Possibility custom response in recog plugin #307

Closed dragonsongohan closed 2 years ago

dragonsongohan commented 2 years ago

How can I custom response in recog plugin? I want to response the audio in the recogin plugin, is it possible

achaloyan commented 2 years ago

Sorry, your intention is not very clear. Do you mean to send audio data back to the MRCP client in response to RECOGNIZE. If so, you can possibly do that by embedding raw data in the NLSML instance. Not all the platforms will be able to process this sort of responses, though.