Direct audio input for sound recordint?

Is it possible to connect iPod to a direct sound feed and record. ie without the microphone. I tried connecting cable between iPod and speaker jack on other device but it didn't work. I want to record sound that is not compatible directly with the iPod.
thanks

Did not know that rMBP didn't have audio...
I had a USB headset that was a regulard headset with a USB adapter. When the headset broke, I got a cable that split the three part connector of the iPhone headset and then plugged that into the usb port and it works fine.
In any case, USB tends to be a cleaner audio source but ymv.
Good luck.

Similar Messages

  • Is there a way to have some sort of stereo mix audio input for mac?

    Is there a way to have some sort of stereo mix audio input for mac? also so i can have a voice over?

    polyglotinc wrote:
    Actually, after scouring the web, I see that RogueAmoeba also has a free utility called LineIn which simply sends the audio in to the audio out and doesn't interfere with other programs like iTunes!
    On the other hand, after downloading and trying it, there is a noticeable latency between what goes in and what comes out.
    The latency is in the computer, not the software. Most of the latency is in the A/D and D/A conversion.
    You need to connect the analog input to the analog output directly to get zero latency.
    Check this page:
    http://forums.macrumors.com/showthread.php?t=368834

  • Can not select external input for sound

    can not select external input for sound

    Hey there RoosterMonkey,
    It sounds like you have Soundtrack Pro installed but you cannot select your external audio device as an input. I recommend the troubleshooting steps from the article named:
    Soundtrack Pro 3: Troubleshooting Basics
    http://support.apple.com/kb/ht3659
    Update to the latest software versions
    From the Apple () menu, choose Software Update and make sure that you have the most recent updates for your versions of Soundtrack Pro 3, QuickTime, Compressor, Pro Application Support, and other important system files. Installing the latest updates ensures that your software has the latest improvements and enhancements.
    Note: Be sure the application is in the Applications folder and is named Soundtrack Pro before running Software Update.
    Check compatibility and driver versions for third-party devices
    If you're using a third-party sound card, MIDI interface, storage system, control surface, or plug-in, check the support area on the manufacturer's website to be sure that you're using the latest version of the relevant driver or other software for your product. For information on troubleshooting possible issues with Audio Unit plug-ins, go to Soundtrack Pro 3: Troubleshooting Audio Unit plug-in issues.
    Try a different Multitrack Project or Audio File Project
    Sometimes project files can become damaged, causing unexpected behavior in Soundtrack Pro. To create a fresh project, choose File, then New and select Multitrack Project or Audio File. Test to see if the issue is resolved in the new project.
    Delete the User Preferences
    You can resolve many issues by restoring Soundtrack Pro to its original settings. This will not impact your project files. To reset your Soundtrack Pro user preference settings to their original state:
    Quit Soundtrack Pro if it is open.
    In the Finder, choose Go > Go to Folder from the menu bar.
    Type ~/Library/Preferences  in the "Go to the folder" field.
    Remove the "com.apple.soundtrackpro.plist" file from the Preferences folder.
    In the Finder, choose Go > Go to Folder from the menu.
    Type ~/Library/Application Support/Soundtrack Pro  in the "Go to the folder" field.
    Remove the "EffectsCache.plist" file from the Soundtrack Pro folder.
    In the Finder, choose Go > Go to Folder from the menu.
    Type ~/Library/Application Support/Soundtrack Pro/Layouts  in the "Go to folder" field.
    Remove the "Soundtrack Pro.saved.moduleLayout" file from the Layouts folder.
    In the Finder, choose Go > Go to Folder from the menu.
    Type ~/Library/Caches in the "Go to folder" field.
    Remove the "com.apple.audiounits.cache" from the Caches folder.
    Remove receipts and reinstall Soundtrack Pro 3 and Compressor
    Another approach you might consider is reinstalling Soundtrack Pro and Compressor. To do this effectively, you need to remove the applications and their receipts, then install Soundtrack Pro and use Software Update to install additional updates. Compressor gets installed automatically when you install Soundtrack Pro. You don't have to remove everything that was installed with Soundtrack Pro, so follow the steps below to completely reinstall a fresh copy of Soundtrack Pro. Note: Make sure that you have your installation discs handy before beginning.
    In Mac OS X v10.6 Snow Leopard or OS X Lion
    Open the Terminal application and enter the following commands one at a time and an administrator password when prompted. Note: The commands are case sensitive.
    sudo pkgutil --forget com.apple.pkg.Compressor
    sudo pkgutil --forget com.apple.pkg.Qmaster
    sudo pkgutil --forget com.apple.pkg.VideoOutSupport
    sudo pkgutil --forget com.apple.pkg.PSTSharedA
    sudo pkgutil --forget com.apple.pkg.AppleHDVCodec
    sudo pkgutil --forget com.apple.pkg.AppleIntermediateCodec
    sudo pkgutil --forget com.apple.pkg.DSPPublishing
    sudo pkgutil --forget com.apple.pkg.SoundtrackPro
    sudo pkgutil --forget com.apple.pkg.Uncompressed422
    Then, reinstall Soundtrack Pro and Compressor using the following steps:
    Open the Applications folder. Drag the Soundtrack Pro and Compressor applications to the Trash.
    Insert your Logic Studio or Final Cut Studio installation disc and install Soundtrack Pro.
    When finished installing, choose the Apple () menu, then Software Update to update your software to the latest version.
    Open Soundtrack Pro to verify that the issue has been resolved.
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

  • Master gain problem with Direct Audio Device: distorted sound

    Hi everybody,
    I'm in a bit of a fix here. I've got an application that plays music. Developped with 1.4.2, got it working.
    However, when I run it with the the latest 1.5 release (5.0 update 6), the sound is distorted. More specifically, though I'm not entirely sure, I'd say it's the bass that gets distorted. By "distorted" I mean it's shrieking, scratching instead of... well, sounding.
    I'm using the FloatControl.Type.MASTER_GAIN control to change the "volume". Since it's playback, I'm using a SourceDataLine, and that one ain't got no VOLUME control. Now the problem only appears when I'm amplifying the audio data, i.e. when the MASTER_GAIN's value is greater than 0.0 decibel.
    Inverstigating a little more, I found out that 1.5 is using the "Direct Audio Device" Mixer as default as opposed to the "Java Sound Audio Engine" used by 1.4.2. If I force the use of the Java Sound Audio Engine with 1.5 (getting the line from the appropriate Mixer), the sound is OK. However, since the application is intended to be cross-platform, I'd prefer not to impose any such specific behaviour (plus the performance of the Direct Audio Device is twice as good).
    Tested on Linux version 2.6.11-1.1369_FC4 and Windows NT.
    Looked at www.jsresources.org, but didn't find any information specific to this problem.
    Bugparade: no hits.
    I'd be glad if anyone could help me on this.

    Nobody ?
    It narrowed it down to the following testcode. Please try to run it with Java 1.5 and some compatible audio file (a WAVE file, for instance):
    import java.io.*;
    import javax.sound.midi.*;
    import javax.sound.sampled.*;
    import javax.sound.sampled.spi.*;
    * @author  futt
    public class SoundTest {
        public static void main(String[] args)
        throws Exception
            if( args.length != 1 ){
                System.err.println("SYNOPSIS: SoundTest [FILE]");
                return ;
            final File f = new File(args[0]);
            AudioFileFormat aff = AudioSystem.getAudioFileFormat(f);
            Mixer.Info mymixer = null;
            Mixer.Info[] mixers = AudioSystem.getMixerInfo();
            for(int ii = mixers.length; --ii >= 0; ){
                if( mixers[ii].getName().toLowerCase().indexOf("direct audio device") != -1 ){
                    mymixer = mixers[ii];
                    break;
            Line.Info info = new DataLine.Info(SourceDataLine.class, aff.getFormat());
            SourceDataLine line;
            if( mymixer != null ){
                Mixer m = AudioSystem.getMixer(mymixer);
                if( m != null ){
                    System.err.println("Using mixer: "+m);
                line = (SourceDataLine) m.getLine(info);
            else {
                System.err.println("Using default mixer");
                line = (SourceDataLine) AudioSystem.getLine(info);
            System.err.println("Got line: "+line.getClass());
            InputStream in = null;
            try{
                in = new BufferedInputStream(new FileInputStream(f));
                line.open( aff.getFormat() );
                line.start();
                FloatControl fc = (FloatControl) line.getControl(FloatControl.Type.MASTER_GAIN);
                fc.setValue(3f);
                byte[] buf = new byte[ 1 << 14 ];
                for(int read; ! Thread.currentThread().isInterrupted() && (read = in.read(buf)) != -1; ){
                    line.write(buf, 0, read);
                if( ! Thread.currentThread().isInterrupted() ){
                    line.drain();
                line.stop();
            catch (Exception x){
                x.printStackTrace();
            finally {
                line.close();
                if( in != null ){
                    try{ in.close(); } catch (IOException iox){}
    }

  • Audio input for mac mini

    Well thats it i have made the move and i am now a proud owner of a new mac mini but i have a problem i cant to connect my four track recorder to my mac so as i can record all my music to disk, is there a way around this maybe somekind of usb conector, grrr i'd hate to get rid of my mac just for that reason but its really important to me.
    Oh and are there any good free anti virus programs out there for mac.

    ...connect my four track recorder to my mac so
    as i can record all my music to disk, is there a way
    around this maybe somekind of usb conector
    Yes, there are many products you would buy. Some connect
    to the USB others to the Firewire ports. the low end starts at $30 for an "iMic" but if you want professional quality
    audio and it sound like yu might if you own a four track mixer then you'd be looking at spending about what you'd expect to spend for another piece of professional audio gear. Actually it's not that bad. $170 will get you a quality audio device with XLR inputs and all that conects the firewire. There guys have a good selection of gear www.m-audio.com
    As for anti-virus software. First you need to find a virus. So for there ain't none. So while there are a lot of companies trying to take your money and will sell you software the stack of virus profiles that the software uses is pretty thin. The trick with Mac OS X is to make a logon account for yourself that is NOT an administraitor account and use that account for day to day use. The normal protection offered by non-admin acount will keep you pretty safe
    grrr i'd
    hate to get rid of my mac just for that reason but
    its really important to me.
    Oh and are there any good free anti virus programs
    out there for mac.

  • Audio input for live music video, question

    Hi
    I'm wanting to use imovie to record some solo guitar performances. I would like to be able to process the audio through logic pro as I record the live audio and video. I have a digi003 audio interface and am able to use it as my audio input no problem, but am not able to add reverb and eq through logic pro. I open both apps and in logic I get the processed sound but as I record in imovie I only record the unprocessed guitar. How would i be able to do this? Thanks for the help!!

    Hi,
    Check Safari / Preferences - Extensions.
    If you have any installed, turn that off, try that site.
    For photos... back to the menu bar, click Safari / Preferences then select the Appearance tab.
    Make sure: *Display images when the pages loads* is selected.
    Carolyn

  • Audio input for guitar

    Hello,
    The intro video says that I need to connect my guitar to an audio input. For now I'm just interested in using the Macbook for producing songs with my electric guitar. What devices do I need? What if I want to play the electric bass (instead of the electric guitar)?
    Thanks!

    it depends what kind of quality you're expecting. you could try just plugging the guitar straight in:
    http://www.bulletsandbones.com/GB/GBFAQ.html#pluginguitar
    anyone looking for a high quality recording would want a digital interface:
    http://www.bulletsandbones.com/GB/Interfaces.html

  • No audio input for VO

    I realize that this is more to do with my mac then with FCP but I trust the people in here more so please bear with me. I am trying to do a VO on my Duel Core PowerPC G5. I have put in a slug & set in & out points and it lets me record just fine.
    My problem seems that my audio input on the back of my G5 seems to not be working. I went into settings and ensured I had the right connection. I only got the needles to bump when I plugged in the mic. I know the mic works as I have tried it on another PC & it bumps the needles just fine.
    Please let me know if you have any ideas on how to test if this port is dead (which would be a shame as I have never used it) or if it is if there is anything to bring it back to life. As always thank you for the help, this is by far the most useful forum Apple has

    Often you need a mic preamp to boost mic gain to an acceptable level when using the VO tool in FCP.
    You can try using the Audio Midi Setup utility to adjust the line-in gain. The utility can be found in the Applications/utilities folder.
    Good luck,
    x

  • What program would I use in creative cloud to search a large audio file for sounds.

    I have sleep apnea and want to search large audio files for my snoring.   what program would I use and any other tips would be great.
    thank you

    Moving this discussion to the Audition forum. 
    VTX1300C Audition is the sound editing program included with your Creative Cloud Membership.  The users in this forum may have some additional Audition specific tips or an alternate workflow which you can utilize.

  • How to find the device number for the line input for sound measurements

    Hi,
           I would like to measure the input of sound wave given to a line input of a PC. Can anyone tell me how to write a DLL  Program to actualy get the device numbers. Appreciate your help.
    Thank You,
    Mudda.

    Hello Mudda,
    Are you connecting a microphone to the sound card of your PC?  I assume
    that you want to use the built-in LabVIEW Sound VIs, and would like to write a
    LabVIEW DLL which returns the device numbers of the sound devices.
    If you are using a Windows system, you will have to use some Windows API
    functions to get that information.
    Microsoft (and their website) can help with the specific functions which
    enumerate the sound devices (with documents like this:
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/multimed/htm/_win32_devices_and_data_types.asp). 
    Your LabVIEW DLL will then be a wrapper for a Windows call.
    I am happy to help out in any way I can.  Feel free to post again with a
    little more information on what exactly you wish to do, or with any other
    follow up questions.  Thanks for posting!
    Regards,
    Travis M
    LabVIEW R&D
    National Instruments

  • Turning on Garageband Airplay turns off audio input for guitar

    Turning on Garageband Airplay turns off audio input so I can't hear my electric guitar via my bluetooth speaker.  I know I can wire my speaker to my ipad but I don't want to.  Any help?

    Did you notice the alert window that Audio inputs are dialed when using Airplay or Bluetooth? This window pops up when you turn Airply - Bluetooth on. So the behavior/restriction is normal
    Hope that helps 
    Edgar Rothermich
    http://DingDingMusic.com/Manuals/ 'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

  • No  audio input for audio channels

    i have installed logic express 7.0 on my macbook pro, but not upgraded to 7.2.
    the problem i am having is that i have no input to select on the channel strip of my audio channels. on my powerpc imac, without any audio interface hooked up, it shows inputs 1 and 2. however, on my macbook, i get no audio input to show up on the I/O part of the channel strip. when i click and hold, all it says is "No Input." the strangest part though is that in the "Audio Hardware and Drivers" section, core audio is enabled and the Audio input is selected as my driver. when i boot up, i get a message that says "The previously selected audio interface is unavailable, so the built in I/O will be used." well, where the eff is the Input?????
    i have gone through set up assistant several times, uninstalled logic and reinstalled and i have scoured the boards, all to no avail.
    can anyone help me figure this out? is it a cross grade problem?
    frustated,
    ken

    well, i have tried the enabling thing over and over again, before i originally posted it. i am getting the crossgrade soon so hopefully that will resolve it. if not, i am going to call and figure this out.
    thanks.
    ken

  • How to stop headphones from becoming 'Input' for sound

    Hi,
    I hope somebody here can help me with this problem.
    When I connect my headphones to my Macbook Pro via the jack, the Sound Settings automatically change so that the headphones are not only the Output but the Input too - so if I record something whilst the headphones are connected, rather than the Internal Microphone being the default recording device, the headphones record instead!
    The problem is that I'd much rather use the Internal Microphone as the Input when the headphones are connected as the Output. But for some reason there's no option in System Preferences to stop the headphones automatically becoming the Input and to use the Internal Mic for this instead. This seems bizarre to me, as my previous headphones were purely Output by default.
    Is there any way I can change this? Set the headphones as Output only, whilst using the Internal Microphone as Input?
    There must be some kind of Advanced Settings somewhere!
    I'd be very grateful for any suggestions!
    Cheers,
    Jay
    p.s. Below is a screenshot of my System Settings > Sound after I've plugged the headphones in. As you can see, Input has changed to 'headphones with in-built external mic" and there appears to be no way to change it!

    Long shot, but...
    Open Audio Midi Setup in Applications>Utilities, see the input & output options & KHz setting there, some things will change it for their own use, then not set it back.

  • My devices are not appearing in the output input for sound in system preference the mute is on and i cant uncheck it

    Yesterday I received Mackeeper and I assumed it was from apple. I made the mistake of installing. Then my friend told to get rid of it. I deleted. I shut my computer for the night and today no sound coming from my speakers go to system prefences and its on mute. i try to unclick. howeveer nothing is showing as being in the list for input out . HELP

    In iPhoto menu: iPhoto>Preferences>General. Check the box.

  • Audio input for iMac

    I have a 21.5" iMac and Mavericks 10.9.4.   I will soon be starting the process of converting my vinyl records to CDs.  My question is this:  Is the iMic still a good choice to as input device (good being reasonable price, quality result) or is there now a better option?
    Thanks.

    Thanks.  I'll look into that iMic.  I looked at some reviews by people who bought the item and for the most part they seem to like it.  Some expressed problems with software (Final Vinyl) Griffin included with the iMic so I wonder if there is some recommended software to use with it.  Do you have any recommendations?
    I really appreciate the help.
    Oh, yeah, I clicked a wrong key in selecting the operating system when I registered for this forum.  I have the Mavericks OS X 10.9.1 system.  I'll have to figure out how to get in and modify my registration info.  Thanks for pointing that out.

Maybe you are looking for

  • Loading flat files located on a server using the Control Center piece ofOWB

    Loading flat files from a server with OWB I am successful loading files with OWB, as long as they resided on my workstation in the C:\ drive. I copied the files to a Linux server into directories owned by Oracle/oinstall, permissions on the directori

  • Rep-52005 error when running a report from form with parameter form

    I am trying to run a report from a web deployed form and this report has a parameter form. I am getting a Rep-52005: The specified key report does not exist in key map file. I am using Oracle Forms/Reports 10.1.2.0.2. My code is below. The first part

  • Power mac g4 given to me. How can i change the password? No disc was provided

    I recently inherited a Power Mac G4 from my work. The computer came from an office that had left it behind and donated it. I do not have any password to it to log into it. How can i change the password? I didnt recieve and disc or anything with this.

  • My MBP (retina) keeps changing the time!

    I recently brought a new MBP with retina but the time keeps changing by its self! I have tried setting it to manual time but it still changes. I have also turnt off auto detect timezone to see if it was that but it still changes. I also use windows 7

  • Linking 2 Captivate 3 Projects

    I had to break a Captivate 3 project into 2 executables due to size. When the change from Captivate #1 to #2 takes place, the desktop appears for a second or two. Is there a way to stop this and get a smooth change?