I tried running the COEIROINK voice synthesis software from Python. I'll specifically introduce the methods and results from that attempt. The code is also uploaded on GitHub as basic-codes-coeiroink-api, so feel free to check it out!
Here's a quick guide to displaying 3D models on your web page, complete with sample code. We'll use three.js. This guide is for those who want to try it out without needing to master all its features.
This guide will show you how to synthesize voices using COEIROINK. It's a highly recommended software that is free, easy to set up, intuitive to use, and can be used for commercial purposes (under certain conditions). (For commercial use, make sure to read the entire article. Also, check the terms again when you use it, as they might change in the future.)
I encountered an error with my Roomba j7+ that couldn't be solved by conventional methods, so I wanted to share my experience. The error code was "Unable to Connect (BF0B12)," and the issue was that the app and Roomba could barely communicate. I eventually called the support center, but even after 30 minutes, they couldn't find a solution—it was quite a tough problem...
This article introduces methods to automate screen operations with Python. The example used here is "Registering an XML file with Google Search Console," but these methods can be applied to other scenarios as well, such as "performing the same operation repeatedly with software created by historical figures." (Note: These methods are based on recent versions of Windows, so they may not work on other operating systems or older versions of Windows. Please be aware of this...!)
I scanned a hand-drawn picture, but I don't have any good image editing software, so I can't edit it... For people like me, here's a way to create Python code for image editing using ChatGPT. This time, I'll use the method I used to create the icon image for this site as an example.
This is a story about the screw that fixes the footboard and chain on the DW9002 drum pedal that wouldn't turn at all. It wasn't a problem that could be solved with force, so I ended up getting it handled through the manufacturer via a music store. I hope this will be helpful to those in a similar situation.
To ensure my blog appears in Google searches, it's necessary to register an XML sitemap. However, manually updating this file every time I update a post is a hassle... So, I had ChatGPT write a script to automatically update the XML sitemap for me.
With VSCode, you can automatically convert Markdown files to HTML. In this article, I will briefly touch on the significance of automatic conversion and the benefits of using VSCode, followed by a detailed explanation of how to use it.
This article is about how to draw diagrams in markdown files using text. The diagrams are created using a notation called mermaid. It's pretty convenient as it can also be output in HTML format, and I use it for work too.
I made a free personal blog using GitHub Pages! In this article, I'll give an overview of the structure and benefits of this blog site. The code is available on my GitHub page, so feel free to use it if you find it helpful.