--- title: "BEEP & SOUND TRANSLATOR" type: "article" slug: "beep-sound-translator" url: "http://localhost/article/beep-sound-translator/" markdown_url: "http://localhost/article/beep-sound-translator.md" published_at: "2025-02-23T23:07:22+00:00" modified_at: "2025-02-28T01:29:39+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "This program will translate BEEP data to SOUND data and also SOUND data to BEEP data. The data must be MUSIcomp data compatible (MUSIcomp & MUSIcomp V1.1) or else it might not work. To translate, first load your codes between 40000 & 65535. You will then have to enter the starting address of the code…" category: - name: "Byte Power" slug: "byte-power" taxonomy: "category" url: "http://localhost/category/periodicals/byte-power/" post_tag: - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Eric Boisvert" slug: "boisvert-eric" taxonomy: "indiv" url: "http://localhost/indiv/boisvert-eric/" publication_r: id: 38570 title: "Byte Power 1st Class Magazine" type: "periodical" url: "http://localhost/periodical/byte-power-1st-class/" authors_r: - name: "Eric Boisvert" slug: "boisvert-eric" taxonomy: "indiv" url: "http://localhost/indiv/boisvert-eric/" issues_articles: - id: 38578 title: "Byte Power Fall 1987" type: "issue" url: "http://localhost/issue/byte-power-8/" pubdate: "Fall 1987" archive_link: false article_media: - id: 59185 title: "BEEP & SOUND Translator" type: "computer_media" url: "http://localhost/computer_media/beep-sound-translator/" --- # BEEP & SOUND TRANSLATOR This program will translate BEEP data to SOUND data and also SOUND data to BEEP data. The data must be MUSIcomp data compatible (MUSIcomp & MUSIcomp V1.1) or else it might not work. To translate, first load your codes between 40000 & 65535. You will then have to enter the starting address of the code to be translated, the length and the address where the translated codes will be stored. The computer will translate the codes and tell you the length of the new ones. BEEP data is translated faster than SOUND data, by the way, and is 1/3rd shorter than SOUND data. You can playback the translated music at line 9000 for BEEP data and at line 9100 fo SOUND data. The program is in BASIC so that you can modify it if your data is not compatible with MUSIcomp data. Loading name TRANSL Program type Music utility Written by Eric Boisvert