palmerabollo / bingspeech-api-client

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

Return a stream to support pipes #3

Closed palmerabollo closed 7 years ago

palmerabollo commented 7 years ago

The synthesize function should return a stream. This way a client could pipe the result without waiting to receive and store the audio in memory.