Convert internal audio member from wav to mp3 or swa

Hi
i have lots of audio files in wav format. they are already appear as cast members. now i need to convert them to mp3 or swa. the audio have cue points.
how can i see the type file of the audio member?
what i should do to convert those members to mp3 oe swa?
should i export wav and then import it as mp3? if so how wxcatly?
those members are wav, cuz in external editor i can see its wav.
the reason i need to compress is that i need to  play it over the internet.
im using director 11.5 in xp.
please help
Shay

If you are using cue points, then don't use MP3.  MP3s do not have cue points, so they will be removed.  In older versions of Director, there was an option to convert wav files to swa under the Xtras menu.  For some reason, that was removed from Director 11.  So, if it is a requirement that you use swa, then Have a look for an older version of Director (Dir MX 2004 or earlier) which can do the conversion.
In D11.5, you can use the new audio mixer to convert the files to mp4.  I'm not sure if that will work for you, but it is worth a try.

Similar Messages

  • Can I change my Audio format from Wav to Mp3 in Premiere Pro... How?

    Hello All,
    Recently I have recorded a sound in H4n recorder, now wanted them in mp3 format.
    but had to upload it to you-tube and then downloaded it into mp3. But wanted to know is there any way i can change it to mp3 format in Premiere Pro.

    Which version are you using,  here is the pic from - CS3  - there is no option for mp3 format.

  • Converting from WAV to MP3 using Creative MediaSou

    I am trying to convert from WAV to MP3 using Creative Media Source Version 3.30.35. The program says it is converting the file to MP3 but when it has finished and I examine the properties it still says the file format is WAV. Can anyone shed any light on this, thanks?

    It doesn't change the original file - it creates a new file in the new format. Check where your file destination is set to in the Audio Converter screen.
    PB

  • Audio capture and converting the audio data to .wav file

    hi,
    i am new to applet and javax.sound and trying to build online recorder SDK in applet. I could captured the audio data and play the sound from microphone and also store the audio data to .wav file successfully. But when try to play that file from Window Media Player, i got the message "Windows Media Player cannot play the file. The file is either corrupt or the Player does not support the format you are trying to play." I have tried it all in different way but it's not working for last 5-6 days. Is there anyone who could help me , my work is stocked b'coz of this.
    Thanks

    this is the thread in which i am storing the audio data from audio stream to .wav file
    class CaptureThread extends Thread{
                          public void run(){
                                      AudioFileFormat.Type fileType = AudioFileFormat.Type.WAVE;
                                      File audioFile = new File("junk.wav");
                                       try{
                                       final AudioFormat format = getFormat();
                                             line.open(format);
                                          line.start();
                                             AudioSystem.write(
                                              new AudioInputStream(line),
                                              fileType,audioFile);
                                        }catch (Exception e){
                                             e.printStackTrace();
                                          }//end catch
                                     }//end run
                        }//end inner class CaptureThread

  • How do I convert qcp audio file (from cell phone) to mp3 file?

    I moved a recorded cell phone conversation from my phone to my computer. The file is 982498.qcp and iTunes, VLC, Quicktime, or Windows Media Player will not play it. iSoundFile is an application that can convert many different audio files to many other different audio file formats. It does not work with qcp files.
    How do I play this qcp file? Or, How do I convert this qcp file to mp3 or something playable?
    The phone manual says nothing about it (its an LG 8600).

    I've tried it 3 times. It says "Error while converting file." Thanks though, it looks like the perfect site for this function, just wish it worked.

  • Converting from WAV to MP3

    Hi all,
    I have to convert a wave- into an mp3-file during a http-request. What is the best way to do this (library) and are there any samples out there?
    Thanks and regards,
    Sandro

    I had the same problem and just found this. I know the post is old but maybe someone else could benefit. Go to this link
    http://www.tritonus.org/plugins.html
    and scroll down to the Mp3 encoder and pull in tritonus-mp3enc-2001-04-25.zip . This zip has a step by step read me for what you need to do. This solution will work for windows or linux.
    Good Luck!!
    Paul

  • How can I amplify audio signals from wav file?(gain control)

    I want to develop an audio equalizer using labview. How can I control the gain of the audio signal (amplify) using labview vis.

    If your audio signal is in form of a numeric array or a waveform cluster, to amplify it, just muliply it with a numeric value
    like in this VI
    Regards
    Dev
    Attachments:
    Amp.vi ‏51 KB

  • Wave to mp3 conversion losses

    When I adjust the amplitude of a song in Soundtrack Pro up or down by, say 6 dB, and then convert the sound file from wave to mp3, I notice that the volume increase or decrease is noticeable in the wave version but not in the mp3 version. Although the mp3 is a compressed version of the song, I didn't expect the volume changes to be completely bypassed or filtered out.
    Any tips on how to increase or decrease song volumes and to maintain these volume changes within the mp3 format?
    Thanks in advance.

    or any other help?Linux, using timidity and lame:
    timidity -Or -o - <input.mid> | lame - <output.mp3>

  • Converting  audio file from one format to another format

    Hi Friends,
    Is it possible to convert the audio file from one format to another format(*.mp3 to *.wav file and vice versa)?
    If so, please guide me on the same.
    Thanks in advance,
    Kavitha Anbazhagan

    It's been covered here already, but take a look here:
    Converting CDs to iTunes Audiobooks
    Just read the parts after the section on importing from CD.
    Regards.
    Message was edited by: Dave Sawyer

  • Flash 9 audio issues with Audition batched MP3s

    I batch process more than 1 file, from .wav to .mp3 with
    Audition 2. These mp3s, when viewed through Audition 2, are
    completely fine. I then import the files into my library in a Flash
    9 file, and when I use the newer files (even when I preview them in
    the library) in the Flash file, the first second or so is cut off,
    making my published file unacceptable.
    Any ideas? I really need to use this workflow for all of my
    projects, and everything worked fine with Flash 8. Another clue is
    that if I convert my audio to mp3 'manually' (as opposed to batch),
    or even if I batch only 1 file into MP3, the resultant files work
    fine in flash. Weird.
    Thanks in advance for any help.

    Nothing at all?

  • Acquire/manipulate audio data from internet stream

    I want to acquire the audio data from an audio stream (i.e. pandora, youtube, etc.) from the internet.  If I can get this data and be able to play it/graph it/etc in Labview, I will be pleased.  However, I'm not sure if this is even possible not knowing the details behind how packets are built and transmitted over the internet. 
    The closest I've come is using the acquire_sound.vi and taking the data from the sound card; albeit, it's very noisy. 
    For fun though, I'd like to do something directly from the audio stream itself (perhaps building a dll?) to gain a better understanding and experience. 
    Any advice is greatly appreciated!

    Dnor - 
    As far as I am aware there is a specific data time for audio streaming online, and it's something specific you would likely need to know on a low level to communicate/copy to.  Although it wouldn't be real-time, you can run a Windows audio recording program like TotalRecorder which should save and convert the audio output to .wav.  Then run a LabVIEW vi to read the wave file, which you could graph.  There is a KnowledgeBase on setting up the read from .wav file here if you'd like to go that route:  http://digital.ni.com/public.nsf/allkb/1BE60DBBFA22ACC186256DFB000B8464.  
    Regards,
    Ben N.
    Applications Engineering
    ni.com/support

  • Software to convert Cd audio + WAV to MP3

    I have problems with MP3 files import in Director, what
    software i can use to converter from cd audio or wav to mp3?
    Heelli :)

    pheelli wrote:
    > I have problems with MP3 files import in Director, what
    software i can use to converter from cd audio or wav to mp3?
    Hi Heeli.
    To convert CD Audio to WAV/MP3 search 'cd audio ripper' in
    Google. First one that came up when I searched now is
    Audiograbber which I've used and is quite good.
    You can also sear WAV to MP3 to convert. Since Director is
    now part of Adobe, I'll mention Adobe Audition (Windows Only)
    which can do this. It's a powerful audio editing program that
    can work with WAVs and MP3s. It's much more than just a
    converter.
    If you have WAV files, you may try convert them to SWA in
    Director. Xtras menu - Convert WAV to SWA (Windows only).
    regards
    Dean
    Director Lecturer / Consultant
    http://www.fbe.unsw.edu.au/learning/director
    http://www.multimediacreative.com.au

  • Converting analog audio to MP3/WAV using Garageband

    I'd like to use Garageband to convert analog audio (reel-to-reel, cassette, LP) to MP3/Wav formats. What kind of audio capture device do I need for the iMac in order to do this and where are they available?
    I have a new iMac running Snow Leopard (MAC OS X 10.6.3); been using PCs for decades, but new to the Mac.
    Thanks.

    CEM156 wrote:
    do you know if it matters whether I'm coming directly out of a deck/turntable, or do I need to go through an amplifier first before going into the audio-in port?
    for a cassette or open reel, the line-OUT is fine, for a turntable you need the RIAA curve of a dedicated Phono input.
    for more info read the tute on transferring LPs:
    http://www.bulletsandbones.com/GB/Tutorials.html#allabouttransferringlps
    note: read the caution about guitar amps, the same applies:
    http://www.bulletsandbones.com/GB/GBFAQ.html#amplineout
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • Audio converter from rm to mp3

    Hello everyone,
    I'm having hard time looking for a software for converting audios from rm to mp3 player. Could someone help me with that, PLEASE??
    PLEASE HELP ME

    Yes, this is what I meant.
    Do you know any program I can use to convert them to MP3 player?
    Thank you..

  • How do you convert the audio from a mpeg4 video file to mp3?

    How do you convert the audio from a mpeg4 video file to mp3 format?

    Probably the easiest way to do this is to download a free media convertor. Most will be able to convert video into audio files.

Maybe you are looking for

  • How to download Android app from Creative Cloud?

    The Creative Cloud wesite links to Google Play, where I would have to pay for apps that are part of my subscription.  How can I get the apps thru my sub?

  • How to retrive guid in do_init method for send_mail

    Hi All, I have a requirement to default the CC mail id's when a follow up email is created from complaint i am trying to acheive this by redefining DO_INIT method and created a new method set_CCmailid where i am trying to call order_read to get the p

  • N97 - more a rubber boat then a flagship

    I just read some info about n97, i saw it has a terrible slow processor and again not an seperate GPU... What is nokia doing?? Havent they learned from the n96, who now after 3 firmware updates still hangs when 2 apps are demanding to much power... T

  • EA2 - after editing schema, columns should automatically refresh

    - select a table, look at column view - click edit, modify the table, click ok - the column view does not refresh, but must be refreshed manually please make the column view refresh automatically

  • VPN L2TP fails to establish connection

    I have been working on this issue for about 7 hours now, and getting pretty tired of it. I went to enable L2TP on a server, and nothing i do gets past this: Wed Jun 30 21:21:14 2010 : Directory Services Authentication plugin initialized Wed Jun 30 21