home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.audio
- Path: sparky!uunet!cs.utexas.edu!torn!nott!cunews!ags
- From: ags@scs.carleton.ca (Alexander G. M. Smith)
- Subject: Re: Digitizing from scripts..
- Message-ID: <1992Dec24.005304.6603@cunews.carleton.ca>
- Sender: news@cunews.carleton.ca (News Administrator)
- Organization: School of Computer Science, Carleton University, Ottawa, Canada
- References: <168C6C9FB.WALLY@UKCC.UKY.EDU>
- Date: Thu, 24 Dec 1992 00:53:04 GMT
- Lines: 21
-
- In article <168C6C9FB.WALLY@UKCC.UKY.EDU> WALLY@UKCC.UKY.EDU writes:
- >Any little problems, I can work out on my own. However, I can't get
- >AGMSRecordSound (for Perfect Sound 3) to do this:
- >
- >Record at say, 12Khz for 30 seconds. I can't get it to set a time limit.
- >So I tried setting a size limit (~360K in this instance), and it still
- >didn't work.. It just keeps recording forever. (Well... Until my
- >drive fills up, or I get sick of it and reboot and crash the drive
- >horribly and have to reformat it like LAST time I was working on this. :(
-
- Hmmm. AGMSRecordSound will stop recording if you send it a Control-C
- break signal. Use the "break" command to do that. You'll also need to
- know the process number that AGMSRecordSound is running under (the 2.0
- "status" command has a nice feature that finds the process number given
- a program name). Set up a second process (a script that is started by
- "run execute myscript") that will wait a fixed amount of time and then
- do the break.
-
- - Alex
-