jabber-tools / cognitive-services-speech-sdk-rs

Apache License 2.0
24 stars 15 forks source link

Add some missing property ids based on the speechapi_cxx_enums.h. #19

Closed wangfu91 closed 5 months ago

wangfu91 commented 5 months ago

I noticed that some property IDs were missing when attempting to utilize the SpeechSegmentationSilenceTimeoutMs property. To resolve this, I've cross-referenced the speechapi_cxx_enums.h file and added all the missing property IDs.

In addition to the PropertyId enum, I've identified missing members in other enums. If it's acceptable, I would like to submit a separate pull request to address these issues.

adambezecny commented 5 months ago

hi, thanks again for your contribution, I will release this shortly. Looking forward another PR :-)

Btw. are you using this library on commercial project? If so, may I know some details (e.g. high level use case description, maybe company or at least industry in which you are using this)?

thanks!

adambezecny commented 5 months ago

version 1.0.2 released

wangfu91 commented 4 months ago

Thanks for the quick releases.

Btw. are you using this library on commercial project? If so, may I know some details (e.g. high level use case description, maybe company or at least industry in which you are using this)?

Yes, I'm using this library for a project at the company I work for. Right now, the project is still in the very early stages of prototyping, so I'm afraid I can't share any specific details.