MathGroup Archive 2001

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

Search the Archive

Re: Saving sound waveforms

  • To: mathgroup at smc.vnet.net
  • Subject: [mg28278] Re: Saving sound waveforms
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Sat, 7 Apr 2001 03:44:36 -0400 (EDT)
  • Organization: Universitaet Leipzig
  • References: <9ajnli$seo@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

Export[] will do it. Look at

$ExportFormats

{"AI", "AIFF", "AU", "BMP", "CSV", "Dump", "DXF", "EPS", "EPSI",
"EPSTIFF", \
"Expression", "GIF", "HDF", "HTML", "HTML+MathML", "JPEG", "Lines",
"List", \
"MAT", "MathML", "MGF", "MPS", "PBM", "PCL", "PDF", "PGM", "PICT",
"PNG", \
"PNM", "PPM", "PSImage", "RawBitmap", "SND", "STL", "Table", "TeX",
"Text", \
"TIFF", "UnicodeText", "WAV", "WMF", "Words", "XBitmap"}

and "WAV", "AIFF" "AU" "SND" *are* sound files

Regards
  Jens

"Michael A. Powers" wrote:
> 
> 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.
> 
> Thanks,
> -Mike


  • Prev by Date: Re: Re: Manipulating Strings
  • Next by Date: Re: notebook -> postscript conversion in text mode ?
  • Previous by thread: Re: Saving sound waveforms
  • Next by thread: Re: Saving sound waveforms