Re: Re: Sound recorder
- To: mathgroup at smc.vnet.net
- Subject: [mg80784] Re: [mg80747] Re: Sound recorder
- From: John Fultz <jfultz at wolfram.com>
- Date: Sat, 1 Sep 2007 00:35:21 -0400 (EDT)
- Reply-to: jfultz at wolfram.com
On Thu, 30 Aug 2007 23:46:47 -0400 (EDT), David Bailey wrote: > sdrc92126 at gmail.com wrote: > >> Hi, >> >> How do I get at the data recorded through the DialogBox? This is >> probably an easy question, but have not been able to find the answer. >> >> Thanks >> >> > The record menu item has been removed from the 6.0 menu for some strange > reason, but the code is still there. It makes a .wav file, which can be > imported as sampled sound using Import. Of course, you can also use > Import on sound files created in other ways. > > David Bailey > http://www.dbaileyconsultancy.co.uk Under Windows, you can use SystemDialogInput[] to invoke a recorder (the sound recording stuff behind SystemDialogInput[] is not yet hooked up for other platforms). Sincerely, John Fultz jfultz at wolfram.com User Interface Group Wolfram Research, Inc.