Triggering midi with an audio file

Hi,
Ive recorded some live drums and unfortunately Im a bit disappointed with the snare sound and would like to use some sample snares I have instead.
Is there anyway to record an audio instrument track using the recorded audio file of the snare so that the beats trigger the sample?
Thanks.

Solved the problem,
First it was Ultrabeat as Sidechain trigger... I mixed with two techniques and looped the ultrabeat when it was already looping inside the ultrabeat...
and other sound problems I guess are over cause of leveling the volume correctly,
while side chaining...
I guess I was too excited to start working with logic, didn't noticed that the audio engine is a bit different than cubase I guess...
still having some minor problems in other logic stuff, but happy that I've solved that issue...

Similar Messages

  • Question marks with some audio files

    Hello all,
    I've been trying to understand the problem I'm having with some audio files of my website, but to no avail. Some audio file are not loaded up with Quicktime, and only show a question mark with a blue "Q" around it.
    In other words, would any of you be able to help me find out why the audio files in the following pages do not work:
    http://sharon.barnea.free.fr/SharonBARNEA/Music/Entries/2007/4/7_Liszt_Sonata_in_B_minor%2C_S.2.html
    http://sharon.barnea.free.fr/SharonBARNEA/Music/Entries/2006/6/23_Mozart_Piano_Concerto_in_C_minor%2C_K._491_i._All egro2.html
    http://sharon.barnea.free.fr/SharonBARNEA/Music/Entries/2006/6/23_Mozart_Piano_Concerto_in_C_minor%2C_K._491_iii._A llegretto2.html
    http://sharon.barnea.free.fr/SharonBARNEA/Music/Entries/2006/5/8_Bachs_Sarabande_from_Partita_no.2.html
    http://sharon.barnea.free.fr/SharonBARNEA/Music/Entries/2004/8/6_Beethovens_Piano_Concerto_no._2_in_B-flat_major%2C _op._19_-_i._Allegro_conbrio.html
    Although it does in these other pages:
    http://sharon.barnea.free.fr/SharonBARNEA/Music/Entries/2007/10/29_Chopin_Etude_in_C_major%2C_op._10_no.1.html
    http://sharon.barnea.free.fr/SharonBARNEA/Music/Entries/2007/9/18_Schubert_Piano_Sonata_in_E%2C_D_157_i._Allegro_ma _nontroppo.html
    http://sharon.barnea.free.fr/SharonBARNEA/Music/Entries/2007/9/16_Schubert_Piano_Sonata_in_E%2C_D_157_ii.Andante.html
    http://sharon.barnea.free.fr/SharonBARNEA/Music/Entries/2007/4/29_Beethoven_Piano_Sonata_in_C-sharp_minor_op._27_no ._2_-_i._Adagio_sostenuto2.html
    http://sharon.barnea.free.fr/SharonBARNEA/Music/Entries/2004/6/8_Bach-Busoni_Chaconne_from_Partita_no._2%2C_BWV1004.html
    http://sharon.barnea.free.fr/SharonBARNEA/Music/Entries/2004/6/8_Bach-Feinberg_Largo_from_Trio_Sonata_in_C_major%2C _BWV529.html
    I really appreciate your help.

    You are giving viewers the full title on your web page.
    You could cut your files names like < Beethovens_Piano_Concerto_no._2_in_B-flat_major%2C_op._19_-_i._Allegro_conbrio.html >
    to something like BthvnPC2BfM.
    Publish to a folder and look in the "Media" folder to see that all your files are there.
    A better way to provide a download is to ZIP the music file and link to it via "Link to: A file" in the Link Inspector.
    Type "Download" over the file name that appears and select your rollover colors and U or not in the format page.

  • Help with adding audio files to page

    I am using DW CS5.  I have had numerous troubles adding audio files to any page.  Please know that I am not at all computer savy when it comes to html codes etc.  But I have been working with DW CS5 and have a functional website and my pages validate.  That being said, please be patient with me if I am asking stupid questions or don't understand the solution.
    Now to the problem....I originally wanted to add mp3 files...but I am not sure how to work with plugins or which plugin to use.
    Therefore, I converted my mp3 files to swf and used the insert media file feature in DW CS5.  But when I look at the finished page...I only see a big white box.  Nothing happens when you click on it. 
    First question...which is the best method to add audio files?
    Second question...what steps do I need to follow achieve the desired result?
    Note:  there is one validation error on this page and I'm not sure why or how to fix it.  Any suggestions here would be greatly appreciated.
    Here is the code for the page (or you can go to this link:  http://02cada7.netsolhost.com//test2/cupotea.shtml):
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>cupotea</title>
    <style type="text/css">
        body {
            margin: 0;
            width: 100%;
            background-color: #000; /* change this to whatever the background color should be for the sides (and the bottom) */
        #wrapper {
            min-width: 960px; /* this is how wide the actual content area will be (the centered part) */
            max-width:    1260px;
            margin-left: auto;
            margin-right: auto;
            padding: 0 0 5 5; /* keep the first two values at 0, the others are for left and right space from the edge of the background */
            background-color: #000; /* this is the background color of the main content area */
            color: #FFF; /* this is the default font color */
        #top {
            height: 75px;
            font-size: 60px;
            font-style: italic;
            font-weight: bold;
            color: #FFFDE6;
            background-color:#750700;
            text-align: center;
        #left {
            width: 120px; /* this is the width of the side area. this will take some of the width of the wrapper, above */
            float: left;
            padding-top:10px;
        #main {
            min-width: 840px; /* this is the width of the main content area. This, plus the width of the side, should equal the width of the wrapper */
            max-width: 1340px;
        float:left;
        background-color:#000;
        color: #000;
    #body {
        width:853px;
        float:left;
        color: #fffde6;
        padding-right: 10px;
        padding-left: 10px;
    #bodyleft {
        width:425px;
        float:left;
        padding-top:70px;
    #bodyleft2 {
        width:425px;
        float:left;
        padding-top:70px;
    #bodyright {
        width:425px;
        float:left;
        padding-top:70px;
    #bodymiddle {
        width:853px;
        float:left;
        color: #fffde6;
        padding-right: 10px;
        padding-left: 10px;
    a img {border:none; }
    .standardparagraph {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: #fffde6;
        text-align: justify;
        font-weight: normal;
    .standardparagraph2{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: #fffde6;
        text-align: justify;
        font-weight: normal;
        border-top:thin;
        border-color:#666;
        border-bottom-style:solid;
    .standardparagraph3{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: #fffde6;
        text-align:    center;
        font-weight: normal;
    .standardparagraph4{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: #fffde6;
        text-align: center;
        font-weight: normal;
        border-top:thin;
        border-color:#666;
        border-bottom-style:solid;
    .pagetitle {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16pt;
        font-weight: bold;
        color: #fffde6;
        text-align: center;
    </style>
    //<![CDATA[
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //]]>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryTooltip.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarVertical-2.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryTooltip.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="lightbox/js/prototype.js"></script>
    <script type="text/javascript" src="lightbox/js/scriptaculous.js?load=effects"></script>
    <script type="text/javascript" src="lightbox/js/lightbox.js"></script>
    <link rel="stylesheet" href="lightbox/css/lightbox.css" type="text/css" media="screen" />
    <style type="text/css">
    a:link {
        color: #06F;
    a:visited {
        color: #06F;
    a:hover {
        color: #06F;
    a:active {
        color: #06F;
    </style>
    </head>
    <body onload="MM_preloadImages(''images/buttons/miscfamily2.jpg','images/buttons/home2.jpg','im ages/buttons/familytrees2.jpg','images/buttons/legacy2.jpg','images/buttons/polska2.jpg',' images/buttons/dziekuje2.jpg','images/buttons/calendar2.jpg','images/buttons/dziekuje2.jpg ','images/buttons/StasikEarly1800sto1870-2.jpg','images/buttons/JanikMid1800sto1866-2.jpg' ,'images/buttons/Stasik1857toPresent-2.jpg','images/buttons/1st-generation-2.jpg','images/ buttons/2nd-generation-2.jpg','images/buttons/3rd-generation-2.jpg','images/buttons/4th-ge neration-2.jpg','images/buttons/5th-generation-2.jpg','images/buttons/6th-generation-2.jpg ','images/buttons/7th-generation-2.jpg','images/buttons/january-2.jpg','images/buttons/feb ruary-2.jpg','images/buttons/march-2.jpg''images/buttons/april-2.jpg','images/buttons/may- 2.jpg','images/buttons/june-2.jpg','images/buttons/july-2.jpg','images/buttons/august-2.jp g','images/buttons/september-2.jpg','images/buttons/october-2.jpg','images/buttons/novembe r-2.jpg','images/buttons/december-2.jpg')">
    <div id="wrapper">
      <div id="top">
        <div align="center">THE STASIK FAMILY</div>
      </div>
      <div id="left">
    <!--#include virtual="includes/menu.html" -->
      </div>
      <div id="main">
       <div align="center">
        <br />
        <span class="pagetitle">CUP O' TEA</span><br />
        </div>
        <div id="body">
            <p class="standardparagraph2">When preserving family history, nothing can compare to sitting down with a Grandparent or Great Aunt or Uncle over a cup of tea; listening to them reminicse about the past.  Unlike handwritten accounts, there is opportunity to ask questions or delve further into the subject.  Even better, recording such conversations so they can be shared for generations to come.<br />
    <br />
    The following audio files were created by Virginia (Stasik) Zarow at the request of Laura (Stasik) Schmidt and Carrie (Stasik) Kot.  There were a total of five cassette tapes, ranging from 1 hour to a 1 1/2 halfs in length.  Scott Freeson converted each tape to digital format and then they were broken down into various segments for a total of 7 audio files.  It is recommended that you listen to each tape in the order presented to maintain the proper timeline and context.<br /><br /></p>
    <p class="standardparagraph">The first five audio files were recorded by Aunt Virginia in response to questions posed by Laura (Stasik) Schmidt and her sister Carrie (Stasik) Kot.  Aunt Virginia re-recorded her responses in August 2009 after noticing some mistakes in the original recording.<br />
    <br />
    Note:  Virginia refers to her father as "tata", which is the Polish word for dad.</p>
    <div id="bodyleft">
    <span class="standardparagraph">What are the recollections you have about your parents, in particular their interests, their hobbies, and their lives and faith?<br />
    What did your dad do around the house?<br />
    How did your mom relax?<br /><br /></span>
    <span class="standardparagraph">How did you celebrate holidays and birthdays? <br />
    Did you go on vacations?<br />
    What did you and your brothers do for fun?<br /><br /></span>
    <span class="standardparagraph">What do you know about Jacob Sikora and Catherine Dziwak, the extended family and their faith?<br />
      - Jacob Sikora and Catherine (Dziwak) Sikora<br />
      - Michael (aka Patsy)<br />
      - Magdeline (aka Chochi)<br />
      - Angeline (aka Nellie) - includes information about Frank &amp; their children<br />
      - Elizabeth (aka Diane)<br />
      - John<br />
      - Peter<br />
      - Walter<br /><br /></span>
    <span class="standardparagraph">  What was the house like?<br />
      - In the beginning<br />
      - The 1936 flood<br />
      - Renovations<br />
      - The final demise<br /><br /></span>
    <span class="standardparagraph2">Miscellaneous tidbits...<br />
      - Polish Proverbs<br />
      - Ancedotes<br /><br /></span>  </div>
    <div id="bodyright">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="50" height="25" id="FlashID" title="virginia1of5">
      <param name="movie" value="audiofiles/virginia1of5.swf" />
      <param name="quality" value="high" />
      <param name="wmode" value="opaque" />
      <param name="swfversion" value="15.0.0.0" />
      <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
      <param name="expressinstall" value="Scripts/expressInstall.swf" />
      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="audiofiles/virginia1of5.swf" width="50" height="250">
        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="15.0.0.0" />
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
        <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
        <div>
          <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
          <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
        </div>
        <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>
    <span class="standardparagraph3">for the media file<br /><br /><br /><br /></span>
    <span class="standardparagraph3">for the media file<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /></span> 
    <span class="standardparagraph3">for the media file<br /><br /><br /><br /><br /><br /></span>
    <span class="standardparagraph4">for the media file<br /><br /><br /><br /></span>
        </div>
        <div id="bodymiddle"><span class="standardparagraph">The second tape, also recorded in August 2009, consists of 2 clips and covers the years 1944 through 1947.</span></div>
    <div id="bodyleft2">
    <span class="standardparagraph">Summer of 1944 to December of 1945<br />
      - Meeting of Frank Zarow<br />
      - New Years Eve - 1944<br />
      - Prom Night - May 1945<br />
      - First boyfriend, Eddie Yesh<br />
      - First job as a hygienist<br />
      - Meeting of John Zarow<br />
      - Enrolled at Indiana State Teachers College<br />
      - Meeting of Ted Zaroff<br />
      - Thanksgiving - 1945<br />
      - Florian Stasik Airforce injury<br />
      - Christmas - 1945<br />
      - New Years Eve - 1945</span>
    <span class="standardparagraph">Note:  Per Virginia, Ted's name should be spelled Zarow, like most of his brothers.  There was a mixup with his birth certificate and his last name was mispelled (although it is phonetically correct).  He chose to keep this spelling as did one of his brothers.<br /><br /></span>
    <span class="standardparagraph">January 1946 to December 1947<br />
      - Takes job as cook/housekeeper<br />
      - Break-up with Eddie Yesh<br />
      - Frank Zarow passes away<br />
      - Christmas 1946<br />
      - Meets John Zarow again<br />
      - New Years Eve 1946<br />
      - John courts Virginia<br />
      - First date with John<br />
      - John's father passes away<br />
      - Christmas 1947</span>
    <span class="standardparagraph">Virginia mentions visiting cousin Helena in Poland.  She is referring to <a href="4-0-helenastasikguzik.shtml">Helena (Stasik) Guzik </a>and her trip to Poland in 1990.  </span></div>
    <div id="bodyright2">
    <span class="standardparagraph3">for the media file<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /></span>
    <span class="standardparagraph3">for the media file<br /><br /><br /><br /></span></div>   
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </div>
    </div>
    <script type="text/javascript">
    swfobject.registerObject("FlashID");
      </script>
      </div>
    </body>
    </html>

    Woohoo! I was able to resolve the issue including the validation issue.  But I have a follow up question...
    Currently if you click on the play button another window pops up which has the play/control/stop buttons to control the audio file.  The attribute is set to new window.  If I change the attribute to parent window, then the page that has the control buttons overlays ontop of the page with the link.
    To get back to the original page, one must click on the back arrow near the address bar.
    Isn't there a way to not have a separate window appear?  In other words, the controls are embeded into the parent page?

  • File Not Found bug with long audio file names?

    Hello -
    Crazy problem. I'll probably post way too much information, but I want to make sure I cover everything. Help!
    We run Logic Studio/Logic 8 on multiple 10.4.10/11 computers - G5 Power PC, new intel iMac, intel mini, G4 laptops. We are working on an audio post job using very messy OMFs that were prepared in Final Cut. We had problems opening them in Logic, so we opened the OMFs in Soundtrack Pro, exported to AAFs, and opened those in Logic.
    The sessions look fine in Logic now (all files relinked), and the session is consolidated - ie, all files are local/in the project folder's Audio Files folder. I see this in the Audio Bin and can confirm in the finder.
    Here's the problem. With the sessions closed:
    (A) I renamed the project folder by adding an asterix to the front of the folder name, and changed the color label of the folder in the finder in order to mark it as the original folder.
    (B) I made a copy of the whole folder (session files & audio files) in order to have something to work from and not mess up the original. When I opened up the session in the new folder, it immediately said audio file not found, do you want to search, locate, or skip. It couldn't find the file in a search, and obviously when you skip, then skip, then skip all, it opens the session with the data (regions are there but grayed) - so all the audio files are orphaned.
    So when I try to locate the file, here's what happens. . . The audio file names are really horrendously long (must be some artifact of working in Final Cut). We're talking: "1087-001A SERG AIRPORT WAITING * 1-1channel_00044D02AA9- 363A-4CC5-A86B-0741023DB062.aif" - one bazillion characters.
    So the audio file locate dialog box truncates the name of the file that's missing by using the first 20 characters or so, and then a "#" character, and then some random string of 3-6 characters that is not at all related to the file name. So who knows which of the 4-30 SERG AIRPORT files is supposed to go there!
    Obviously if this were a 2 minute session file of 10 files or something, we could figure it out and relink everything, but we're talking about a feature-length session with a bazillion files.
    (C) Okay, so I tried to open the original session, in the folder that I had renamed by prefacing the original name with an * and changing the color of the folder. But I started to get the file not found errors. OH GEEZ. So I didn't save. I re-renamed the folder by taking out the * and changing the color label back. Then I tried to open the session again, but I still kept getting the file not found problem.
    I have to stress that I didn't move any of the audio files, or change ANYTHING in the session.
    So I thought - is all of this because I tried to open a new instance of the session, in a new instance of the folder? Is it because I renamed the folders? Normally you can rename folders, even session names, no problems, and Logic corrects the paths to the audio files!
    (D) So, crap. I reopened the original AAF file in logic and saved it in a new place. I closed the file, reopened it, closed, reopened, just to make sure everything was working! I checked the location of the files in the audio bin, and everything was great.
    (E) So now I copied the folders to an external hard drive to be able to work on another computer. But when I tried to open the sessions on a new computer. . . You guessed it, nada.
    So. . . the questions are:
    (1) Those original sessions that now will not work - is there anything I can do to recover their functionality? We had work in there that I would prefer not to lose. . .
    (2) Is this a known bug having to do with the length of the Audio File names?
    (3) How do we get over this? My only idea so far is we could select all in a working logic session and say "Audio Tracks names to regions" or something and will that change the actual file names on teh computer? Then hopefully things would work on mulitple systems. . .
    Okay. HELP! Thanks!
    Polly

    OK I got it.
    It is necessary to use prefix "file:///" before file name.
    Thanx everyway.

  • Working with an Audio File in Audition which has Multiple Cuts in Premiere

    Hello,
    I am quite new to Audition and am trying to apply noise reduction to tracks from Premiere...
    As I do not want to edit the original audio files and I do not know of a less painstaking method, I have been creating copies of the original audio files (for example a 30m interview), processing the whole file, then essentially re-editing the whole segment by copying/pasting the multiple pieces of processed audio individually in the place of the originals, which is proving to be incredibly time-consuming.
    I am wondering if there is an an easier way of working with sequences with a lot of cuts in Premiere and which are sourced from the same audio file?
    I was planning initially to just copy/paste the files as they are in the Premiere timeline but I guess this would just alter the original file?
    Any thoughts are hugely appreciated...

    You should be able to export the audio as edited in Premiere as a new file to import into Audition for processing. then the matching processed audio file can be imported back into Premiere on a new track with the old one muted.

  • Having trouble with a audio file. Need help please!

    Hello. 
    This may sound funny and not to related to any of this at first, but if anyone here knows about the game portal, then they know about the ARG that went on during last week and may even still be continuing. None of thats really important but if anyone cares to know, basically VALVe released a new update with 30 new sounds, 26 of them moarse code/sstv pictures. 3 of them called dinosaur_fizzle 1 2 and 3. Infact, each one was named dino_1 dino_2 and so on. 
    The main sound that no ones been able to crack is called Dinosaur_noise. Its obvious there are voices in it and its some sort of major clue, this file is way out of league with the other ones. No ones solved it 100% or cleaned it enough to make basically anything audible.
    Now this started March 1st. Since then i have worked hours on the audio file. I have gotten close, but not close enough.
    Thats why im turning to someone here, that can do a through analysis of the audio that adobe or reaper just cannot do.
    In the attachments is the original file itself with no editing what so ever.
    Heres some collected data. 
    Frequencies of interest
    An analysis was undertaken to find the strongest frequencies acting within "dinosaur_noise". Linear and Logarithmic curves showed sets of dominant figures, with the most being:
    Frequency (Hz)
    Comments
    9092
    Largest spike before silence
    7862
    Very faint
    7812
    Very faint
    7657
    Very faint
    7502
    Largest spike in the 4000-9000Hz band
    3502
    various noise between 3502 and 3510
    360
    Another very visible wave. This was the most pronounced visible wave in the Logarithmic scale
    35
    The most dominant low frequency wave
    There are a few standout segments, not of voice data underneath, but visible clicks or something happening about 5 times. These could be indications of splices or other manipulations going on. The largest noticed broad-spectrum spikes were:
    Time(in samples)
    Comments
    55402
    First broad spike
    422931
    Second broad spike
    751643
    Third broad spike
    1081537
    Fourth broad spike
    1110841
    Fifth broad spike
    Silence in the frequency ranges is located in the band of 10.567 - 15.337 KHz. All frequencies above that are likely to be high frequency poinoning from the FFT process. 
    Heres what i know personally.
    -Noise reduction makes it a lot worse and adds strange harmonics and artifacts.
    -Most filters do the same.
    -Clear voice around 15 that says THATS AMAZING.
    If anyone cares to help I would appreciate it so much.
    Here are some links that might help.
    http://www.snotmonkey.com/work/school/405/methods.html
    http://pastebin.com/r90fEtnd C++ code
    Actual files in attachments 
    Attachments:
    dinonoise.zip ‏2554 KB

    LabVIEW has a sound and vibration toolkit.  Do you have that?  Do you have LabVIEW?
    The forum is made up of volunteers who will help others with their LabVIEW problems.  But you need to have a specific problem and ask clear questions.
    What you are asking for is very unclear.  Why do you even want to do a "thorough analysis of the audio"?  No one is going to do your project for you.

  • URGENT Strange problem with no audio files playing back in arrange

    Anyone ever have something in Logic Pro X (newest .1 update, auto updated on me but seems fine otherwise) where playback of audio just stops? Like, meters still move for automation, audio files still remain in place, but nothing is even metering? Another alternative of this project (which i dont' want to use) works, and this just sorta stopped playing back. nothing i can think that triggered it. I can start up a new instrument and it plays back and records just fine. All of my existing audio just won't play at all.
    I tried changing my interface and back in preferences, I've restarted both program and machine, but just this one alternative of this project (the current and most important of course) just won't play back audio. It even plays back in the wave editor window, just not in the sequence.

    Hi K-leb
    Welcome to the HP Forums!
    For you to have the best experience in the HP forum, I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I grasp that the sound on your Envy notebook is unsatisfactory. You did restart once after updating to Windows 8.1 and it was OK until you had to restart again, and it reverted back.   Here is a link to a YouTube video on How to Fix audio on windows 8.1 after update.
    You could also run the  HP Support Assistant to help look for updates and resolving issues. Windows 8.1 also has a built in troubleshooter you can use.
    Press the Windows key +C to open charms
    Type troubleshoot sound in the search bar and press enter
    Follow the on screen prompts.
    If you would like further assistance would you please provide your exact model of Envy you have. How Do I Find My Model Number or Product Number?
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • Captivate 6.0 - issue with using audio files as voicover

    We are using Adobe Captivate 6.0. We are using imported audio files as the voicover for the slides. While plyaing the final published exe, it runs normal. However, if I use the slidebar at the bottom of the slide for moving back and forth, the audio goes away while the slide continues to play. Can anyone please advise as to why this could be happening and how to resolve the issue? Appreciate any urgent help on this.

    Hello there,
    Have you inserted the audio on the slides or on the objects?
    Can you increase the slide quality to 24-bit (slide properties), then republish the project and see whether that helps?
    Thanks.

  • Triggering midi inst from audio

    hi,
    im working on pro 7 and having a problem trying to work out haow to trigger a midi instrument from an audio signel, for instance:
    i have an audio snare track and i want to trigger a tamborine from either ultrabeat or the exs so it plays at the same time as the snare.
    is it even possible to do this?
    i run my logic as a front end to pro-tools 6 hd2 and im aware i might have to flip the audio device to direct tdm so it works with the instuments. like i would if i was side chaining.
    if you anyone can help it would be most appreciated
    cheers
    leigh@earthworks

    Excuse me for jumping in here, but im a noob, and was thinking about this same thing the other day, specifically to re-triggering a kick or a snare.
    I read on the Audio to Score, and was curious if it could be used for this situation. So now that thats answered, I would like to throw a couple of other questions in:
    1: Are the midi notes placed in another track once converted? (i would assume yes)
    2: If they are, do you just add the instrument you want to that channel?
    3: How does the phase of the midi track affect the original snare or kick that was recorded in the case that you wanted to blend the 2 tracks?
    G4 933   Mac OS X (10.4.3)  

  • PLEASE - Need help with system audio files

    Hi guys, I'm going to try posting this one last night before throwing my hands up.
    I'm having a problem with my MacBook Pro where certain audio, namely in browsers like FireFox or Safari, doesn't output.
    YouTube and Google Video stream and display video content correctly, but no audio is output.
    System audio such as notifications, as well as iTunes, doesn't seem to be affected.
    I tried to follow the steps outlined in another post to check the output Hz setting for my midi device in the Audio MIDI Setup panel. However, this is what my panel looks like:
    http://static.flickr.com/48/12917458198120c9319_od.jpg
    It's simply blank, with "Output is not supported" displayed where those settings should be.
    Any ideas as to the root of this problem? It's almost like I'm missing a .plist file or some other system file, maybe something that got deleted using AppZapper? That's just a wild guess from a recent Mac convert after browsing the forums
    Thanks!

    First off, it makes total sense that you see "Output is not supported" for you microphone. Change the "Properties For:" drop down to "Built in Output" or whatever output device you are using. You will then see the audio output format and frequencies, but on the left side it will say "Input is not supported"
    Second, YouTube and Google Video don't use midi and so the Audio Midi Setup isn't really relevant to your problem at all and you should leave that alone... unless you are you a musician with a midi device setup. Perhaps this is the case, please post if it is. Otherwise you are headed down a blind alley messing with "Audio Midi Setup" to diagnose OR fix your issue.

  • Help with an audio file - vows from a wedding.

    Evening all,
    My wife and I filmed a wedding yesterday and our wireless mic which was hooked up to the groom's lapel decided to cut out literally seconds before he spoke his vows. When I got the mic back from him, everything was soaked, literally dripping and also extremely warm. He couldnt explain why it was so wet, sweat he said. Unfortunately we lost our crystal clear version of the vows and have to work with a secondary version. We had two other cameras going as well as our primary. My wife had a Rode Shotgun mic on her camera and picked up the groom and brides vows, but you can hear the constant hum of the mic. I have dumped the file onto FileSnack and have provided the link to check out. Is there anything we can do to make this sound better, as well as perhaps bring up the audio from the bride and groom.
    http://snk.to/f-ct9yxq4s
    Hope one of you audio engineering savants can help out! Thank you very much in advance!
    Sincerely,
    L+J Films

    I've had a little play and Steve's right that there's no miracles to be had.  However, have a play with Audition's EQ section and try taking down the level between 3k and 4k.  That gives you a slightly boxy sounding voice but also cuts some of the clicky sound--it's a balancing act to decide how much EQ you want.  FYI, I tried both the 31 band graphic with 3.2k pulled down a lot and 4k somewhat down.  I also played with the parametric with a fairly steep Q centred around 3.7k.  I think the parametric will eventually do the better job but ran out of time when a paying job turned up.
    A bit of high and low cut would probably help as well and maybe some slight boost in the 250-800 range to help the intelligibility.
    Anyhow, hope this helps.
    Now, a tip for "next time".  Sweat outs are common in theatre where we often hide mics in the hairline.  If if have any inkling of an impending problem, spray a small section of an old pair of ladies stockings or panty hose with Scotchguard, cut out a small circle and stretch it over the mic capsule--a rubber band can hold it tight.  Similarly, putting the TX pack in an unlubricated condom or a ziplock bag with only then antenna peaking out protects that end.

  • Help with editing audio files (please)

    hi there,
    firstly sorry for posting in this section but i had no idea where else to do it.
    i recently went to an acoustic gig and recorded some songs from it using a sony ericsson phone. i have blue-toothed the files to my mac. there are a few songs on each recording are two things i would like to do with these files.
    1. i would like to split the files so they are separate for each song.
    2. i would like to try remove as much background noise as possible i.e. crowd making noise, or at least focus it on the actual music being played.
    i have download audacity but have no idea. i am looking for a possibly free way to do this and simple too. i am not going to go hardcore with the editing, just want to do it quick and easy.
    any help much appreciated, thanks, ravi.
    Message was edited by: irav_86

    You need to import your song to iTunes first.
    Than open Garage Band and click on bottom Right button (View/ Hide media browser).
    Click on Audio>iTunes>Music, and choose the song you want to edit. Then Just drag to your board and this will open new track, you will see line running vertically on your screen, this is showing you at what measure your song will start, just move to the beginning of a track (if you drop it too soon, just "pick" it up again and move it). This is very useful when you are trying to merge several track (e.g. for your iMovie, as you have only two tracks on it).
    Than Split and delete portion you don't want any more.
    To Slit a track, adjust your measure where you want to split it and go to Edit>Spit.
    Hope this helps.

  • Triggering workflow with system generated files

    I'm creating a workflow that is triggered when it encounters a content ID of D . It works perfect when I check-in a new content item ending in D, but when the system generates the discussion file ending in _D it doesn't trigger the workflow.
    Do you know how I can trigger the workflow for system generated files? Thanks!

    Umm, to be honest, I am lost even more. You mentioned several keywords and I can't figure out how to mix them together to make something reasonable:
    - discussions
    - a special folder for discussion files - does this mean that whole problem is that discussion files end up in the same folder as regular files and users don't like it?
    I have just verified that if you create a discussion via WebDav for an item in a folder, the discussion file inherits the folder id of the item. However, if you modify it (I used UPDATE and just cleared it), the discussion is still available at the item's detail, but it is not visible in the folder - why would you set a folder for discussions at all, then?
    - workflow - did you intend to use workflow mechanism to (auto)modify the folder of discussions?
    If that's so, I think workflows is not good mechanism to do that - I'd expect in workflows to have some interaction with users (like approvals/rejects, which makes no sense to me for discussion entries)
    I'm not sure if you can modify such a behavior on either Folders component, or ThreadedDiscussion components, but even if not, you should be able to do it via relatively easy custom component.

  • WMA Audio files not compatible with Aperture 3?

    Hi,
    I just bought a Olympus WS-400S Digital Voice Recorder, to record audio for my audio slideshows that I will be using Aperture 3 to make, I cant seem to import these files into iTunes either.
    Is Aperture 3 compatible with WMA audio files?

    Thomas Photo wrote:
    Hi,
    I just bought a Olympus WS-400S Digital Voice Recorder, to record audio for my audio slideshows that I will be using Aperture 3 to make, I cant seem to import these files into iTunes either.
    Is Aperture 3 compatible with WMA audio files?
    Hi Thomas,
    Does not look like it....list of compatible formats is here...
    http://support.apple.com/kb/HT4025
    Sincerely,
    K.J. Doyle

  • Program to remove sound from video and join video with audio file?

    With which program can I remove the sound of a video and join/sync the video file with another audio file?
    Thank you

    Can I suggest using something that will allow audio capture from the external mic. to start with. Then you will have a video with audio in sync, in a format that you can re encode into whatever format you wish.
    But, if you must do that. Dump the video from the handycam file, then put the mics audio file with it. ffmpeg -i video ffmpeg -i audio into whatever container and codecs that you want. You may have to adjust audio-video sync
    ffmpeg -i audio -itsoffset 0.1 -i video
    Search this forum and the web. There are hundreds of ffmpeg examples. And the ffmpeg man
    https://ffmpeg.org/ffmpeg.html
    ffmpeg will do just about anything, but is a little daunting. Ask specific questions and you'll get specific answers. Or find a front end for it. I never use them.

Maybe you are looking for