How can I get tracks to play faster than normal speed in itunes?

I have lectures, audio books, and other recordings that I would like to play at faster than normal speed (like 1.5X or 2X normal speed). I've set all of these recordings as audio books because I read that they have the option to play faster, but, I can't find how to actually make them play faster. I also read that it's possible to open them in quicktime, but that is very much less than ideal and a waste of time. Surely there is a way to do this in itunes, but I can't figure it out.


Thanks for any help.

MacBook, Mac OS X (10.6.7)

Posted on Jun 24, 2011 11:13 AM

Reply
13 replies

Jun 17, 2017 7:37 PM in response to jonathanfromcadwell

Hey, I know this is late but what works on Mac for me is if you play your audio with Quick Time player, then you can press Option + forward. It gives you speeds between 1.1-1.9 and so everytime you pause you just need to hit Option and Forward again and set to the desired speed (hold Option and keep pressing the forward until desired speed reached) video continued from where you left off.

Apr 27, 2014 10:44 PM in response to jonathanfromcadwell

I will show you how I played my audio or mp3 files at any particular speed. This method will allow you to simply enter in your desired speed.(ex. 1.5 or 1.33)


In my case Im using an audio book [Lord of the flies] I download off youtube as a MP3 file using this program:

http://download.cnet.com/MediaHuman-YouTube-to-MP3-Converter/3000-2140_4-7544580 3.html


First off, you will need to make sure your audio file is open in QuickTime player rather then iTunes. First you need to locate the audio file. If your audio file is in itunes then right click the file and select "Show in Finder"

The file should open in a finder window, highlighted. Right click the file, go to "Open With.." And click Quicktime Player. (If quickTime Player is not an option, you need to go to "Other..." and select QuickTime Player from your Applications folder)

Now that your mp3 file is open in a QuickTime window you may proceed to step 1.


1) Open Finder

2) Click Applications

3) Click Utilities

4) Open AppleScript Editor

5) In the program copy and paste the script below.

6) Click "Compile"

7) Now to test this script, click "Run" A window should pop up prompting you to enter your desired speed (default is 1.5)

8) press "OK" and quick time should start playing your audio at the speed you entered in.

9) If you would like to use this script again, go to File > Save... >Name your AppleScript and save it Anywhere (I saved mine in the Music Folder for easy access)


tell application "iTunes"
pause
set myTrack to location of current track
# the player’s position within the currently playing track in seconds
set mySeconds to player position
end tell
# show a Dialog
set SpeedFactor to 1.5
display dialog "Enter speed factor:" default answer SpeedFactor
set SpeedFactor to text returned of the result
tell application "QuickTime Player"
activate
# pause all previously opened documents
set open_docs to documents
repeat with doc in open_docs
pause doc
end repeat
# open the track just played in iTunes
open myTrack
# get the 'QuickTime' document, MyTrack should be equivalent but it isn't
set MyMovie to first document
# rewind by 10 seconds
if mySeconds > 10 then
set mySeconds to mySeconds - 10
end if
# set current time
set current time of MyMovie to mySeconds
# set Speed Factor and start playing
set rate of MyMovie to SpeedFactor
end tell

Apr 12, 2015 9:01 AM in response to ccmana

every time i pause and unpasue, it goes back to playing normal speed. so i end up needing go back to script editor to choose the correct speed again, but then the recording starts from the beginning again. and since i need to constantly pause and unpause to take notes, it actually wastes time to keep changing speeds back and forth. i'll end up saving more time in the long run just listening at normal speed and pausing whenever i feel like to take notes.

Oct 28, 2015 1:12 AM in response to jonathanfromcadwell

I found this to work the easiest.



Changing audios to audiobooks:



Change the “Media Kind” from “Music” to “Audiobook” in iTunes.



Right-click the track(s) in iTunes.


Select “Get Info.”

Select the “Options” tab.

Next to “Media Kind,” change the category from “Music” to “Audiobook.”

Select “OK.”


Sync iTunes with your iPhone


On your iPhone or iPod, select speed.


For an iPhone or iPod Touch

Play the track using the iBook app. If you don’t see detailed info, tap the screen once. Then you should see an icon that gives you
three options for the playback speed:


  1. 1.1/2x speed
  2. 2.1x speed
  3. 3.2x speed


adapted from:

http://andynaselli.com/how-to-listen-on-double-speed-with-an-iphone-or-ipod

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How can I get tracks to play faster than normal speed in itunes?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.