--- title: "ZVoice Test Program" type: "article" slug: "zvoice-test-program-2" url: "http://localhost/article/zvoice-test-program-2/" markdown_url: "http://localhost/article/zvoice-test-program-2.md" published_at: "2022-10-07T12:23:29+00:00" modified_at: "2026-08-09T14:31:35+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" category: - name: "ZX-Appeal" slug: "zx-appeal" taxonomy: "category" url: "http://localhost/category/periodicals/zx-appeal/" post_tag: - name: "Best of Timex/Sinclair 2068 Articles and Documents" slug: "ts2068best" taxonomy: "post_tag" url: "http://localhost/tag/ts2068best/" - name: "Speech synthesis" slug: "speech-synthesis" taxonomy: "post_tag" url: "http://localhost/tag/speech-synthesis/" - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Ken Abramson" slug: "ken-abramson" taxonomy: "indiv" url: "http://localhost/indiv/ken-abramson/" - name: "Wilf Rigter" slug: "wilf-rigter" taxonomy: "indiv" url: "http://localhost/indiv/wilf-rigter/" publication_r: id: 36087 title: "ZX-Appeal" type: "periodical" url: "http://localhost/periodical/zx-appeal/" authors: "Ken Abramson" authors_r: - name: "Ken Abramson" slug: "ken-abramson" taxonomy: "indiv" url: "http://localhost/indiv/ken-abramson/" issues_articles: - id: 39674 title: "ZX-Appeal Apr 87" type: "issue" url: "http://localhost/issue/zx-appeal-apr-87/" pages: "16" pubdate: "April 1987" archive_link: false --- # ZVoice Test Program ## Source Code ``` 10 PRINT AT 9,3;"ZVOICE TS FOR THE TS2068" 20 REM 30 REM Ken Abramson 40 FOR N=1 TO 43 50 READ V 60 PAUSE 9 70 GO SUB 130 80 NEXT N 90 DATA 42,15,11,34,51,26,13,37,31,45,20,37,15,11, 55,4,4,4,25,58,4,,9,19,,4,2,31,11,12,13,4,46,52,42, 19,44,34,4,4 100 PAUSE 30 110 RESTORE 120 GO TO 40 130 OUT 23,V 140 RETURN ```