unispeech / unimrcp

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

end point url not allowing extra parameters #237

Closed rajeshganji closed 5 years ago

rajeshganji commented 5 years ago

HI we are using customer bing streaming api. our configuration is as below

{ "auth-endpoint": "https://eastasia.api.cognitive.microsoft.com/sts/v1.0/issueToken, "auth-key": "83b03XXXXXXXXXXXXXX", "stt-endpoint" : "https://eastasia.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?cid=38XXXXXXX" }

It is not supporting extra parameter appending to stt-endpoint (cid=38xxxx) not get passed,
could you please support this.

Thanks,

achaloyan commented 5 years ago

Right, custom language models are not currently supported. Subject to a change request.

achaloyan commented 5 years ago

This feature has already been implemented in the latest Bing/Azure plugins.