VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Code for the missing file TRIANGLE.PFM in talk.zip

by Bernt Figaro (8 Submissions)
Category: Sound/MP3
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Tue 6th June 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Code for the missing file TRIANGLE.PFM in talk.zip

API Declarations


in the Talk.zip (jukebox w speech)

Rate Code for the missing file TRIANGLE.PFM in talk.zip



Dim I%
CONST PFM$="AUA.+AQA.+AQA.+ARWQA.+AWQA.+AQA.+ARSQA.+AQA.+AQA.+"
OPEN "TRIANGLE.PFM" FOR BINARY AS #1
FOR I%=1 TO 50
A%=ASC(MID$(PFM$,I%,1))-33
put #1,I%,CHR$(A%)
NEXT I%
RESET
END Sub


Download this snippet    Add to My Saved Code

Code for the missing file TRIANGLE.PFM in talk.zip Comments

No comments have been posted about Code for the missing file TRIANGLE.PFM in talk.zip. Why not be the first to post a comment about Code for the missing file TRIANGLE.PFM in talk.zip.

Post your comment

Subject:
Message:
0/1000 characters