Inporting from inline mic

Hi. I have a new-to-me G5 iMac with Isight and I use iLife 6 with Garageband 3.
For years, I have used same program on my G4 iMac. I have a Dazzle unit which allows me to change analog signals to digital signals which I then import to Garageband via inline microphone. This has allowed me to digitalize audiorecordings which I made on a tape-recorder. I need to go the system preferences to make sure the sound function knows that I am using the inline mic via audio port and not the built in microphone.
Problem: I am now trying to do the same thing via my G5 iMac and the garageband will not accept or register the incoming signal. When I go to Sound/System preferences, the sound visualizer shows that the signal is coming to the iMac but the Garageband is not picking it up.
When I changed the set up back to my old G4, Garageband works and records the audiosignal.
When I have used the same system to import digital signals via firewire to iMovie, the system works.
Any suggestions on how I get Garageband to recognize the signal from the audioport? Anything I can do to test where the problem is?
Thanks in advance for you suggestions.
Andy

Thanks! I did not need to do this on my old Mac. Thanks for the help. You're awesome!
Andy

Similar Messages

  • How do I make two audio clips from different mics sound the same in premiere?

    I have a video I am working on. we used two different mic and camera options. One is a lavaliere mic that was too hot and picked up a lot of fuzz, and the other was an on board mic that was just a little echoey from the office walls. I found that some clips were better on different versions. so I want to put the two different sets next to each other in video and make the sound be the exact same. That way no one notices the differences in audio.
    Any help is appreciated.

    Hi. Although not perfect, I'd add an audio mixer effect and adjust the highs, mids & lows on both of them to help their audio, respectively, sound more similar. Often when I shoot, my Boom mike (backup) is much fuller sounding than the lavs. are. Lavs are inherently lacking in the low end, and the boom is often too hot on the low end. So I would add Audio Mixer effect, and lower the low end on the boom slightly, and highten the low and mids just a bit on the lavs. Even taking a little highs off the lavs makes it sound a bit more like the boom. 
    As far as echo is concerned, you probably can't do to much about that unless you have an external graphic equalizer/limiter. Lot's of times I just add  some music in the background, which helps a lot to hide echo from the mics.
    Finally if you tape/record/film in a location that has lots of background noise like, background people, cars or rain or wind or general white noise "hiss", then you should record a minute or two of the location without any dialogue. This is is known as "Wala" recording. You can add a little of this to your whole track, or just on the mike track that doesn't seem to pick up the ambient sound, thus making it sound more like your other mike.
    I hope this helps.

  • Ipod nano 6th gen damages headphones with an inline mic?

    I have been using skullcandy earbuds with inline mic/ remote with an iPod nano 6th gen. The problem is that songs will skip automatically, voice over comes on inadvertantly, and volume will go up and down by itself.  at first i assumed it was the headphones since it seemed that a button on the inline remote was sticking and causing all of these inadvertant problems. but, i got brand new set of earbuds, different cheaper brand with inline remote (iLuv), and first tested them on my iPhone.  they worked perfectly on the iPhone for several weeks.  I then started using them on my iPod nano, and a few days later noticed the same thing as before - inadvertant skipping, voice over, etc.  When i tried to use the same earbuds again, but on my iPhone, the problem persisted indicating that the headphones were now damaged.  That is when i realized it must be the iPod somehow short circuiting the earbuds, since it happened on two separate sets of earbuds.
    Has anyone experienced this problem before when using earbuds with an inline remote / mic?  is it possible that the earbuds are not compatible with the iPod?  i am worried that this is a hardware issue and cannot be fixed by software update....

    Did you try doing a Reset on the iPod (which restarts the iPod)?
    http://support.apple.com/kb/ht1320
    If that does not help, you may want to also try doing a Restore of the iPod in iTunes. 
    http://support.apple.com/kb/ht1339

  • Garageband is not picking sound from builtin mic (rMBP). I recorded some tracks, now it is not working. All other apps can use the mic. Monitoring is switched ON at GB, it picks sound only some other app, eg. Skype, is used to access the mic.

    Garageband is not picking sound from builtin mic (rMBP).
    I recorded some tracks, now it is not working. I have checked GB Preferences, Audio/MIDI > Audio Input > Built In Microphone.
    All other apps can use the mic. Dictation, Skype etc. can use the mic!
    Monitoring is switched ON at GB, it picks sound only some other app, eg. Skype, is used to access the mic.
    Can any one help me, Please!
    Many thanks!

    I have foud the solution - rather stupid. The system setting for audio input was at 70%, increasing it to 100% solves the problem!

  • Windowing an OutputSream from the mic .. help !

    Hi all ..
    first I'd like to thank all people here in the forum .. i learnt a lot from u guys !
    My problem is ..
    I'm using J2ME
    I want to stream from the mic .. for 3 seconds
    then whenever a 256 samples are available .. i read them from the stream so to do DCT on them .. or maybe Hadamard transform ..
    the code i use , makes the recorder sleeps for the 3 seconds .. then all data time samples are available at the end ..
    this is the code i use (copied from this forum !)
    private byte[] record()   {
        ByteArrayOutputStream output= null;
        try {
            Player p = Manager.createPlayer( "capture://audio?bits=16" );
            p.realize();
            RecordControl rc = ( RecordControl ) p.getControl( "RecordControl" );
            output = new ByteArrayOutputStream();
            Alert splash = new Alert("Please Speak out now !!");
            splash.setTimeout(1000);
            Display.getDisplay(this).setCurrent(splash);
            rc.setRecordStream( output );
            p.start();
            rc.startRecord();
            Thread.currentThread().sleep( 3000 );
            rc.stopRecord();
            rc.commit();
            p.stop();
            p.close();
        } catch( Exception e )  {
            System.out.println( e );
        return output.toByteArray();
    }Note : after trying this code on a mobile phone .. it worked great .. but the recorder seemed a little slow .. and did not record All the 3 seconds.. so i made the sleep = 5000 ie 5 seconds..
    waiting for ur helpful hands and keyboards .. !!
    Thanks in advance..

    Sorry, wrong thread......
    Here is some info about the applet tag
    http://java.sun.com/docs/books/tutorial/applet/appletsonly/appletTag.html
    Allthouhg that one still uses CODE="MyClass.class"
    and should be CODE="Animator" (without the .class)
    The above link tells you about the properties of the applet tag but you should use the object tag instead:
    http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/using_tags.html
    Allthough that article mentioned situations where to use the applet tag.
    The only reason to use applet tag is if you want the applet to be run with MSJVM.
    Allthough the default installation will run applets with the SUN jre many users will
    probably change this after noticing their ms specific applets won't run anymore.

  • I am new and can not get my file to inport from ny doc to adobe

    I am new and can not get my file to inport from ny doc to adobe

    What is your Adobe? Please give full name and version.
    What do you try?
    What happens? Please give any error messages in full.

  • AA3 Sound input from computer mic port-help needed

    My new HP desktop has Vista 64 home premium (with creative soundblaster soundcard upgrade) and
    I've installed audition3 and have it working fine when using audio files
    but now  I want to record audio using the mic port on the desktop. I have a headset mic (from dragon speaking software)
    and the windows sound recorder hears the mic just fine. I am going nuts trying to get AA3 to hear it!
    Any turotials I haven't found yet?

    I spent 3 hrs at it, durin and steve thanks! now
    there is audio from the mic input in edit view. I hope to find it in multitrack view but need a break!
    my problem with vista is  that i'm so anti-change that i'd rether stay with it. I dont know how to change to Win 7 and as Steve says there3 is concern that we waqit for next version so the bugs are fewer. like Steve, I liked XP; I would take it back, but I'm not a tecchie and have no time to learn these thiongs.
    thanks again
    JohnO

  • No Sound from USB Mic

    I can't get sound from my mic. I have my guitar plugged in and have sound from it but not the mic. I tried setting up an aggregate device but it didn't work. When on my sound screen I have input volume from the mic but still no output. I only have one choice for my output and that is headphones. What am I doing wrong?

    Hi moxie39, I have been fighting with my Snowball USB mic and read your post. I made an aggregate device that consists of the USB mic and output as you mentioned (I also tried USB mic and built-in-input), but I cannot change in the LE8 preferences to a different device. It doesn't give me an option to change it to an aggregate device only a built-in-mic and built-in-input, neither of which work. Any suggestions from you or from anyone?

  • Stereo from two mics into mono

    i recorderd from 2 mics through apogee duet into garage band.
    the signal from one mic is in the left speaker, the signal from the the second mic in the right speaker. how do i cancel (or diminish) this effect, better said how do i make it sound not so much divided, less stereo?

    NewSouth wrote:
    Hey,
    the problem i am having is that i am trying to have both mics being used to record at the same time. both are plugged into the AudioBuddy pre-amp, which is plugged into the fast track interface, which is connected to the computer. in logic, i have two different audio tracks opened, one with input one, and the other with input two, but i can only get pick-up from one mic. suggestions?
    thanks
    Are you getting signal at the Audio Buddy (green leds both light up)?
    On the Fast Track interface, I see only ONE mic input and ONE 1/4" input. In their website, I see that it is a SWITCHABLE INPUT.
    http://www.m-audio.com/products/en_us/FastTrackUSB.html
    " switchable instrument/line input (1/4”) "
    This means you can only record ONE input at a time, not both at the same time.
    You will need a larger interface in order to record two or more signals at once.
    Cheers

  • I have a Droid Ultra does anyone know of ear buds that have the inline mic with volume controls?

    I am looking for ear buds that have an inline mic and volume controls...I have the Droid Ultra...can anyone recommend one?

    Earbuds with Mic | urBeats | Beats by Dre
    I use these and they are great. Read and see if this is what you were thinking of.
    Good Luck

  • How to change from inline to promicuous mode in IPS

    Good day all,
    please i have a problem that i need to reconfigure with my IPS.  i configured my IPS on inline mode and is affecting the speed of our network. i was asked to change it to promiscuous mode. please i need a help on how to go about this. will welcome any reply. thanks

    Hi, in CLI, you need to find your IPS policy and change the syntax from "inline" to "promiscuous" Check out this link with configuration examples and explanations:
    http://www.cisco.com/c/en/us/td/docs/security/asa/asa84/configuration/guide/asa_84_cli_config/modules_ips.pdf
    This is for version 8.4 so I would recommend that you reference the guide that matches the version of code currently running on your ASA. 
    I hope this helps!
    Thank you for rating helpful posts!

  • Inport from a cd

    I need inport from my cd how can I di this on my win machine win xp

    That's a bit vague! How far have you got up to now?
    Have you installed iTunes on your computer?
    Have you previously imported from a CD into iTunes? If so, what is different this time?
    If you do have iTunes installed, you should only need to put the CD into your PC's CD drive and iTunes will see it. Does this happen and what does iTunes do then?
    There is a user setting for what to do once a CD is put in the drive. In your iTunes, use the CTRL and the , (comma) buttons together to bring up the Preferences dialogue. What does it say in the drop-down box under When you insert a CD:?

  • No inline mic.....what to do?

    I have an HP Pavillion dv6000 laptop with Windows 7 Home Premium. I am attempting to connect a Behringer 1202FX Mixer for online karaoke but find that there is no inline mic option or other mic option at all. What can I do?

    There are some third party USB devices made to handle audio
    in & out; one is called the Griffin iMic, there probably are others.

  • Separating audio from Dual Mics

    So I recorded some interviews with my Sony HVR-V1U (I've only had it a couple weeks). I used a shotgun mic in Input 1 and a lav running to XLR Input 2. I had the Channel Selector on CH1. I thought the way it worked was that I could record with the handheld or lav mic from one XLR input and the shotgun mic for backup then completely isolate the two in FCP. I assumed A1 in the timeline was going to be the sound captured from input 1 and A2 from input 2, then by simply muting one or the other I could get isolate the closer mic, or adjusting the respective volumes I could get a nice mix.
    The shotgun mic picked up a lot of room noise but at the time of recording I wasn't concerned abou that because I thought I'd be able to eliminate that track. Now it seems that the audio from the two mics are mixed together so I'm wondering how to isolate the audio track that I got from the closer mic, if that's even possible at this point. Did I irreparably mix the audio from both mics?
    I hope I provided enough info. Thanks for reading.

    ...and I did have my XLR Set on 'Separate' and not 'Linked' in the camera's menu.

  • How to get iMovie 11 to record sound from external mic

    I'm using iMovie 11 and have an external video camera attached (this works fine) and an external high quality USB mic.The mic shows in the Systems Preferences and is checked.  The mic also shows in the iMovie menu and is checked. However when I import video, iMovie defaults the sound track to the internal mic.  Can anyone tell me what the problem might be. I'm using OS10.6.8 on Powerbook Intel Core2

    Hi
    You must do this the right way.
    • EXTERNAL Hard disk - MUST - be Mac OS Extended formatted
    Nothing else will do - for VIDEO !
    • The Moving of Event's and Project's - Must be done within the iMovie Application
    Folders named iMovie Event's and iMovie Project's - can not be moved via Desktop/Finder - as links back to iMovie will break and can not be mended.
    My general note on this:
    Moving Event's and Project's
    Connection - Either connect one Mac in Target mode to the other via FireWire. Or use an external hard disk !
    (Target-Mode - Start one Mac e.g. laptop - BUT keep T-key down during full up-start - Now a FW-symbol is jumping around the screen and it will work as an external hard disk when connected to the other Mac)
    A. The External Hard Disk - MUST BE - Mac OS Extended (hfs) formatted to work for Video. UNIX/DOS/FAT32/Mac OS Exchange works for most other things but not for Video whatever program is used (iMovie or FinalCut)
    B. Should be a FireWire one as USB/USB2 performs badly to me and especially when filling up
    C. Do never Move or Alter any folder named
    • iMovie Event's - or -
    • iMovie Project's
    on DeskTop/Finder - as this will result in iMovie losing connections to them and repair can be anything from hard to impossibly.
    D. Moving and Copying must be done within iMovie application and Events to Events - and - Project's to Project's.
    E. Moving Project's to Event's - Do not work for me - I have to export project as a QuickTime movie then Import this into Events.
    Event's window can show two faces
    Like this
    or like this
    from one hard disk Event - You can move it to the other hard disk
    You can not (at least not me) move Event to Project or other way around only
    Event to Event and Project to Project
    Yours Bengt W

Maybe you are looking for

  • Follow-up 3: Hmm! An issue ... u0093How to handle Forecasting when modeling

    Any comment on my Summary: My understanding is that, in dealing with forecasting during modeling a) One approach will be to create a new Cube, infobjects for Forecast data in addition to the cube for the actual data. That makes it 2 Cubes. Advantage:

  • Window manager issues, transparency and focus

    I recently moved from Linux to Mac and miss a couple of things. If someone can point out how to do these things in OS X, I would appreciate it. 1) When one window of an application receives focus, raise all windows of that application. I use a statis

  • Turning off Isolation Mode feature?

    Working with the german Version, therefore not sure if its called "Isolation Mode" in the english version too. Problem is, that working under pressure an aditional klick on an object happens very fast. That always throws me into that useless Isolatio

  • Mass Reversal of CO Documents

    I know transaction KB17N reverses a CO document but is there a CO transaction that does mass reversals?  If so, what is the transaction?

  • Quit the Apex engine using wwv_flow.g_unrecoverable_error

    Hi all I have used wwv_flow.g_unrecoverable_error := TRUE to quit the apex engine (mainly in my exception handlers) and then issue a owa_util.redirect_url api call. Under some circumstances, I have needed to reinitiate using htp.init; I have not been