palmerabollo / bingspeech-api-client

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

Remove noise (static) from synthesised audio #2

Closed palmerabollo closed 7 years ago

palmerabollo commented 7 years ago

The synthesized audio has a lot of static in the playback. It is reported by other users of the bing speech api so it seems to be an issue with the Microsoft service itself.

palmerabollo commented 7 years ago

Fixed in https://github.com/palmerabollo/bingspeech-api-client/commit/67250e7c6b0fddb6b5db0b4e16294f13f5036921. It was a bug in the binary buffer we use.