Closed sadikassistivlabs closed 2 years ago
I guess maybe figuring out how to compile the C++ code might be enough for me to build from source? Not quite sure
I was able to get the C++ build working in Github Actions (per this run) and I'm not getting the feeling that anything else is needed to publish? (VS is needed for install still but that's a separate thing presumably)
If so, I'll aim to loop back on this shortly and
If that seems alright
FYI the forked version I published seemed to fix the crash for me, so I think #19 and an updated version should address this
Thanks for the report! I think you're right about the binaries published to npm being behind the "main" branch. I'll see about getting an updated version published next week.
Yup for sure. Also I made a little Github Workflow to do the publish in #19 if you want to use that.
Just needs an NPM_TOKEN set in Github Secrets (from my testing at least).
Also really love this package by the way! Feels very transformational
I've published version 0.0.4 that includes a binary built with the latest changes in the repository's "main" branch. Can you let me know if that resolves your issue?
Oh yup thanks! I'll make a note to check later, but I think it probably must because it was fixed when I did the same with a fork.
I'll go ahead and close this for now and re-open or comment again if I'm still seeing it later
Hi all, I've been trying to get up to speed on aria-at overall, and as such was trying to follow the setup instructions for this project in the READme, but kept hitting the following crash on the Node server after my client's websocket connection connected and the server tried to send some output.
Oh and I was using wscat to try and connect, as follows
Looking through the current code I was kind of confused as it seems like #10 fixed these sorts of things, until I realized it likely hasn't been published yet per https://www.npmjs.com/package/@bocoup/windows-sapi-tts-engine-for-automation
I'm not sure how publishing a release works for this, but would it be possible to make one so I could try it again? Or if there's another way for me to work around this (maybe pulling from source?) just let me know!