Unable to record audio

I am trying to record audio into Logic through a electro-acoustic guitar and AKG microphone, which are both plugged into my Saffire 6 interface. Everytime I set up a new audio track and select the 'R' record button, a loud static noise plays through my monitors. You can see that the interface is picking up a signal from the guitar but all you can hear is the static.
When I increase the gain on the instrument channel on my interface, the noise stays at the same level. But when I increase the volume of the monitors or the volume of the mixer channel in Logic the noise gets louder. This makes me think that all the cables are fine but it is something to do with a setting in Logic.
The mixer channel in logic always looks like this when audio recording is enabled:
I've read on some other forums that it might be to do with the buffer size - I've tried changing this but the problem seems to persist. I also read that it might have something to do with setting the midi clocks in the synchronization tab but there wasn't enough information explaining how to do this.
My midi setup currently looks like this:
I've had this problem for ages now and can't find a way around it....

Couple of more questions:
Does the Focusrite have a feature called zero latency monitoring, also called direct monitoring? If so make sure it is turned off and not used. The Saffire has a "Mixer" knob, do you have that in the correct position. Do you have the latest drivers?  2.6 it looks like.
http://www.focusrite.com/products/audio_interfaces/saffire_6_usb/downloads/
Does the microphone channel work ok? Have you tried reversing them.
What happens to that channel if the guitar is not plugged in, is there any noise?
Are you using a standard 2-conductor guitar cable, or is it by chance a three conductor stereo cable? It should be just a standard guitar cable.
It there anything else being used on the USB bus, are you plugged into a USB hub or directly into the Mac?
Speaking of which, wht Mac and OS?

