Page 2 of 2

Re: Parrot Sound Add-on

Posted: Fri May 08, 2020 3:51 pm
by stroebeljc
1024MAK wrote: Fri May 08, 2020 3:40 pm But 0x4F does set bits A4, A5, and A7 to zero, while keeping all the other bits at 1 to reduce the likelihood of hardware conflict.

Why anyone would use 0x03 I don’t know, that’s just asking for trouble.

Mark
You are totally correct. The problem is that the original guidance from the makers of the Parrot published 0x03 in all of their stuff. If you look at the book referenced earlier in this thread, you will see this. I switched to 0x4F precisely to reduce interactions.

Re: Parrot Sound Add-on

Posted: Fri May 08, 2020 4:06 pm
by stroebeljc
XavSnap wrote: Fri May 08, 2020 7:19 am Cool stroebeljc !
Thanks for this code.

It able to update the Parrot SPO sound card on the VB81 emulator.
I had to add the &4F IORQ to the VTR/Mageco (@&3F) sound card, enclosed in the emulator.
:ugeek:

Vb81 is now update for the Parrot SPO256...(r. 08/05/2020)

SPO on the &4F IOrq (IN & OUT) port.
Select the sound card, and reinit the computer.

If something's wrong let me know...
Have Fun.
I am liking your emulator. Lot's of nice features!

However, the SP0256 sound output could use much improvement. I have sampled all allophones from my Parrot and stitched them into my local build of EO. The sound representation is much closer to the real thing. I can provide you more information on this, if you are interested.

Re: Parrot Sound Add-on

Posted: Sat May 09, 2020 5:21 pm
by XavSnap
8-)
Sure !
I haven't this card in my poor collection.

Re: Parrot Sound Add-on

Posted: Tue May 12, 2020 6:01 am
by mcarlson_sb
My SP0256-AL2 ICs came today 8-)
I did a quick test with an arduino and they both said "Hello World" after some coaxing.

Looking forward to figuring out how to get them talking with the zx81 (pun intended)

Re: Parrot Sound Add-on

Posted: Mon Feb 19, 2024 9:27 pm
by stroebeljc
If I recall correctly, the software that came with the Parrot was pretty minimal and was the same Test Program that's in the How to Make Your Computer Talk book. So, I created the attached files from the listings in the book (with bug fixes) and added the Phrase Finder program that wasn't on tape. I'm also including a program that speaks all of the examples in Appendix A of the book. The source is on github here.

Re: Parrot Sound Add-on

Posted: Wed Feb 21, 2024 2:29 am
by XavSnap
Thanks a lot John !

Re: Parrot Sound Add-on

Posted: Wed Feb 21, 2024 2:38 am
by stroebeljc
Here's a version for the VTR.