MathGroup Archive 2004

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

Search the Archive

RE: Re: Appropriate codec for playing Mathematica generated .wav files

  • To: mathgroup at smc.vnet.net
  • Subject: [mg49123] RE: [mg49099] Re: [mg49047] Appropriate codec for playing Mathematica generated .wav files
  • From: "Owen, HL (Hywel)" <H.L.Owen at dl.ac.uk>
  • Date: Fri, 2 Jul 2004 02:01:24 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

My MediaPlayer (v9 on WinXP), plays this exported .wav file with no
problems.

Hywel

> -----Original Message-----
> From: DrBob [mailto:drbob at bigfoot.com]
To: mathgroup at smc.vnet.net
> Sent: 01 July 2004 10:26
> To: mathgroup at smc.vnet.net
> Subject: [mg49123] [mg49099] Re: [mg49047] Appropriate codec for playing
> Mathematica generated .wav files
> 
> 
> Winamp, Windows Media Player, RealOne Player, and Opera all 
> can play this file:
> 
> s = Play[Sin[440Pi t], {t, 0, 1}]
> Export["s.wav", s]
> 
> Winamp and Mathematica play this one as dead silence, the 
> Media Player gives an "unknown error" message, and RealOne 
> Player plays it as a series of noises I can't describe (which 
> may be correct):
> 
> s = Play[{1/2, 1/2, 1/2, 1/2, 1/2}, {t, 1, Floor[84/8]}, SampleRate ->
>       22050, PlayRange -> All]
> Export["s.wav", s]
> 
> Therefore, "what wav player and codec would play wav files 
> exported from Mathematica" may be the wrong question, since 
> the problem depends on what you're playing. (That doesn't 
> surprise me.)
> 
> If it IS the right question, on the other hand, then RealOne 
> Player may be the answer.
> 
> I hope that helps.
> 
> Bobby
> 


  • Prev by Date: Off[] won't always eliminate the message
  • Next by Date: Re: Bug in FromDate
  • Previous by thread: Re: Appropriate codec for playing Mathematica generated .wav files
  • Next by thread: Re: Accuracy problem in Mathematica