This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
Releases: burgil/sayjs
Releases · burgil/sayjs
Streaming is ready, Enjoy!
- Blazing fast
- No need to store or delete any wav files (no io)
- Frontend: https://github.com/burgil/say.js/blob/master/expressjs_examples/front-end/streaming.html
- Backend: https://github.com/burgil/say.js/blob/master/expressjs_examples/commonjs/server.js
Added a working front-end and back-end example for streaming! - Next up: Example for streaming in real time 😎
Added a working front-end and back-end example for streaming! - Next up: Example for streaming in real time 😎
Added stream - Returns a Buffer
PS C:\Users\Burgil\Desktop\say.js> node ./examples/win32-stream.js
<Buffer 41 63 74 69 76 65 20 63 6f 64 65 20 70 61 67 65 3a 20 36 35 30 30 31 0d 0a 38 32 0d 0a 37 33 0d 0a 37 30 0d 0a 37 30 0d 0a 31 34 30 0d 0a 33 37 0d 0a ... 511840 more bytes>
Added Streaming in Real Time!
Checkout the new express.js examples I created!
https://github.com/burgil/say.js/tree/master/expressjs_examples