Need to Import Audio Books at higher sample rates in iTunes 8

Folks,
In iTunes 7, I could import audio books at 32k mono and they would sound good (after all, it's just someone reading - doesn't need stereo or high sample rate). However, in iTunes 8, for 32k the sound crackles and is distorted. Quality is OK at 64k mono but obviously now the files are twice as big. Am I right in slating the blame to iTunes 8? Is there some way I can use iTunes 7 encoding?

I wouldn't have believed it if I didn't try it. To get a non-crackled 32kb mono AAC you have to:
- Select the AAC Encoder's "Custom..." from the drop-down
- Change the (stereo) bit rate to 64kbps
- Leave sample rate on auto
- Change channels to mono
- (And most importantly) keep the "optimize for voice" box UNchecked
I tested it several times with different audiobook CDs and settings and it seems that the voice optimization causes mono tracks of any bit rate to be garbled and crackle. Hope that helps!
(And I'm pretty sure OS 10.5.6 is out. Check your Software Update under the Apple menu.)

Similar Messages

  • If I import audio books into the music section of itunes it lists the books as albums and all the chapters as tracks fine when I sync them to my ipod classic, but not if I import them as audiobooks, any ideas please?

    If I import audio books into the music section of itunes it lists the books as albums and all the chapters as tracks fine when I sync them to my ipod classic, but not if I import them as audiobooks and then sync them, any ideas please?

    If you import the audiobook as an audiobook to your iTunes Library, it will be listed in the Books section of your Library. You may need to turn on Books in order to see them. If you cannot see the File/Edit... etc. menu, use CTRL B on your keyboard to make that menu bar appear. Then go to Edit/Preferences>Books and put a tick in the box.
    But, if the imported audiobook shows up in the Music section of your iTunes Library, highglight the files (in iTunes) and select File/Get Info/Options/Media Kind>Audiobook. These files will now transfer to the Books section of iTunes.
    Once on an iPod Classic, look under the Audiobooks menu. Again, you may need to change the settings in the Settings menus, in order to have the Audiobooks option shown on the Main Menu and/or the Music Menu.

  • Import audio book to itunes but it won't sync to my ipod

    I am at a complete loss. I have been importing audio books from the public library to itunes and then putting them on my ipod for months. All of a sudden the books won't sync to my ipod. Songs work ok, but my audio books don't. The little sync icon spins and the itunes screen says it is updating but it only lasts for a few seconds and the book is not on my ipod. I have done everything I can think of including restoring my ipod back to the original settings which lost everything. I don't know what else to do.

    Might you find the answer here?
    http://aldoblog.com/audiobooks/

  • Importing audio books

    As I import audio books into iTunes the order of the tracks is inverted, which obviously makes a book "impossible" to listen to.
    Additionally, if the CD contains more than 9 tracks, the tracks are listed eg T12,T11, T10, T1, T2, T3....etc.
    1) How can I avoid these two problems?
    2) How do I get the Tracks into the AudioBooks playlist? Is that only possible with content purchased over the net?

    but it seems like when I search on a topic I get
    more PC junk that Mac.
    Click on 'more options' at the right side of this
    page (just below 'Search Discussions') and restrict
    your searches to the 'iTunes for Mac' category.
    I was just joking around and knew that an advanced search would eliminate PC comments but being the APPLE web site I would think that APPLE comments would be teh default. Its a streach but it is almost like being Political Correct.
    An excellent tutorial about importing audiobooks from
    CD is available here.
    Thanks for the link. I will try that tongiht when I get home.
    If you're searching for scripts, go to
    http://www.dougscripts.com.
    Search for audiobook(s). A few scripts are available.
    Installation instructions are included with every
    script.
    Once you've read the tutorial mentioned before, you
    may not even need them.
    Hope this helps.
    M
    17' iMac 800 MHz, 768
    MB RAM, 200 GB HD, DL burner   Mac OS X (10.4.8)
      iTunes 7.0.1
    17" 1.9 Ghz Power PC G5 iMac   Mac OS X (10.4.8)  

  • How do you import audio books so they are like the ones you buy from itunes

    how do you import audio books so they are like the ones you buy from itunes?

    There are a number of tools for merging the files into one. Personally I don't bother, but you'll find links on my page which describes how to manage Audiobooks on iPods.
    tt2

  • As this is an adobe DRM protected book you will need to import the book with adobe digital editions to open this book. I USED ADOBE DIGITAL EDITIONS TO UP LOAD THE BOOK TO MY TABLET. HELLP

    as this is an adobe DRM protected book you will need to import the book with adobe digital editions to open this book. I USED ADOBE DIGITAL EDITIONS TO UP LOAD THE BOOK TO MY TABLET. HELLP

    To attempt a new chat session...
    For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    http://helpx.adobe.com/x-productkb/global/service1.html

  • Can I sync my audio books from my iPod touch onto iTunes on my computer using only my computer?? My iPod is MIA, could have been stolen.

    I'm trying to determine whether or not I can import audio books from my iPod to my computer using only my computer. I purchased said audio books through the same iTunes account on my iPod that I have on my computer. I can't sync manually from my iPod because I haven't been able to locate it in weeks!! Is it possible to use only my laptop?

    The music sync is one way only - computer to ipod.  The exception is itunes purchases.  Without syncing:  File>Transfer Purchases
    Copy everything from your old computer, or your backup copy of your old computer, to your new one.

  • How to build a array with high sampling rates 1K

    Hi All:
    Now I am trying to develop a project with CRio.
    But I am not sure how to build a array with high sampling rates signal, like >1K. (Sigle-point data)
    Before, I would like to use "Build Arrary" and "Shift Register" to build a arrary, but I found it is not working for high sampling rates.
    Is there anyother good way to build a data arrary for high sampling rates??
    Thanks
    Attachments:
    Building_Array_high_rates.JPG ‏120 KB

    Can't give a sample of the FPGA right now but here is a sample bit of RT code I recently used. I am acquiring data at 51,200 samples every second. I put the data in a FIFO on the FPGA side, then I read from that FIFO on the RT side and insert the data into a pre-initialized array using "Replace Array subset" NOT "Insert into array". I keep a count of the data I have read/inserted, and once I am at 51,200 samples, I know I have 1 full second of data. At this point, I add it to a queue which sends it to another loop to be processed. Also, I don't use the new index terminal in my subVI because I know I am always adding 6400 elements so I can just multiply my counter by 6400, but if you use the method described further down below , you will want to use the "new index" to return a value because you may not always read the same number of elements using that method.
    The reason I use a timeout of 0 and a wait until next ms multiple is because if you use a timeout wired to the FIFO read node, it spins a loop in the background that polls for data, which rails your processor. Depending on what type of acquisition you are doing, you can also use the method of reading 0 elements, then using the "elements remaining" variable, to wire up another node as is shown below. This was not an option for me because of my programs architecture and needing chunks of 1 second data. Had I used this method it would have overcomplicated things if I read more elements then I had available in my 51,200 buffer.
    Let me knwo if you have more qeustions
    CLA, LabVIEW Versions 2010-2013
    Attachments:
    RT.PNG ‏36 KB
    FIFO read.PNG ‏4 KB

  • Error while trying to synchronize audio and MIDI.  Sample rate 42804 recognized.  Check conflict between Garageband and external device.

    Sometimes, while playing back my software instrument songs, I get an intermittent pop-up error message, saying "Error while trying to synchronize audio and MIDI.  Sample rate 42804 recognized.  Check conflict between Garageband and external device."
    (Sometimes the five digit number is different, but remains a five-digit number beginning with "4".)
    Simultaneously, the song stops until I press the "Okay" button in the pop-up window.
    When I continue to play the song, the sound is jerky and clipped, and the playhead doesn't keep up with the song, and then suddenly jumps to the part of the song currently being played.
    There's also a sound of static.
    The issue seems to occur whether or not I have my MIDI controller turned on and plugged into my desktop Imac.
    Tony

    Hello,
    open your Audio MIDI Setup utility and set the input to 44100
    https://discussions.apple.com/message/12710638#12710638

  • Puchased some audio books. They are on my itunes, but cannot get them on my Shuffle?

    Purchased some audio books. They are on my itunes, butt cannot get them on my ipod shuffle.

    You can delete apps from itunes by going to the Apps section of the Library NOT the sync page. Select App and delete. It will then be gone from the App Sync page as well.

  • How can I improve the speed of my VI to work in real-time at higher sample rates?

    I am currently trying to implement a multi-channel control system, the vi of which is attached. It effectively consists of a number of additions and multiplications in the processing subvi (also attached), however, for 7 inputs and 7 outputs I cannot get it to work at sample rates higher than 3kHz without experiencing an overwrite error. Does anyone have any tips as to how I can get the processing to work more efficiently such that I can get it to work at higher sample rates?
    Attachments:
    Simul_AIAO_Buffer(Two_Boards)_control_FXLMS_for_1_leaky_no_SCXI.vi ‏128 KB
    FXLMSsub_leak_v2.vi ‏70 KB
    filtered_ref_1_chan.vi ‏39 KB

    Hi mattwilko,
    I believe the first issue that you should address is the building of arrays.
    This is mainly happening on the edge of your loops.
    This is my reasoning.
    Allocating memory in RT to handle an array that is growing will blow away your determinism.
    I would suggets pre-allocating all of your storage and work with the data in-place.
    In LV 7.1 there are some great new tools that will help nail down issue of this type.
    If you have LV 7.1 you may want to upgrade so you can take advantage of the new tools.
    Trying to help,
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Is it possible to detect low frequency signals with a high sampling rate?

    Hello everyone,
    I'm having an issue detecting low frequency signals with a high sampling rate.  Shouldn't I be able to detect the frequencies as long as the sampling rate is at least 2 times the highest frequency I will measure?  The frequency range I am measuring is 5-25 Hz, and I use Extract Single Tone.vi to measure the frequency.  The sampling setting I am using is 2 samples at 10 kHz.  Is there a method I can use to make this work?
    Attached is the vi.
    Attachments:
    frequencytest.vi ‏21 KB

    You are sampling at 10Ks/S, but only taking two samples. What do you expect to see? If your signals are binary (On or Off) you would only see either an on or an off, or if the rise/fall time was fast and you were Extremely lucky, one of each. If you want to see a waveform you have to sample for at least the period of a waveform. So you should take samples for at least 0.2 seconds to capture an entire waveform at 5Hz, ideally longer.   Think of looking at a tide change at a dock. If you want to see the entire tide change you will probably have to measure repeatedly over 24 hours, not just run out on the dock, measure the height twice and leave. That wouldn't tell you anything other than at that precise moment the tide height was X, but not that it was at high tide, low tide, in between, etc.
    I type too slowly, I see that a more technical answer has been given, so mine will be the philosophical one!
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion

  • Import audio books

    I have audiobooks (they are audio cd format) one book is about 7-10 CDs. How to import to itunes or ipod that all files would go in order if default file names are used(like track 01...) itunes resets file count for each cd.

    I wouldn't have believed it if I didn't try it. To get a non-crackled 32kb mono AAC you have to:
    - Select the AAC Encoder's "Custom..." from the drop-down
    - Change the (stereo) bit rate to 64kbps
    - Leave sample rate on auto
    - Change channels to mono
    - (And most importantly) keep the "optimize for voice" box UNchecked
    I tested it several times with different audiobook CDs and settings and it seems that the voice optimization causes mono tracks of any bit rate to be garbled and crackle. Hope that helps!
    (And I'm pretty sure OS 10.5.6 is out. Check your Software Update under the Apple menu.)

  • Playing Imported Audio Books - tracks won't play in order - why?

    I import a lot of Audio Book CDs into my iPod Touch for convenience.
    The problem is that although the tracks import in order, are correctly named and play in order from iTunes on the PC they almost never play in order on my IPod Touch, Ipod Classic or iPhone.
    The Ipod just seems to shuffle playing order. I have disabled shuffle. The iPod is not automatically shuffling due to shaking.
    How do I get the tracks to play in the correct orderr.

    Here are some hints and guidelines for labeling and organizing audiobooks in iTunes.
    Click on the first file of the audiobook imported files list. Press and hold down the “Shift” key while doing so. While you continue to hold this key down, press the down arrow on your keyboard repeatedly until all of the files (chapters) for the first audiobook are selected. At the last file of the first audiobook, click your left mouse button once. You will see all the files from the first to last file highlighted.
    Go back into the “File” menu on iTunes and click on “Get Info.” This will bring up a menu of settings you can apply to the highlighted files. Click on the “Options” tab in the settings menu that appears. Make sure the media type is selected as “audiobook.” Next to “Remember position” the option of “Yes” should be indicated.
    Next you’ll want to properly label the audiobook audio files. Click on the “Info” tab and fill out relevant information you want to include on the filenames for easy access. Under “album name” put the name of the book and under “artist name” put the name of the author.
    Save the settings. Click on “Audiobooks” in the long left hand side menu in iTunes. This should be in the upper left hand area. You will see a list of your newly renamed audiobook files to the right hand side.
    Right click on each file individually starting with the first file of the audiobook. Click “Get Info” and under the “Name” section enter “Chapter 01” and repeat this process for each track going in order changing the chapter number by one number higher each time. Chapters 1 through 9 must have a zero before the primary number such as Chapter 01 and Chapter 09.
    When you are finished the audiobook will not only be in the proper track order which allows you to play the chapters in order, but the audiobook will be labeled and easy to find.
    Read more: http://www.bukisa.com/articles/224607_how-to-import-audiobooks-into-itunes#ixzz0 mL9zw9wF

  • How can I 'join' audio tracks when importing audio book?

    HELP!!
    In the latest version of iTunes, 11.0.1, I can't find the 'JOIN Tracks' button which is needed when importing an audio CD to keep each disc treated as one book instead of storing each chapter as a separte entry.  Without this, I can't find a way to keep the chapters to play in proper order as each CD, starts with chapter 01. 
    Thank you for your help

    Join CD tracks
    When you import songs from a CD into iTunes, you can group songs so they always play together (even when you’re shuffling songs).
    Insert an audio CD into your computer’s CD or DVD drive, and click No in the window that appears.
    When the songs on the CD appear in the iTunes window, hold down the Shift key to select the ones you want to join.
    Click near the top-right of the iTunes window, and choose Join CD Tracks.
    http://support.apple.com/kb/PH12278

Maybe you are looking for

  • Won't grab correct album art, even though album is on iTunes store

    Most of my albums get the correct art just fine, but a few give me trouble: 1. Nine Inch Nails - Year Zero: The album is on iTunes, but it won't grab the art at all. 2. The Clash - London Calling: It grabs a cover of London Calling, but a different v

  • Itunes will not open, and uses 98-100% of memory

    When I try to run itunes, my computer locks up, and when viewing that with control/alt/delete I notice it uses from anywhere about 100 to 98 percent of my free memory. I unistalled itunes, deleted everything, restarted computer, and all those precaut

  • Spry Menu not displaying correctly in IE

    Can someone take a look at the following link and tell me why the spry menu isn't displaying correctly in IE? http://www.cedarcrossings.com/dev It's working fine in Safari, Firefox, Opera, Camino, etc., but for some reason the sub-menus won't drop be

  • MacBook Pro shut down on its own resulting in 0% of CPU being idle

    Dear Friends at Apple, I'm concerned that the sudden & complete shut down and the fact that the notebook is running VERY HOT (temperature wise) is putting my 2010 MacBook Pro in danger of total ruin.  Is this an indication that the hard drive or CPU

  • HT4914 I am unable to access or enable ICloud on my PC.  Help?

    I have previously had ICloud, but for some reason it appears to have quit, causing music on my I phone to take up all the storage.  I am trying to access I Cloud on my PC but am having no luck..