C128 voice synthesis using z88dk

Other misc things
Post Reply
sgjava
Member
Posts: 25
Joined: Thu Feb 22, 2024 9:25 pm

C128 voice synthesis using z88dk

Post by sgjava »

I've ported all of my SID code over to z88dk. Part of that is voice synthesis using the ARPAbet. 4 bit phonemes sound as good or better than SAM if you remember that. 2 bit and 1 bit obviously not as good. I've built all the tooling to take phonemes, convert them to RAW PCM format and compile into a singe file (phoneme library). Boot CP/M then mount https://github.com/sgjava/c3lz/blob/main/disks/talk.d71.

Video here https://youtu.be/TZhcCMkDTLA

More cool C128 stuff to come.
stefano
Well known member
Posts: 2328
Joined: Mon Jul 16, 2007 7:39 pm

Re: C128 voice synthesis using z88dk

Post by stefano »

Sorry for taking this long before answering, it is a fantastic result, I'd really love to have it merged into z88dk.
Post Reply