|
You are here |
geoff.tuxpup.com | ||
| | | | |
popey.com
|
|
| | | | | Download audio Yesterday I blogged about using Mycroft AIs Mimic 3, an Open Source Text-to-Speech engine I used to generate audio of a blog post. One thing I didnt mention, which might be useful, is how to setup Mimic 3. Its pretty straightforward, so here we go. The Mimic 3 developers have some releases over on their mimic3 GitHub repo, which include deb packages. If you want the easy way, maybe use those, but I wanted to try the latest and greatest, so I grabbed the latest master branch. | |
| | | | |
techtldr.com
|
|
| | | | | There are two philosophies when it comes to package installation, global first and local first. Global meaning all applications that rely on a certain package have access to the same copy of the library that was installed once. Local means that each project has its own folder of dependencies installed specifically for this project and [...] | |
| | | | |
kushaldas.in
|
|
| | | | | ||
| | | | |
mherman.org
|
|
| | | This tutorial takes a test-first approach to developing a RESTful API with NodeJS, ExpressJS, and TypeScript. | ||