How do I amplify audio recorded through Soundtrack?

Hi, I recorded a voice over for my movie with soundtrack. The only problem is the audio is quiet (I don't have an amp for my mic). I cannot seem to find a way to amplify the recording with Soundtrack. Any Ideas?

Pop the question on the sound Track forum.
In FCE you can raise the volume manually and also STACK the audio.
That's where you copy/paste the audio track one or more times to create more audio tracks of exactly the same thing.
You'll get a bit more volume this way.
It does sound as though the mic is the wrong impedance for the gear you are using.
Al

Similar Messages

  • How to save Custom control records through module pool program ?

    Hi guru ,
    1. How to save Custom control records through module pool program ?
    I wrote multiple lines of record in custom control
    Who to save that records ?
    thanking you.
    Regards,
    Subash.

    Hi,
    can refer following code -
    IN PAI , CODE is as follows-
    *&      Form  editor_output
    FORM editor_output .
    NARRATION1 is name of custom controller
      IF v_editor IS INITIAL.
      Create obejct for custom container
        CREATE OBJECT v_custom_container
          EXPORTING
            container_name              = 'NARRATION1'
          EXCEPTIONS
            cntl_error                  = 1
            cntl_system_error           = 2
            create_error                = 3
            lifetime_error              = 4
            lifetime_dynpro_dynpro_link = 5
            OTHERS                      = 6.
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE 'I' NUMBER sy-msgno
                     WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
      Create obejct for the TextEditor control
        CREATE OBJECT v_editor
          EXPORTING
            wordwrap_mode              = cl_gui_textedit=>wordwrap_at_fixed_position
            wordwrap_position          = line_length
            wordwrap_to_linebreak_mode = cl_gui_textedit=>true
            parent                     = v_custom_container
          EXCEPTIONS
            error_cntl_create          = 1
            error_cntl_init            = 2
            error_cntl_link            = 3
            error_dp_create            = 4
            gui_type_not_supported     = 5
            OTHERS                     = 6.
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE 'I' NUMBER sy-msgno
                     WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
      ENDIF.
    ENDFORM.                    " editor_output
    getting textdata in internal table as follows
    *&      Form  create_text
    FORM create_text .
      REFRESH : it_texttable,
                it_text.
      IF v_doc_number IS NOT INITIAL.
        IF v_editor IS NOT INITIAL.
          CALL METHOD v_editor->get_text_as_r3table
            IMPORTING
              table                  = it_texttable
            EXCEPTIONS
              error_dp               = 1
              error_cntl_call_method = 2
              error_dp_create        = 3
              potential_data_loss    = 4
              OTHERS                 = 5.
          IF sy-subrc <> 0.
            MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                       WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
          ENDIF.
    Now, our final text data is in internal table it_texttable.
    pls, Reward if found helpful.

  • How do I make audio play through both headphones in garageband?

    How do I make audio play through both headphones in garageband?

    C∆NOK∆N wrote:
    How do I make audio play through both headphones in garageband?
    http://www.bulletsandbones.com/GB/GBFAQ.html#leftspeakeronly
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • How can I make audio play through my Macbook Pro while my Apple TV is on

    My Macbook Pro has now defaulted to my Apple TV as its source of audio while on the same network. If I attempt to switch it to internal speakers by clicking option and the volume button, it will not stay changed to internal speakers. This would be ok, except the audio comes out as very choppy from the apple tv as well. Does anyone have any suggestions as to how to play audio through my macbook again?

    appletv can access compatible media from a running computers shared itunes lib
    you can't sync movies to the appletv as it only have storage for cache

  • 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

  • How To Recover corrupted Audio Recording from Word?

    I was recording a lecture and when I tried to end the recording my mac froze. I then restarted my mac and found 2 quicktime logo files in the trashcan which i promptly took out.  Problem is that they wouldn't play. I tried VLC, Audacity, Qucktime, Itunes, Real player (error 2048). I was about to gve up when I converted the file to an .mp3 and lo and behold 40 minutes is on there. I tried to pal it and it still doest play. IT's about 14.5 MB. I really need to fix this so any advice is greatly appreciated

    Actually Word froze not my mac. I restrrted because I heard that you can revoer your audio fili n the trashcan if you do that. I also checked the autorecovery, only the notes were there not the recording.

  • Up to how many inputs for audio recording.

    just like the subject, up to how many inputs can be used for audio recordings at one time. i have four audio tracks but i could only arm 2 because i only have the choice for input 1 and 2. ive tried several things but cant seem to get any more inputs. is it possible to get more? if so can anyone help me. ive been told audio input objects but it didnt work.

    Greetings! You don't say what audio hardware you have. If you have nothing other than your standard inputs on the MacBook, then you can't have more than two inputs. If you have a multi-input audio interface then it sounds as if it's not connected properly. Check:
    Audio > Audio Hardware and Drivers
    Make sure your audio interface is selected.
    Also, click-hold on the I/O button for each track and make sure that you have selected different inputs - there should be one input listed for each physical input port on your audio interface.
    If you're still having problems, you may need to delete your preferences and run Logic Set Assistant to rebuild your system - only takes a couple of minutes and worth doing.
    Clangwork is also right about Audio MIDI Setup since Logic can only see what AMS tells it about.
    Pete

  • How to edit the selected record through a popup page

    Hi, can anyone help me to handle the case ?
    1) In main page, there is a datatable showing the record list. Click a commandLink in the selected record to popup a screen for user edit.
    2) The data is validated and then saved into database after clicking the submit button in the popup.
    3) Finally, the main page is refreshed with the latest record list.
    Thanks

    Just like any other servlet or form-processing script. What would a mere HTML page know about "systems"? Put the URL into the form destination attribute and be done.

  • How can I insert a record through a java bean

    Hi everybody,
    I'd some problem when I insert a record using java bean. When I want to insert a record. The result in executeUpdate must return 0. Would you please tell me what's wrong in my code?
    java bean
    package miniproj;
    import java.sql.*;
    public class Register{
         private String sql;
         private String username;
         private String usertype;
         private String password;
         private String blocknum;
         private int floornum;
         private String owner;
         private int rows;
         private String s;
    // set parameter to database
         public int setMember(){
              try{
    //load database driver
                   Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    // Get a connection to the database
                   Connection sqlConn = java.sql.DriverManager.getConnection("jdbc.odbc:WFBS");
    // Get a statement from the connection
                   Statement sqlStmt = sqlConn.createStatement();
                   sql = "INSERT INTO USERS(user_name, password) VALEUS ('aaa', 'aaa')";
    //               sql = "INSERT INTO USERS(user_name, password) VALEUS (" + user_name + "," + password + ")" ;
                   rows = sqlStmt.executeUpdate(sql);
    //               sqlRst.close();
                   sqlStmt.close();
                   sqlConn.close();
              catch(SQLException se){
              catch(Exception e){
              return rows;
    // set user name method
         public void setUsername(String name){
              username = name;
    // set passwrod method
         public void setPassword(String pwd){
              password = pwd;
    // set block num mehtod
         public void setBlockNum(String block){
              blocknum = block;
    // set floor num method
         public void setFloorNum(int floor){
              floornum = floor;
    // set owner method
         public void setOnwer(String own){
              owner = own;
    // get user name method
         public String getUsername(){
              return username;
    // get password method
         public String getPassword(){
              return password;
    jsp code
    <%@ include file="Header.jsp" %>
    <%@ page errorPage="Error.jsp" %>
    <jsp:useBean id="register" class="miniproj.Register" />
    <jsp:setProperty name="register" property="*" />
    User name : <%=register.getUsername()%><br>
    Password : <%=register.getPassword()%><br>
    <%
         int i = register.setMember();
         out.println(i);
    %>
    Thanks a lot
    Chris

    Correct the spelling of Values
    sql = "INSERT INTO USERS(user_name, password) VALUES ('aaa', 'aaa')";

  • How to play an audio file through a button?

    I have a form in which I have a button (Command object). When the user clicks on this command button it is supposed to play a wav file. The wav is residing in my hard disk at "C:\tada.wav"
    I have tried to include the following code in the commandAction() method, which technically is the right way of performing this operation:
    But I get a warning when I compile saying that this operation should be performed in a seperate thread as opposed to commandAction().
    if(c == cmdPlay)
    try     
    String wav = "file:///c:/tada.wav";
    Player p = Manager.createPlayer(wav);
    p.start();
    catch (IOException x)
    x.printStackTrace();
    } catch (MediaException x) {
    x.printStackTrace();
    Can anyone please tell me how to implement this solution properly or just suggest a new way of creating a "play" button in my form? Urgent HELP NEEDED PLEASE!
    THANKS.

    Hi Ibrahim,
    Rob has pointed you to the Lingo for playing a sound. There is a behavior in the Library Palette that makes this very easy without needing to write a script yourself. In the Media > Sound category, there is a 'Play Sound' behavior. You can click and drag this behavior onto a sprite and then in the Parameters dialog, you can choose the sound to play, the channel in which it should play, the event to activate the sound, and if you want the sound to loop.
    Dean
    Director Lecturer / Consultant / Director Enthusiast
    http://www.deansdirectortutorials.com/
    http://www.multimediacreative.com.au

  • How do I balance audio levels in Soundtrack 2?

    I need to enhance the speaker, but cut down on the applause and chatter in the crowd

    Under iMovie Help there is a video tutorial available on Audio.
    Look for a feature called ducking. That is what you need.
    In the Audio control, you can use the Volume slider to adjust the main camcorder track. You use the ducking feature to adjust any background tracks. All of this works at a clip level. You must set the levels of every clip that you need.

  • With Soundtrack Pro how, please, can I audio from a phone call sound better?

    How can I make audio recorded over a telephone sound better... removed hum and clips but it still sounds, well awful. Is there anyway to make it sound, you know, better?

    11.1.5
    I definitely do not have an unsubscribe button - I've repeatedly tried different variations of Delete, Shift-Delete, Option-Delete, Control-Delete and Command-Delete, have also tried highlighting the individual podcasts and the "parent" podcast.
    I must be doing something wrong, but for the life of me I can't see what. It should be a simple procedure.

  • How to Hear Metronome in Headphones While Recording Through Audio Interface - Help!

    Hey everybody,
    So I've been trying to work through this problem for 3+ hours now and I'm stumped. It's very frustrating as it is such a simple problem. Right now I'm recording acoustic guitar through an audio interface - guitar sound goes to microphone, microphone goes to interface, interface goes to audio jack in Macbook. Pretty simple setup. I can even insert a splitter into the audio jack on the Macbook which will allow me to hear what I am playing through the interface in my headphones, which is what I wanted. However, when I hit record and the metronome starts playing, as I want it to, I can't get the metronome to play through my headphones - they will only play through the speakers. How can I get around this? Is it even possible, or do I need an audio to USB interface so I can have a set audio in (through the USB) and a set audio out (through the audio port)? Again, your help would be much appreciated as I am completely stumped.
    Cheers!

    In Logic Pro 9 (and X) you can assign different devices to the In- and Output, so I don't understand why you wouldn't be able to get sound in through the microphone and out through the headphones. You can even combine the ouputs into a Multi-Output device to send the same sound simultaneously to all outputs.
    You can also aggregate all your in- and outputs into an Aggregate Device, then you can use any of your outputs and any of your inputs inside the same Logic project (on the channel strips).
    Setup in Audio MIDI Setup (separate app, part of any OS X install, can be found in the Applications>Utilities folder)
    Setup in Logic Pro>Preferences>Audio>Devices (apart from colorscheme, it's the same in LP 9 and LP X)

  • How do I get live audio playback through headphones while recording a performance of a song on iMovie through external mic?

    Hard to explain but hopefully I can get the question across. If anyone can give me some tips on how this will work it would be greatly appreciated!
    I like to perform songs of my own in iMovie and upload them to YouTube. The problem I am running into is when I try to record the song through an external microphone the sound will not playback (while recording) through my headphones. The audio and video do record just fine but I would like to be able to hear through my headphones WHILE I record into my external microphone so I can hear how it sounds as I sing. Is this possible? As I stated before, everything works fine but I cannot hear how I sound WHILE I am recording through my headphones. Thats all I want lol. Thanks!!

    Did you ever find the answer to this problem? I have the same issue.
    Cheers
    DAn

  • How do I record through Line in on Macbook Pro 13"?

    How do I record through Line in on Macbook Pro 13"?
    Do I need special software?
    How to change the setup?
    Shlomo

    Shlomofromoh wrote:
    How do I record through Line in on Macbook Pro 13"?
    Let me be sure I understand what you need. You want to connect an audio device to the Audio In port of your MBP and record its output with the MBP.
    If that's correct, what you need is audio editing software. You can use GarageBand, which probably came bundled with your MBP, but it's a bit heavy for that purpose alone. A better tool is the free audio editor Audacity. It's powerful and cross-platform, which means that it's a little rougher around the edges than is usually the case with Mac software, but you can't beat the price. There are others (Sound Studio, Amadeus Pro, TwistedWave, Wave Editor, and more), but you can get going with Audacity.

Maybe you are looking for

  • How can I get my iCloud calendars to show up in Outlook for Mac

    I just bought a new Mac and downloaded MS Office 365 for Mac.  How can I import my icloud calendar into Outlook?  I can't find any concrete info anywhere online. Thanks!

  • Does the dv6-6c20eo support SATA 3?

    I want to replace the slow 5400rpm mechanical hd with a faster SSD disk. I would be nice if it said somewhere if this computer support SATA3 or the slower SATA2.

  • In Calendar, deleting one event in a recurring event deletes everything...

    When I delete one event in a recurring event, calendar deletes the entire event, both past and future. I am clicking the option "delete only this event," and the rest of the recurring event doesn't disappear on my iphone 4 (linked through iCloud). Th

  • Copley Xenus Drive with PXI-8461

    Hello, I am trying to learn how to use the Copley Xenus drive with Copley's CMO library in LabVIEW. I'm struggling with finding a starting point. I'm new to using .NET framework and it seems like there should be an easier way to talk to the drive wit

  • Logo is missing elements when I save for web

    I was given a logo to work with for a project, but whenever I try to save it as a gif, jpeg, or in another image format, the text of the logo is missing. Here's a screenshot of what it's supposed to look like: Here's a screenshot of what it looks lik