Shop OBEX P1 Docs P2 Docs Learn Events
using emic text-to-speech module with bs2px — Parallax Forums

using emic text-to-speech module with bs2px

CheezyMunkeeCheezyMunkee Posts: 2
edited 2007-02-27 19:38 in BASIC Stamp
I am trying to use the bs2px with the Emic text-to-speech module.· I downloaded the parallax sample programs but the bs2px is not in the "#select $stamp" routine.· I have tried adding the bs2px to each of the other selections, but none work.· Does anyone know what parameters I would need to use for this basic stamp?



Here is the routine in the sample program for selecting the basic stamp:


'
[noparse][[/noparse] Constants ]
#SELECT $STAMP
· #CASE BS2, BS2E
··· T2400······ CON···· 396
··· TmAdj······ CON···· $100··················· ' x 1.0 (note time adjust)
··· FrAdj······ CON···· $100··················· ' x 1.0 (note freq adjust)
· #CASE BS2SX
··· T2400······ CON···· 1021
··· TmAdj······ CON···· $280··················· ' x 2.5
··· FrAdj······ CON···· $066··················· ' x 0.4
· #CASE BS2P
··· T2400······ CON···· 1021
··· TmAdj······ CON···· $3C5··················· ' x 3.77
··· FrAdj······ CON···· $044··················· ' x 0.265
· #CASE BS2PE
··· T2400······ CON···· 396
··· TmAdj······ CON···· $100
··· FrAdj······ CON···· $0AA··················· ' x 0.665
#ENDSELECT
Baud··········· CON···· T2400
Yes············ CON···· 1
No············· CON···· 0

Comments

Sign In or Register to comment.