[A86] Speed select


[Prev][Next][Index][Thread]

[A86] Speed select




I am working on a program to play morse code, and I want to be able to select 
speeds.  So far, I have it working at a reliable 8 words per minute.  My 
sound file is formated for soundalgo.asm by Dux:
Dah:;zero terminated wav file with a second inside
.db 250,250,250,250,250,250,250,250,250,250
.db 250,250,250,250,250,250,250,250,250,250
.db 250,250,250,250,250,250,250,250,250,250
.db 250,250,250,250,250,250,250,250,250,250
.db 250,250,250,250,250,250,250,250,250,250
.db 250,250,250,250,250,250,250,250,250,250
.db 250,250,250,250,250,250,250,250,250,250
.db 250,250,250,250,250,250,250,250,250,250
Dit:;zero terminated wav file inside another
.db 250,250,250,250,250,250,250,250,250,250
.db 250,250,250,250,250,250,250,250,250,250
.db 250,250,250,250,250,250,250,250,250,250
.db 250,250,250,250,250,250,250,250,250,250,0

So, what I am asking is is there any way to change the duration of the sound 
without needing seperate files for each speed?  



Follow-Ups: