The sound of Silence...
[1/1] from: depotcity::telus::net at: 10-May-2001 23:30
Silence - A Fable, by Edgar Allan Poe
Rebol []
x: to-binary read http://216.232.249.87/ebooks/silence.txt
mysound: make sound [
volume: 0.8
channels: 1
bits: 8
rate: 2000
data: x
]
snd: open sound://
insert snd mysound
wait snd
close snd