Re: Saving sound waveforms
- To: mathgroup at smc.vnet.net
- Subject: [mg28272] Re: Saving sound waveforms
- From: "Paul Lutus" <nospam at nosite.com>
- Date: Sat, 7 Apr 2001 03:44:30 -0400 (EDT)
- References: <9ajnli$seo@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
"Michael A. Powers" <mapowers at email.com> wrote in message news:9ajnli$seo at smc.vnet.net... > Hello, > > I really like Mathematica's ability to generate sound waveforms, especially > the ability to load saved sound files, but is there any way to save them? > An inspection of the documentation didn't reveal any functions to do so. s = Play[Sin[2 Pi 440 t],{t,0,1}] Export["sound.wav",s] -- Paul Lutus www.arachnoid.com