Login
Back to forumReply to this topicGo to last reply

Posted By

Gaia
on 2006-09-12
18:21:22
 First program for the V364

Well, not really, but check out what I have extracted out tonight from the C64 Magic Voice demo disk:

http://home.planet.nl/~grosz014/mvdemo.prg

Try playing it with Yape's V364 emulation mode. You can download the video of the full original C64 version here:

http://www.stefan-uhlmann.de/cbm/MVM/MVM.html

The latter is a nice site on the Magic Voice and to a certain extent about the V364, I have been helping him a little with his efforts, too.

Posted By

Luca
on 2006-09-12
18:37:11
 Re: First program for the V364

Twinkle twinkle liiittlleee staaaaar... wink

Posted By

Litwr
on 2006-09-13
05:59:38
 Re: First program for the V364

Yape with Voice Generator is very very good happy but I've encountered with problems.
I entered SAY"GLORY" or SAY"WORRY" and got ?ILLEGAL QUANTITY ERROR. I think that there is problem with "L" and "W" sounds.

Posted By

Gaia
on 2006-09-13
06:30:45
 Re: First program for the V364

There's no bug. The T6712 speech chip is not phoneme based and as such can only work with fixed vocabularies. That's part of the reason why the Magic Voice has never become popular. Think of the T6721 and the PARCOR method as a way of voice data compression, much like today's MP3, only in 8 kHz telephone quality.

When you specify an unknown word (ie. not in the fixed vocabulary), you get this "ILLEGAL QUANTITY" error.

What this "program" really does is that it provides new speech data (starting at memory location $6000) that you can use either from BASIC (after issuing the command VOC(address)) or machine code. Custom words (or in this case: complete sentences) are always numbered from 1024. Of course one could as well write directly to the Toshiba chip, then you do not have to deal with these issues.

Posted By

Litwr
on 2006-09-13
07:45:33
 Re: First program for the V364

Where do we get the list of words? Is there documentation about details of installing of new words and dictionaries? What is data format for VOC?...

Posted By

Gaia
on 2006-09-13
08:15:18
 Re: First program for the V364

Here's the V364 word list:

http://www.zimmers.net/cbmpics/cbm/364/364words.txt

And here's the Magic Voice manual (C64):

http://web.inter.nl.net/hcc/davies/mvmanual.html

VOC only specifies where the speech data is. Speech data is stored in a yet unknown compressed format, gets decompressed and sent to the T6721. Someone really keen can continue my V364 Speech ROM disassembly project to figure that out.

Posted By

Stefan67
on 2006-09-13
11:20:04
 Re: First program for the V364

Here's the V364 word list:

http://www.stefan-uhlmann.de/cbm/MVM/MVM_Words.html

And here's the original (.pdf-document) for the Magic Voice Manual (C64):

http://www.stefan-uhlmann.de/cbm/MVM/MagicVoiceSpeechModule_Manual.zip (8211 KB)

wink

Posted By

Litwr
on 2006-09-14
04:13:04
 Re: First program for the V364

Thank you for information! happy



Back to topReply to this topic


Copyright © Plus/4 World Team, 2001-2024