home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
WINDOWS
/
SOUND
/
WAVEWIN.ZIP
/
PHONE2.WPL
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1992-04-08
|
368 b
|
25 lines
#
# PHONE2 Wavepool program
#
# Copyright 1992, Data Assist, Inc.
#
BEGIN {
screate("phone2.sou")
for (c=1; c<=5; ++c) {
print c;
for (x=1; x<=100; ++x) {
sinwave(400, 20);
quiet(10);
}
quiet(5500);
}
sclose(0);
sndvoc("phone2.sou", "phone2.voc");
}