"stop recording" causes delay
Nicolas Cueto
nicolas_cueto at yahoo.com
Sat Mar 26 20:11:39 EST 2005
Hello All,
Didn't get a reply to this, so am rephrasing.
Calling the "stop recording" command causes a stack and its PC to stall for
over 30 seconds. This happens on both Win98SE and Win2k, and both as a stack
and a standalone. The stack/standalone is very simple -- three buttons
(record, stop, play) with minimal scripts (below) -- since I'm only using it
to learn about Rev's recording capabilities.
Thank you in advance.
Nicolas Cueto
-- THE 3 SCRIPTS!!!
--
-- "START RECORDING" SCRIPT
on mouseUp
set the recordFormat to "wave"
record sound file "junk rekord.wav"
end mouseUp
-- "STOP RECORDING" SCRIPT
on mouseUp
stop recording
end mouseUp
-- "PLAY THE RECORDING" SCRIPT
on mouseUp
play "junk rekord.wav"
end mouseUp
More information about the use-livecode
mailing list