Similar Messages

  • Unable to record audio for Voice Over from camera

    Hi All:
    I have an early 2008 black macbook, FCE4 and a canon HV 30 with an xlr adapter and mic. Imported all my footage just fine. Now I want to record a voiceover track using my nice mic through the camera. I plug in the camera to the computer via firewire. When I go to Voice Over Tool and try to select DV Audio, it tells me this:
    "The Selected sound input device is unavailable.
    It may be in use by another application, disconnected or improperly connected, or may be conflicting with a video output device."
    Uh, okay. I check the manual, it warns me that "External Video" under the View menu must be to OFF. Problem is, there is NO "External Video" option whatsoever in the View menu! None! Whatsoever!
    My firewire port is functioning, the computer knows there's a camera attached to it (I checked the Hardware overview, and surely enough the computer detects the camera)...
    What am I doing wrong?

    I have Built-In Microphone, Built-In Input and DV Audio as source options...but I only get the above-mentioned error message when I select DV Audio. Even when I don't have the firewire & camera connected, I get that same error message when I select DV Audio...which makes me think that the computer doesn't detect the camera, but I know it does because the computer detects a Canon HV 30 in System Profiler (and I can capture w/o a problem...I just click Capture and press escape when the tape end is reached).
    And what I meant earlier about capturing is that a window does pop up whenever I'm capturing from my camera and it shows the footage during capture, but the computer does not automatically respond to just my plugging the firewire cable in (idk if it's supposed to recognize it and ask me if I want to capture or not, but it doesn't...I have to prompt it to capture)
    I'm also puzzled that I don't have an External Monitor option under View...I'm not using an external monitor, and the only thing close to External Monitor under the View menu is Video Out, under which there are: Refresh Video Devices, Toggle Last, Canvas Playback & Digital Cinema Desktop Preview - Main.

  • Unable to record audio from second time onwards on Ubuntu 8.04.

    Hi All,
    I have developed an audio recording application. The application provides the facility to record, save and play the audio using javax.sound API any number of times. The application works fine on MAC and Windows Systems. But when I run the same application on Ubuntu 8.04, for the first time, it works fine and file is recorded and played successfully. If I try to record the second time, the following exception is thrown:
    javax.sound.sampled.LineUnavailableException: line with format PCM_SIGNED 44100.0 Hz, 16 bit, stereo, 4 bytes/frame, little-endian not supported.
         at com.sun.media.sound.DirectAudioDevice$DirectDL.implOpen(DirectAudioDevice.java:506)
         at com.sun.media.sound.AbstractDataLine.open(AbstractDataLine.java:107)
         at com.sun.media.sound.AbstractDataLine.open(AbstractDataLine.java:139)
         at com.gtcocalcomp.screenrecorder.JRecorder.initiateAudioRecordingProcess(JRecorder.java:202)
         at com.gtcocalcomp.screenrecorder.JRecorder.<init>(JRecorder.java:79)
         at com.gtcocalcomp.interwrite.RecorderWindow.record(RecordPlayback.java:665)
         at com.gtcocalcomp.interwrite.RecorderWindow$5.mouseReleased(RecordPlayback.java:597)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:232)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.
    .EventDispatchThread.run(EventDispatchThread.java:110)
    If I close the application and restart, then again for the first time, it works fine and gives the above exception from there onwards.
    I tried several options like, making all the objects involved in starting the audio recording process to null, then calling System.gc() and creating every object a fresh but no success.
    Can anybody give me some idea/information/links to overcome this problem?
    Thanks in advance.

    Yes Captfoss, I am calling close() method on all of the lines. As I mentioned in my query that same code is working fine on MAC and Windows OS and the problem is coming only on Ubuntu System. I also tried by making all the objects involved as null, and creating all the objects a fresh, but still no results. When I checked by calling isOpen() method on TargetDataLine, only for the first time, its returning true, thereafter, in all my attempts, its returning false only throwing the exception mentioned in my query.
    I came across following link during my search regarding the issue which may provide some more information about this problem to you:
    http://osdir.com/ml/voip.sip-communicator.devel/2008-07/msg00058.html
    http://osdir.com/ml/voip.sip-communicator.devel/2008-07/msg00060.html
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4735740
    http://bugs.sun.com/bugdatabase/view_bug.do;jsessionid=3e32926bb8f4cffffffff8d3d67e0f0aabf3?bug_id=4365713
    Can you please suggest whether its an OS issue or is it an issue with JavaSound ?
    Is there any specific way to find and close any input line related to audio which are opened ?
    Thanks in advance.

  • Unable to record audio with FMLE/Osprey 700 HD

    I have deployed a C# desktop application on a Server machine (Windows Server 2003 SP2), which wakes up and streams the incoming video/audio signals to a Flash media server. The Server machine is using this card (ViewCast Osprey-700 HD Video Capture Card) for getting the audio/video input.
    The problem is that, I can successfully stream the video but not audio. If I start FMLE GUI the audio driver is not listed and it complains that "an audio device was not found". I also tried to run my app as a Scheduled task under a different user than the one I use for Remote Desktop, but it fails for the audio.
    I tried updating the driver with no success. Any clue?
    - Fahad

    http://forums.adobe.com/thread/941171
    I have more or less the same issue, it just doesnt show any audio devices.
    Im thinking FMLE is not looking at the right spot for audio devices.

  • Unable to record just audio with Mac Mini - no isight

    I am trying to use Podcast Capture on a mac mini connected to a generic monitor (no isight) and it is unable to initialize the audio subsystem. I am assuming this has to do with it needing a video camera, but surely that isn't required to record an audio only podcast. I have a microphone plugged into the line in and it works successfully in Garageband. Please help!

    Take a look at Soundflower, which will allow you to record audio from any source:
    http://soundflower.en.softonic.com/mac
    http://www.macworld.com/article/1159440/soundflower_capture.html

  • I'm trying to record audio into my iPad2 using GarageBand and an iRig, but I can't monitor my tracks at the same time as recording, meaning if I lay down a drum track and attempt to record guitar, I can't hear the drums while recording. Thoughts?

    I'm trying to record audio into my iPad2 using GarageBand and an iRig, but I can't monitor my tracks at the same time as recording, meaning if I lay down a drum track and attempt to record guitar, I can't hear the drums while recording. Thoughts?

    Hi, I have this exact same problem. I haven't been using an iRig, just a cheap USB-jack cable. I managed to do this with the first cable I bought, but since it broke I've been unable to find a replacement that allows me to hear the drums while recording. DId you manage to get over this issue? If so I would really like to know how. Thanks and best wishes.

  • Recording audio, please help asap

    Hello,
    I am unable to record a narration for my videos in adobe premiere. I have watched tutorials including those on the adobe website, and there is supposed to be a record button in the audio clip mixer.
    I don't have one. I have the letters "M", "S", and next to it is supposed to be record, but I have the "write keyframes" button. How else can I record a narration? Please help!

    Try the audio track mixer

  • Problem recording Audio since 10.5.7 update

    Hi,
    I have a MBP Late 2008 and a Mackie Spike XD-2 sound card (used with USB), Garageband 4.1.2 and Logic pro 8.0.2
    However since the update, every time I record audio with the Mackie, all audio guitar and vocals is distorted, crackly and almost electronic sounding.
    I have tried it through Garage band and Logic pro 8.0.2. and both have the same effect.
    I was able to record fine on 10.5.6 and I know that there is nothing wrong with the sound card as it works on another macbook running a lower OS prior to 10.5.7.
    I haven't got time machine running. I do have an external HD for my PC but when I connected it to my mac it said that I would have to re-format it which I am unable to do due to the large amount of windows documents on it.
    I am really unsure whet to do. Can you roll back to 10.5.6 by re-installing it? or if I re-install my original OS and update to 10.5.6 will it remove all of my data and programs.
    Please help, I'l tearing my hair out here and really need to get my recording done.
    Thanks

    Philso69 wrote:
    Ok so we can all look forward to buying new printers when the next update comes out!...
    Of course not, but some old printers and other hardware will eventually not be supported.
    According to Apple, Snow Leopard will only run on Intel machines.
    "Mac computer with an Intel processor - 1GB of memory"
    No jus joking but really they must have some liability for ensuring the compatibility of 3rd party devices that were compatible in previous versions of Mac os x.
    They cannot insure that each and every piece of hardware in the world is supported by every update. It's up to the user to properly vet the updates. The best way is to clone the OS and update the clone and see what works and what does not work.
    I mean mackie doesn't write the software?
    They don't? Somebody does. Maybe that's the problem.
    Message was edited by: nerowolfe

  • Captivate 2  Vista unable to import audio files

    Hi
    I have had an audio problem with Captivate 2 and Vista -
    There is a hot fix to enable recording which works.I did that
    ... . but I am unable to import audio files.. even those that came
    with Captivate 2 in the gallery give me the same error message..
    unable to decode & import wav/mp3 file.
    Does anyone have a solution!! Need to do a demo next week!!
    thanks
    phil

    Hi Phil
    I don't suppose using Captivate on Windows XP is an option
    for you? This would seem to be a Vista related issue. Captivate 2
    may work to an extent on Vista, but it would appear this may be one
    of the "gotchas" one may encounter when using it in this
    environment.
    The good news is that Captivate 3 was announced today and
    will work on Vista. I know this doesn't help you immediately, but
    will provide an answer before too long.
    Cheers... Rick

  • USB Recording Audio Interface levels are visible but no sound.

    I have a Focusrite Scarlett 2i2 2 In/2 Out USB Recording Audio Interface hooked up to my iMac via USB cable.
    On the System Preserences Sound Page, the computer recognizes the device and levels are visible.
    But there is no sound coming out of my internal speakers/headphones.
    I tried recording some music and it recorded fine and played back fine, I'm just unable to monitor the sound as it's coming in.
    I've also tried a completely different device with the same outcome.

    No, you have every business being here as any help is greatly appreciated.
    When you say "core audio" what are you referring to?
    Ok, here's what I see in the system preferences->sound window:
    Output is set to Internal Speakers
    Input is set to my device, the Scarlett 2i2 USB
    When I play sound thru the device I can see levels where it says 'Input level'.
    Now here's the MIDI setup->audio devices window:
    Input is set to Scralett 2i2 USB (hightlighted in the left window with a microphone icon next to it).
    just below that it reads 2 in/ 2 out
    Output is set to Built-In Output (hightlighted in the left window with a dual smling face box icon and a speaker icon next to it).
    just below that it reads 0 in/ 2 out
    On the right is the Ch/Volume/Value/dB/Mute wondow
    Master volume slider is in Light Grey and un-slidable
    1 and 2 are Dark Grey and slidable.
    That's pretty much it, sound comes in fine yet no sound from interal speakers.
    Now I feel a crying spell coming on. Excuse me. Weep weep weep........

  • Unable to record voicemail message, no action when red button pressed

    Have used Skype for years but now about to give it up as unable to record voicemail greeting or receive voicemails consistently.  I have received one voicemail from aobut 30 calls.  I am unable to understand or replicate what went right in the successful exception.  I go to Mac > Skyp > Preferences > Calls Set up voicemail.  It's set up.  I got to record with red button.  It's clickable but no recording occurs and nothing to play back.  Sound preferences are set to use internal iMac mike to record.   I'm at divine unknowing.  Anyone have useful experience or ideas?  

    Hi, Did you call 'Echo/Sound Test Service' for ensuring that your audio settings are configured correctly for Skype ? Here's == how to set up a personal voice message. == Hth

  • Unable to Stream Audio

    I'm unable to stream audio from a popular radio station. My old Win XP and Vista systems had no trouble. The radio station's site indicates that Windows Media Player is necessary. I'm hesitant to install anything having to do with Microsoft and/or Windows. What do I need to know? What are the pros/cons of installing Windows Media Player? Is there an Apple-approved version of WMP? Are there any other options available to me?

    Hi iTunesKruzr
    Some radio stations will play in Safari and other OS X browsers and some will not without a wmp?
    Download and install Flip4Mac first to see if that doesn't let you listen to you favorite station?
    http://www.apple.com/downloads/macosx/video/flip4macwindowsmediacomponentsforqui cktime.html
    Dennis

  • Camcorder video error: "Unable to record. Resolution not supported by memory card."

    We purchased two Samsung Droid Charges the first day they were released and recently they've both been getting this error after 8-15 seconds of recording in HD (1280x720): "Warning: Unable to record. Resolution not supported by memory card."
    Called Verizon tech support, but they referred me to Samsung. Not knowing much about micro SDHC cards, I was alarmed to discover that the factory pre-installed 32gb card is only rated class 2 for speed. Samsung told me you need a minimum of speed class 4 or higher to record at this resolution. The only problem is you need an SD card installed in order to use the camcorder, period. In other words, all of us who payed an arm and a leg for the best phone Verizon sells now have to go buy our own micro sd card that actually supports all of the phone features as advertised?! The lowest prices I've seen for the faster cards are $70. Are we the only two Charge owners experiencing this problem?  I've read somewhere that lower speed class cards may initially support faster speeds than they are rated until they accumulate more files, so the problem may go undetected for some time until you have more files that are stored in different locations on the card (making them difficult to access at the faster speeds). This may explain why are the first ones to get this error since we've had the phones the longest and only 50% free space remaining on the SD card. Oh, Samsung also said they won't be able to replace your card for one that has the proper speed rating. Kind of seems like false advertising to say a feature is available (HD camcorder), and then not mention the fact that the memory card provided isn't sufficient for that feature (separate upgrade required). Anyone else sharing the same frustrations? Ideas?

    Thanks for the response. I've tried everything on that page. It's not an issue with the cable, or firewire port or the cable being connected properly, as the iSight camera works fine with iChat. I've disconnected the only other firewire device on the computer, didn't make any difference. Camera works fine in iChat, so it's not the camera itself. And, as I mentioned in the post, the same camera, if hooked up to my laptop, works just fine recording in QuickTime. So, it appears to be an issue with the QuickTime installation on this computer. I've done a search for the same error I'm getting and found some other occurrences with the same problems, but none that offered a solution.

  • Recording audio from a DVD

    Does anyone know of a good freeware or shareware program for recording audio from a DVD into any format?
    iBook G4   Mac OS X (10.4.3)   80G HD/1.33GB RAM/ Too Much Music

    A nice tool for ripping and demuxing the audio part off a DVD is OSex.
    You will get ac3 track - convert them with mAC3dec. http://sourceforge.net/projects/mac3dec

  • Trying to record Stereo Mix with a monitor through my headphones.  Using Screenium to record Audio and Video, using Avid MBox Mini with MXL 909 Microphone for the audio through the interface.

    Basically, what I am trying to do is this:
    Record my screen through Screeenium, record my voice as audio through an Avid MBox Mini (interface) with a MXL 909 microphone to pick up the audio.  I have all that figured out.  I'm able to efficiently record my audio and screenplay through these instruments and programs.  What I am having trouble with is the stereo mix.  I am running into a slew of problems here... My goal: Add on the audio of a game that I am playing (for example, Amneisia) so that the audio for my game will be picked up internally, and not through the speakers to be recorded through the microphone.  I want there to be no external sound except me talking into my microphone.  I also want to be able to HEAR the audio of the game through my headphones (and if possible, myself as well, through a monitor maybe?)
    Problems I have run into so far:
    -Haven't gotten it to pick up in game audio at all while using headphone.  Can't figure this out
         -Downloaded soundflower, have the output as soundflower.  Not picking up anything, will put all my sound and midi settings at the end.
    -When I do record through my microphone, it is only picking up a single channel (left earpiece only, no right channel)
         -I have figured out it is NOT the equipment, I use Pro Tools and am able to pick up both channels with my mic, recorded a few tests. It's settings and I can't      figure it out
    -Trying not to run 16 million programs while running the game, will cause lag.
    Summed up:
    Trying to record:
    -Audio from gameplay of any game I am playing through alternative route of speakers (do NOT want to record game audio through speakers, internally)
    -Record voice through Avid MBox Mini and MXL 909 microphone.
    -Record screen gameplay through Screenium
    I followed a guide that told me to achieve "stereo mix'' I need to download soundflower and follow "X" steps.  That is done and these are my current settings:
    Audio Midi Setup - Stereo Mix custom Aggregate Device, Soundflower (2ch) selected, Avid Mbox Mini selected, Soundflower Output #1 has 2 channels (1-2), using Avid MBox mini for "Input" in order to record.  Using Soundflower AND Avid MBox mini as "Output" in order to hear the sounds and replay game sounds (could be the problem? Maybe?)
    Sound Settings - Output Stereo Mix (custom channel)  Input Avid MBox Mini (recording)
    I'm hoping this isn't too hard to understand.. I'm VERY bad at explaining information regarding computers.. It's hard becuase I don't understand it.  I can clarify anything that I am able to, so any help on finding certain things would be greatly appreciated.
    My computer: Macbook Pro MAC OS X Lion (11G63) 10.7.5  2.4 GHz Intel Core i7 4GB 13333 MGz DDR3  (If any of this is imporant)

    Hey guys,
    I tried to do some research and it looks like you need to have an external device and its drivers, such as an external microphone, installed on the computer to record audio that can be saved as a sound file. Another Suggestion is to try an auxiliary spliter for your headphones and external speakers?
    What software are you using to record your game?
    If anyone knows anything different, please let me know.
    Thank you for being a part of the Lenovo Family,
    Catie
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Donate KUDOS and Click "Accepted Solution"

Maybe you are looking for

  • Please HELP! - WRT54G2 setup problem

    Please help!   I have been working on this for 7 hours and I am ready to throw the linksys router out the window.  I have the router wired to a desktop computer with XP and connected wirelessly to a notebook with Vista.  No problem.  My third compute

  • How to set songs from music as ringtones for contacts

    How do I set songs from my music that is on the phone as ringtones for different contacts?

  • Using a Mail rule to run an AppleScript

    I've been trying to get a Mail rule to run a very simple AppleScript on 10.5.3 and it just doesn't work, period. I've tried making everything as simple as possible: 1. My Mail rule sets the background color of a message and runs the AppleScript if th

  • How do I see how many songs are in my library?

    I've tried all the other suggestions on here, CTRL & / isn't working, and there is no "show status bar" in the View section. Is this no longer available with the new iTunes? Or is something wrong with my iTunes?

  • Role Assignment to Workflow Tasks

    Hi Experts, Any hints on below requirement please : Details: 1. For a role in transaction PFCG, I don't see the Workflow tab 2. For the same role in transaction SUIM, I can see the Workflow tab and the tasks assigned. 3. Now, I have a list of workflo