MathGroup Archive 2001

[Date Index] [Thread Index] [Author Index]

Search the Archive

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





  • Prev by Date: Laplace Transforms of piecewise continuous functions
  • Next by Date: Re: Howto vonvert a list of functions in a list valued function
  • Previous by thread: Saving sound waveforms
  • Next by thread: Re: Saving sound waveforms