Can't play and import at the same time...

Using iTunes 7.3.2 - playing songs stall/skip while importing CD in Apple Lossless format. Any suggestions appreciated - Thanks!

Don't play the songs while importing them.
The CD is trying to read to import & play at the same time so it's jumpning all over.
In addition, it uses a lot of processor power to encode to Apple Lossless.

Similar Messages

  • Can you play 2 songs at the same time using itunes?

    I would like to put music under my audio books and my question is "can you play 2 songs at the same time using itunes?"

    I am not aware of a way to play two songs at once in iTunes. However, at least on a Mac, you can definitely open and play multiple things in QuickTime player. Sooo, you could open a music file in QT Player then start it and start the audio book in iTunes. Or open the audio book in QT player and listen to that there while iTunes plays music.
    Patrick

  • Can Iphone5s surf and talk at the same time?

    Can Iphone5s surf and talk at the same time?

    You can find the answer here:
    http://www.iphonehacks.com/2013/09/iphone-5s-iphone-5c-wont-support-simultaneous -voice-data-on-verizon-sprint.html

  • Can I surf and talk at the same time on a verizon iphone?

    I've heard that Verizon iPhones don't allow users to talk and surf at the same time. Is that true? I'm not keen on going to AT&T. If it's true, will it ever change?

    Yes. It is true because Verizon runs on CDMA which doesn't allow for surf and talk at the same time. AT&T runs on GSM which allows for surf and talk at the same time.

  • Can't charge and sync at the same time?

    I just bought my iPad 2, and noticed that I can't charge it and sync it at the same time like I can with the iPhone 4. I can if I have it plugged directly into my MacBook, but I use 2 different USB Hubs, and I have the iPad plugged into a hub. Is there a fix for this?
    The iPad is running iOS 4.3.
    The MacBook is running Mac OS 10.6.6

    I have a Griffin PowerDock, and having upgraded the software on my iPhone 3GS to IOS 5.1, I am able to charge and wirelessly synchronise simultaneously.
    I am hoping it will be the same for the iPad that I am planning on buying soon, although this will have to be a wall charge because of the extra power needed by the iPad.
    The fact that IOS 5.0 allows wireless synchronisation will probably stop any further development in this area by Belkin and Griffin.

  • Air Extreme + 2 Air Express = I can't play 2 stereos at the same time - why

    I just got a new airport extreme hoping the the "n" would give me better connectivity to 2 different stereos through 2 airport expresses. I had been using a netgear wireless router that is connected to an actiontec DSL modem. When I had the netgear wireless I could have both my stereo in the basement and in the family room playing iTunes. The only problem was when I turned on the microwave it would interfere with the signal.
    So I bought the new Airport Extreme and set it up. After much trouble and 2hrs with apple support on the phone I got the basestation working and I configured both airport expresses to extend the range of my network and to play iTunes. Now if I select either the basement or the family room through iTunes either one plays fine. If I try and select both the music starts cutting out in both locations almost immediately. I have seen some references to issues people have had playing through 2 systems but can't find any reference to a sulution. The apple support guy gave up! I have tried different channels and am currently on 2. I also set the wireless to 11mps - both suggestions from apple support.
    Listed below is all the relevant data I could think of copying from about this Mac.
    Please help - thanks!
    System Version: Mac OS X 10.4.8 (8L2127)
    Kernel Version: Darwin 8.8.1
    Boot Volume: macintosh
    Machine Name: MacBook Pro 15"
    Machine Model: MacBookPro1,1
    Processor Name: Intel Core Duo
    Processor Speed: 1.83 GHz
    Number Of Processors: 1
    Total Number Of Cores: 2
    L2 Cache (per processor): 2 MB
    Memory: 512 MB
    Bus Speed: 667 MHz
    Boot ROM Version: MBP11.0055.B08
    SMC Version: 1.2f10
    AirPort Card Information:
    Wireless Card Type: AirPort Extreme (0x168C, 0x86)
    Wireless Card Locale: USA
    Wireless Card Firmware Version: 0.1.30
    Current Wireless Network: Apple Network 338946
    Wireless Channel: 2

    No - according to the Apple support you can both extend the network and play iTunes through express. I have tried configuiring my expresses both ways - I even tried one to extend the network and one just for iTunes. Still the same issue I can play on stereo but not both. I will say that my internet connection for my laptop is better and faster with the extend the network feature.

  • Can itunes play two songs at the same time? Mine can!!

    If you let a song run until just before the end and then click to an earlier part in the song on the time bar, itunes starts playing both that tune and the next one.
    Does this happen with anyone else?
    What a basic error, how did apple not catch this?
    Peace and God Bless.
    ibook g4   Mac OS X (10.4.8)  

    Actually, I have the same problem...only moreso.
    When I'm streaming from another computer, my songs frequently start double-playing without my doing ANYTHING at all. Right now, The Skeleton Killers' "Despair" is doubling up--that's twice the dirge--and I wasn't even touching the computer when it started.
    Oh, goodie! One of the streams has finished and the next song, George Michael's "Outside", has begun, now running concurrently with the last minute of "Despair". I can't tell you how poorly these songs go together.
    The problem started with 7.0 and continues with 7.0.1
    Apple! Help!
    --Jay

  • How can I charge and listen at the same time?

    I'm using a windows PC and the USB connector. If I plug the cable in, iTunes automatically opens and I get the "do not disconnect" message and can't play music.
    If I eject my iPod from iTunes, it doesn't charge anymore.

    You can listen to the music on your iPod through iTunes. Just click on the nano icon where the library and store and playlists are and hit play at the top. If you want to listen to it while charging, you can do that by using a wall adapter to charge. I do this at work when my battery starts to get low.

  • Help me !!!how to use a DataSource to play and save at the same time??

    I create a DataSource :
    DataSource ds = Manager.createDataSource(new MediaLocator("rtp://192.168.2.195:10000/audio"));
    use this DataSource to create a cloneable DataSource:
    ds = Manager.createCloneableDataSource(ds);
    use this cloneable DataSource to create two datasource "saveDataSource" and "playDataSource",playDataSourceis used to play,saveDataSource is used to save;
    DataSource playDataSource = ((SourceCloneable)ds).createClone();
    DataSource saveDataSource = ((SourceCloneable)ds).createClone();
    Player player = Manager.createRealizedPlayer(playDataSource);
    player.start();
    but i can not hear anything ,if i use ds to create a player ,i can hear the voice.
    who can help me ,THX

    Thanks you ,now I can play with a clone dataSource ,but i also have a problem about how to save the voice to a local file .
    MediaLocator audioFile = new MediaLocator("rtp://192.168.2.210:"+audioPort+"/audio");
                             DataSource ds = Manager.createDataSource(audioFile);
                             Processor processor = null;
                             processor = Manager.createProcessor(ds);
                             processor.configure();
                           boolean result = waitForState(processor, processor.Configured);
                           if (result == false)
                               System.err.println("configuring failed");
                           processor.setContentDescriptor(new ContentDescriptor(ContentDescriptor.RAW));
                           processor.realize();
                           result = waitForState(processor, processor.Realized);
                           if (result == false)
                               System.err.println("realizing failed");
                           processor.start();
                           ds = processor.getDataOutput();
                           DataSource playDataSource = Manager.createCloneableDataSource( ds );
                           String type = com.sun.media.MimeManager.getMimeType("wav");
                           type = ContentDescriptor.mimeTypeToPackageName(type);
                           Processor saveProcessor = Manager.createRealizedProcessor(new ProcessorModel(ds,null,new FileTypeDescriptor(type)));
                           Player player = javax.media.Manager.createPlayer(playDataSource);
                           DataSink dsink = Manager.createDataSink(saveProcessor.getDataOutput(), new MediaLocator("file://D:/record/1234.wav"));
                             System.out.println();
                             System.out.println("-> Playing file '" + audioFile + "'");
                             System.out.println("   Press the Enter key to exit");
                             player.start();
                             dsink.open();
                             dsink.start();
                             saveProcessor.start();i can save a file ,but it can not play.

  • Adobe Media Encoder CS5 - Can we crop and resize at the same time?

    Flash 8's video encoder, use to let you crop (cut x amount of pixels out) and then resize  a video (and in that order it did it).
    CS5's Media Encoder is confusing, from what I can tell it cannot do both, you either can crop or resize but not both. ANd if you can do both, you definately cant crop before the resize. So which is it?
    Resizing made sense last, because you could put in new values for the resize nad figure out how much you need to crop out.
    Please help this is driving me insane.

    Everyone in my office has the same problem!
    We really need an alternative to AME both because of the crop/resize problem and many other seamingly random issues with preview and export.
    Adobe Media Encoder sucks...

  • Can't scan and type at the same time

    for some strange reason, I can't type in any window while I'm trying to scan something with my scanner through preview.
    as soon as i close the scanning window, it's fine, but as long as it's open, I can't work on anything else.
    I don't know if it's because of the new software update for the OS or something, cuz this has never happened before.
    I have an HP Officejet Pro printer and scanner.

    HP Support

  • Play an rtp stream and save at the same time

    Hello
    How cam i play and save at the same time an rtp stream.
    can anyone help me about this.
    Thanks

    Hello
    How cam i play and save at the same time an rtp stream.
    can anyone help me about this.
    Thanks

  • Recording Audio and Midi at the same time in Logic 7 Express Can it be done

    I am wondering if I can record audio and midi at the same time in Logic 7 Express. I am running my guitar thrugh a Roland GR 33, and a line out and using the GR 33 to trigger sounds in the Logic's synth section but cant seem to record all three tracks at once. If any one knows how let me know. Oh and I am running the GR Synth and Guitar into the Prosonus Fire Fox and have the GR 33 out midi to the Fire Box as well. So I guss the question is how do I sent up two audo tracks and one midi track to record in real time. Thanks Victor

    I am wondering if I can record audio and midi at the
    same time in Logic 7 Express. I am running my guitar
    thrugh a Roland GR 33, and a line out and using the
    GR 33 to trigger sounds in the Logic's synth section
    but cant seem to record all three tracks at once. If
    any one knows how let me know. Oh and I am running
    the GR Synth and Guitar into the Prosonus Fire Fox
    and have the GR 33 out midi to the Fire Box as well.
    So I guss the question is how do I sent up two audo
    tracks and one midi track to record in real time.
    Thanks Victor
    Try arming the audio tracks, select one of the tracks, then while holding down the shift key, select the midi track you want to record, arming the "r" on the midi track. Press "record".....
    HL

  • Can the Extreme do N and G at the same time?

    i have older computers that have G and two newer ones with N. i need a router and was wondering if this can do N and G at the same time.
    13.3" MacBook   Mac OS X (10.4.10)   White, Superdrive, 1GB RAM, 120GB HD

    i have older computers that have G and two newer ones
    with N. i need a router and was wondering if this can
    do N and G at the same time.
    Of course. The AEBSn can support n, g and b devices at the same time.

  • Recording vocals and guitar at the same time, using the Alesis IO dock!

    Hi there!
    I have an Ipad 2 with the newest OS installed etc. And I rea the other posts in here.
    I bought an IO dock from Alesis the other day and was full of exspectations, but I got a bit disappointed -> Garageband! When I bought the Ipad dock I exspected that I would be able to record (or just play and hear the inputsound from two devices) at the same time in my headphones! But I wasn't... Now I'm wondering if this is going to be fixed in an update or not? I think it would be a shame if this issue isnt adressed, due to the huge abilities the Ipad/garageband/Ipad docks withhold.
    So anyone know anything? I went to my musicstore and spent about an hour or so with the tech dude there trying dfferent setups, but unfortunatly without luck! Just to clarify that I didt just plugged in my guitar and got mad that it wasnt apple intuative!
    Hope someone can help :)

    I am wondering if I can record audio and midi at the
    same time in Logic 7 Express. I am running my guitar
    thrugh a Roland GR 33, and a line out and using the
    GR 33 to trigger sounds in the Logic's synth section
    but cant seem to record all three tracks at once. If
    any one knows how let me know. Oh and I am running
    the GR Synth and Guitar into the Prosonus Fire Fox
    and have the GR 33 out midi to the Fire Box as well.
    So I guss the question is how do I sent up two audo
    tracks and one midi track to record in real time.
    Thanks Victor
    Try arming the audio tracks, select one of the tracks, then while holding down the shift key, select the midi track you want to record, arming the "r" on the midi track. Press "record".....
    HL

Maybe you are looking for

  • Installment plan and Participation group  Assignment to contraact

    Hello Experts I have 2 questions: 1 My client has developed a certain residential stand for sale . They have set up an installment plan to individuals who needs to buy the stands ,upon completion of the installments the relationship of my client and

  • Occur "NoSuchServiceException" using Remoting call

    This problems are in the Flash Remoting MX for java environment. Please help to look what's problems? Using Flash 8 to careate a flash file, "say.fla" Using ActionScript2.0 Using JDK 1.4.2_09 Using Tomcat 4.1.31 I installed Flash Remote Gateway Servl

  • Time Machine Deleted All Backups After Restore

    Had a very strange thing happen...I had to do a clean reinstall of Mountain Lion and manually add back everything from various backups. After the reinstall (including a completely new computer name), I was able to access all the old Time Machine back

  • Having problems with pro audio under Vista on the Intel side?

    This article has some extremely interesting information about that and might be helpful. http://www.cs.auckland.ac.nz/~pgut001/pubs/vista_cost.html IMac    

  • JDBC Adapter Doubt

    Hi Guys, If multiple records are in a table and I need to fetch records one at a time in a predefined order. How can i do this in XI ? Regards,