Exporting WAV Files with looping

Hi
I have a collection of sound effects that I've prepared in Logic. I've been exporting them to WAV files for use by another application. I do this with File->Export->Region as Audio File. This is all good.
The prolem I have is that I'd like some of them to loop. So I've been using a PC and Sound Forge to add the WAV sustain information to the WAV file. I'd really like to keep my workflow on the Mac and in Logic.
So, my question: is there a Mac app that can add the WAV sustain or can Logic export it? (I've tried Sound Studio and Audacity already with no success).
cheers
peter

Even though Logic has a 'write loop to file' function, I often find that the loop info either doesn't stick, or is invisible to other apps.
Loops added in DSPQuattro seem to always work, and probably with Peak too (I don't have Peak so I can't check.)
But you can get SoundHack for free and that will also write readable loop points to files.
No Logic user should be without it.
It does so many useful things you can't usually do in DAW apps like Logic.
Get it here:
http://www.soundhack.com/freeware.php

Similar Messages

  • Export wav file with matching dropframe timecode

    I'm sure I'm just missing something simple, but I need to export a small corrected part of a finished as a WAV file with timecode that matches the project. Being for broadcast in the US, the project is in dropframe timecode. While I'm working in STP, I see drop frame time code. But when I export, I get non-drop timecode that doesn't match the orginal code. This is a five second fix for a one hour DVD and I hate to have to send the authorers an entire new sound track when they only need the five seconds with matching timecode.
    How can I export and make this work. Without having to get ProTools, that is!

    If you're talking about timecode stamping in a WAV file exported from STP . . . well it doesn't seem to work for me no matter what timecode rate I use. 29DF, 29, 24, 23. I suspect you need to either give them the timecode location manually or export the whole thing, and let them just punch in the section they need.

  • New Quicktime 7.6.6 (1671) won't export WAV files

    HELP! - New Quicktime 7.6.6 (1671) won't export WAV files. I just did the automatic upgrade to the new version of Quicktime and now I can't export WAV files from a CAF file. The original .CAF file plays perfectly but when I attempt to export it the exported file is corrupted and won't play. I have another computer with the previous version of Quicktime and it exports the same file flawlessly. Anyone know what's going on with the new version? THANKS!

    +Error writing to the file: C:\Program Files\iTunes\iTunesMiniPlayer.Resources\nb.lproj\iTunesMiniPlayerLocalized.dll. Verify that you have access to that directory.+
    More often than not, that sort of message indicates file damage rather than a privileges issue on the file.
    If you've got Windows XP, try doing a chkdsk over your C drive, as per:
    How to perform disk error checking in Windows XP
    If you've got Vista, try the following procedure. Go "Start > Computer". Right-click on "Local Disk C:" and select "properties". Click the "Tools" tab. Click the "Check now" button in the "Error correction" section.
    Do the disk checks find/repair any damage? If so, does an install go through properly afterwards?

  • ADPCM and GSM to wav file with RAWCONVERTER

    Hi, is it possible to codify ADPCM and GSM in a .wav file with the RawAudioDataConverter(jsresources) or do they need a targetEncoding?. I have recorded GSM data in a wav file but I can't decode them.
    Example of my GSM coder and decoder
    AudioInputStream ais = null;
              AudioFormat.Encoding targetEncoding = null;
              AudioInputStream audioInputStream;
              File encodedFile = null;
    encodedFile = new File("gsm" + audioFile.getName());
                   try
                        ais = AudioSystem.getAudioInputStream(audioFile);
                   } catch (Exception e)
                        e.printStackTrace();
                   if (ais == null)
                        System.out.println("No se puede abrir el archivo");
                   AudioFormat sourceFormat = ais.getFormat();
                   if (!sourceFormat.getEncoding().equals(
                             AudioFormat.Encoding.PCM_SIGNED)
                             || sourceFormat.getSampleRate() != 8000.0F
                             || sourceFormat.getSampleSizeInBits() != 16
                             || sourceFormat.getChannels() != 1)
                        System.out
                                  .println("The format of the input data has to be PCM 8 kHz 16 bit mono");
                        System.exit(1);
                   AudioFormat.Encoding targetEncod = new AudioFormat.Encoding(
                             "GSM0610");
                   AudioInputStream gsmAIS = AudioSystem.getAudioInputStream(
                             targetEncod, ais);
                   AudioFileFormat.Type fileType = new AudioFileFormat.Type("GSM",
                             ".gsm");
                   int nWrittenFrames = 0;
                   try
                        nWrittenFrames = AudioSystem.write(gsmAIS, fileType,
                                  encodedFile);
                   } catch (IOException e)
                        e.printStackTrace();
                   }Example of my GSM decoder:
    private File decodificar(File FileIn)
              AudioInputStream ais = null;
              File in = new File(archivoCodificado.getName());
              File FileOut = new File("decod" + in.getName());
              try
                   ais = AudioSystem.getAudioInputStream(in);
              } catch (Exception e)
                   e.printStackTrace();
              if (ais == null)
                   System.out.println("cannot open input file");
              AudioFormat.Encoding targetEncoding = AudioFormat.Encoding.PCM_SIGNED;
              AudioInputStream pcmAIS = AudioSystem.getAudioInputStream(
                        targetEncoding, ais);
              AudioFileFormat.Type fileType = AudioFileFormat.Type.WAVE;
              int nWrittenBytes = 0;
              try
                   nWrittenBytes = AudioSystem.write(pcmAIS, fileType, FileOut);
                   System.out.println("AudioDecoder: written (bytes): "
                             + nWrittenBytes);
              } catch (IOException e)
                   e.printStackTrace();
              return FileOut;
         }I think that it might be well recorded but it doesn't works, giving and exception. I think that its all right because the number of byts in my GSM recorded file is about the tenth part of a PCM lineal file, and when I try to reproduce it with winamp for example it detects a sound track but it can't calculate the length of the GSM file(wav extension I mean)

    QuickTime Player X does not export WAV. You could use QuickTime Player 7, which if it's not in your Utilities folder already can be installed from the Optional Installs on the Snow Leopard install disk, but you'll need to purchase a QuickTime Pro key.
    Regards.

  • Story does not correctly export fdx file with scene numbers? Bug needs to be fixed.

    Story does not correctly export fdx file with scene numbers? Bug needs to be fixed.

    Okay, Even if i remove the scene numbers from Story and export the file to Final Draft 8. The format in incorrect. The "transitions" ex. CUT TO:  are not in the correct allignment. Also there are numbers on each of the dialogues
    Pretty much alot of the formatting is not the same. Spaces  that break dialouge and action which are there in Story, are not converted over to Final Draft.
    Please fix this as soon as possible.
    thanks,
    Rohit

  • How can I export a file with transparent background?

    Hi all,
    I know InDesign doesn't allow to export a PNG file, but I need my file to be in image file format with transparent background.
    I'm still learning so I am stuck here. How can I export a file with transparent background?

    If you can't get the PNG file export to work, you can export a pdf and open it in Photoshop, from there you can save it as whatever you like.

  • Importing wav files with dead space?

    I'm curious if anyone else has experienced slow loading times/overview calculations when importing wav files with lots of dead space into Logic?
    Working on vocal comps from a Pro Tools session. Logic has no problem importing full takes (24-bit, 44kHz wav files that basically start at the beginning of the song). But alternate takes that might have complete silence until the 3rd chorus, for example, take forever to load. 10+ minutes in some cases.
    If anyone can shed some light on this or share a similar experience, I'd appreciate it.
    Tech details, if it helps:  Macbook Pro 2.53 GHz Intel Core Duo, 4GB RAM, Lion 10.7.2, Logic Pro 9.1.6

    Well, iTunes has no ability to undo edits, so the problem may lie elsewhere. Please try the following extra-extra-careful procedure:
    - Edit the file and save it.
    - Exit the editor.
    - Make sure you know filename/location of the edited file, and that you are not confusing it with some unedited copy of the same song.
    - Play the edited file in some other player than iTunes and make sure the edits are as you wished.
    - Now, add the file to your iTunes library.
    Pls try this and let us know.
      Windows XP  

  • Premiere not exporting audio files with the footage

    Hello All, has anyone had trouble lately with Premiere not exporting audio files with the footage?

    1st, show your export screen so people may see what you are doing
    https://forums.adobe.com/thread/1070933 for screen shot instructions
    2nd, when you ask a question you need to provide more information for anyone to try and help
    -Premiere Pro Video Editing Information FAQ http://forums.adobe.com/message/4200840

  • Compressing the wav file  with JMF

    Hi Guys,
    Any one of you know about how to compress a wav file with jmf.Please its very urgent.
    Thnaks
    Jast

    Specify a compressed encoding for the audio output format. You'll have to enumerated the supported formats on the output track to finds out what's available to you. In Windows, JMF should be able to use the available system codecs. First try transcoding a wave file in JMStudio to see what works.

  • Exporting wav files creates 6 mono tracks

    When I make a sound track in Soundtrack Pro from samples and effects loops and export it as a wav file for editing in FCP, it exports as a 6 mono track audio file instead of a single track mono or stereo file.
    How can I set it so that the sound files export as single mono or stereo tracks? It is too tedious to deal with 6-track sound files in FCP.
    Thanks for any advice.

    1. Make sure your submix is set to stereo not mono.
    !http://rdiv.com/screenshots/STP_submix.jpg!
    2. Make sure you don't have the +Create multiple mono files+ box checked.
    !http://rdiv.com/screenshots/STP_exportOption.jpg!

  • Export video file with audio 5.1?

    I use AC3 filter for Adobe Audition.
    So i can import a video file (wmv) with 6 audio channels and edit multi track.
    But i can't export a wmv file with 6 audio channels.Just 2 channels only.
    Is there any solution to export a video file (wmv) with 6 audio channels?

    You'll have to export as wave and use the free Windows Media Encoder to do this.

  • Problem with PDF 1.3-Export: Photoshop-Files with transparency over InDesign colored objects

    Hello!
    I'm using InDesign CS6.
    I'v finished now a layout for a folder, and I put a photoshop-image with transparency over a InDesign-rectangle which I have filled with a cmyk-color in yellow.
    When I export a PDF with the Settings "PDF X-3:2002" (with PDF-Standard 1.3) the Photoshop-image shows uggley jagged edges at the border to the InDesign-colored background. However, the Photoshop-images which are over another bitmap-image (as background), this images don't show this annoying edges.
    When I export to PDF-Standard 1.4 the problem doesn't occor, however my printing-service requests PDF 1.3.
    I know, the workaround for this problem is, to replace the yellow background-color with an bitmap-file with the same color, but is there any other option to get a correct result without this more time-consuming image trick?
    I think it has to do with the transparency reduction which is necessary if using PDF 1.3. When I examine the PDF-File in Illustrator, this edges occurs mostly at the borders from the tiles in which the image is cut during the transparency reduction process. Although, if I open the rendered PDF in Photoshop this jagged edeges are visible, so it is definitly a render error.
    I would be glad if someone of you has a solution for this problem, in the attachment is an image which illustrate the problem.
    Best wishes

    Find another printer.
    End of problem. It really saddens me to think that these Luddites are
    still in business making no effort to move into the 21st century.
    Bob

  • Exporting text files with song names and artist names only

    I need help exporting a playlist as a text file. I know how to do this already,(right click playlist and select "export song list...") but when i open it up in notepad, it is unorganized and is very hard to read. I am burning a disc for my mom and pasting the playlist on the back of the cd cover. I dont want to type out every artist and song name. Help is appreciated.

    do you have a copy of Excel (or a different spreadsheet) on the PC, kevin? if so, try opening the text file with that. then it's relatively easy to remove information by deleting the columns of info that you don't want.

  • Problem in exporting library files with project(Classpath in manifest file)

    I've developed a J2EE application client using Eclipse 3.3.1.1, now I want to export my project as a executable jar file but there is a lot of external jar files so when I put their name in Class-Path variable of project's Manifest, I see "Too long" error because there are too many external jar files.
    How I can export required jar files with executable file of my project?
    In my idea, the process of application client exporting is so foolishly and silly! why there isn't any standard and easy-to-use utility for this reason?!

    Nazi wrote:
    I've developed a J2EE application client using Eclipse 3.3.1.1, now I want to export my project as a executable jar file but there is a lot of external jar files so when I put their name in Class-Path variable of project's Manifest, I see "Too long" error because there are too many external jar files.
    How I can export required jar files with executable file of my project?
    In my idea, the process of application client exporting is so foolishly and silly! why there isn't any standard and easy-to-use utility for this reason?!Probably a Jewish Bolshevik conspiracy...
    Abuse reported

  • Can't export zxp file with Flash Builder, CSExtensionBuilder

    Dear all
    I write Create Suite Extension project. I build this project success. It's output swf file.
    I want to export to .zxp file to connect with IA Plugin.
    In my Project. I do these steps:
    1. Select Export => Adoble Creative Suite Extension Builder=>Creative Suite Extension and click "Next" button
    2. Browe Certificate, type password and click "Finish". Have progress panel show and visible.
    But no file in Export Directory.
    My enviroment is:
    WinXPSP3
    Flash Builder 4.7 trial
    CSExtension 2
    IIlustrator CS6
    Adobe Extension Manager CS6
    What's wrong ?
    Could you have other ideal for me.

    I try to use
    WinXPSP3
    Flash Builder 4.6 trial
    CSExtension 2
    IIlustrator CS6
    Adobe Extension Manager CS6
    My project can export zxp file success.
    But I can't run and debug my project with Flash Builder4.6.
    Do you have same problem,

