RE : I have sounds in Mathematica -> want sound files
- To: mathgroup at smc.vnet.net
- Subject: [mg48763] RE : [mg48762] I have sounds in Mathematica -> want sound files
- From: "Florian Jaccard" <florian.jaccard at eiaj.ch>
- Date: Wed, 16 Jun 2004 04:54:01 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hello !
You can use Export.
For example, let blabla be the sound :
In[8]:=
blabla = Play[Sin[220*Pi*t], {t, 0, 5}]
In[9]:=
Export["T:\\mySound.wav", blabla];
The first argument of Export is the file path with name and extension.
If you want to put it in the disk C:\\myDocuments\\sound_files :
Export["C:\\myDocuments\\sound_files ", blabla];
Regards
F.Jaccard
-----Message d'origine-----
De : Roger L. Bagula [mailto:rlbtftn at netscape.net]
Envoyé : mardi, 15. juin 2004 08:50
À : mathgroup at smc.vnet.net
Objet : [mg48762] I have sounds in Mathematica -> want sound files
How to get from a to b:
I remember something I found a while back in a search but can't find it
again.
I want a music/ sound file
wav, aiff or mp3
from a Mathematica sound.
And I don't want to buy an expensive package to do it.
Thanks,
Roger L. Bagula