Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use new dectalk-tts package #118

Merged
merged 7 commits into from
Feb 13, 2024
Merged

Use new dectalk-tts package #118

merged 7 commits into from
Feb 13, 2024

Conversation

JstnMcBrd
Copy link
Contributor

@JstnMcBrd JstnMcBrd commented Feb 12, 2024

The old dectalk package was a little sketchy - it created a child process to run an unprotected executable on the local machine, and it required special OS dependencies on Linux. And it didn't work on Mac.

This new package simply calls a web API, so the dectalk executable does not need to be run locally anymore. This should be much safer.

@JstnMcBrd JstnMcBrd added the enhancement New feature or request label Feb 12, 2024
@JstnMcBrd JstnMcBrd requested a review from a team February 12, 2024 13:41
@JstnMcBrd JstnMcBrd self-assigned this Feb 12, 2024
src/commands/talk.ts Outdated Show resolved Hide resolved
src/commands/talk.ts Show resolved Hide resolved
src/commands/talk.ts Show resolved Hide resolved
@JstnMcBrd JstnMcBrd merged commit 05a229f into main Feb 13, 2024
4 checks passed
@JstnMcBrd JstnMcBrd deleted the dectalk branch February 13, 2024 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants