Re: Automatic sound recording
- To: mathgroup at smc.vnet.net
- Subject: [mg33152] Re: Automatic sound recording
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 6 Mar 2002 01:55:26 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <a61uvv$gp9$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi, write a MathLink program that access the sound/ microphon driver of your operating system. Regards Jens Hugh Goyder wrote: > > I would like to use my Windows computer as an instrument and collect sound > data under the control of Mathematica. How do I get it to switch on the > sound recorder, record for a given length of time and then switch off? > Mathematica can then import the file, analyse the data and wait until a > later time when it can repeat the whole operation again. > I can do all of this by using Sound Recorder from the Input menu but I have > to click the buttons. Can I get it to work automatically, and unsupervised, > by using FrontEndTokens or is there a better method? > > Hugh Goyder