You are browsing as a guest. Sign up (or log in) to start making projects!

8h 10m 58s logged

I started working on giving the system a voice. Yes, quite literally a dystopian, creepy voice synthetisation function. Originally I was only gonna do ‘BEEP freq, duration’ (which i managed in a good hour at most) but then I got invested in actual phoneme/allophone synthesys (Software Automatic Mouth style) and it turned into a lot more work. Sadly so far i’ve only ever gotten squeals out of it, or all quiet, so i am probably going to give up and do more important work like either a text editor or a directory support, or even a proper C compiler in-system (so far only precompiled binaries work).

0
14

Comments 1

@NellowTCS

My project, UTAU.js (https://stardance.hackclub.com/projects/17830/), might be a good reference on how to do vocal synthesis (I even have a few articles linked with a lot of stuff and data in the first few devlogs)! Feel free to take a look if you want