Maybe you are looking for

  • I need to install windows xp with bootcamp

    how do i do that (bootcamp only shows win7 option and drivers)

  • Memory Leak in web application created using j2ee

    Hi, Our company has one web application, provided by "X" vendor. this application has many JSPs and many TLDs used. The basic behaviour of the apoplication is to connect to the database (Oracle) get the information and show it to the user. We deploye

  • Problem with setting date using java 1.4.2

    Is this a bug? under java 1.4.2, executing System.out.println(new java.util.Date("01-JAN-1950")) displays Sun Jan 01 00:10:00 SGT 1950 but under java 1.3.1 the same statement displays as Sun Jan 01 00:00:00 SGT 1950 which is the desired result.

  • An error was detected on device \Device\Harddisk0 during a paging operation.

    Hi I have a Dell PE 2850 running Windows Server 2003 which is attached via SCSI to a Power Vault 220 SCSI disk enclosure. The server is beeping and in the eventvwr I see the following message: An error was detected on device \Device\Harddisk0 during

  • "show password" doesnt' work in Keychain :-(

    I'm syncing several computers' keychains using .mac Previoulsy one of those was running 10.3.9 while the others were running 10.4.6. After updtaing the 10.3 mac to 10.4.6 I'm not able to "show password" from the keychain access. However, I changed tw