palmerabollo / bingspeech-api-client

Microsoft Bing Speech API client in node.js
Other
32 stars 17 forks source link

feat: customizable audio format for synthesizeStream #26

Closed reflash closed 4 years ago

reflash commented 4 years ago

Hi!

I have created this change to have a different audio format generated. Unfortunately I'm not able to test it properly, so could you give a hint on how do you publish this package and test it?

It seems that some dependencies are outdated, I'm not even able to build it locally

palmerabollo commented 4 years ago

@reflash Thanks. I've published a new release 2.6.0 with the changes. I've bumped some deps in the package.json to a newer version and everything (build + tests) works for me. I no longer use bing speech, so it's difficult to test it and actively maintain this module. Please, let me know if you have any issues. Thank you for your contribution.

reflash commented 4 years ago

@palmerabollo thank you! I have checked with default audio format and with 'audio-16khz-128kbitrate-mono-mp3'. Both cases work as expected