Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Same without so much gain' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Same without so much gain
Authored by: djoslin on Sep 02, '04 01:47:34PM

This lowers everything by 6db so you can more easily compare without the huge volume difference.

tell application "iTunes"
tell EQ preset 1
set band 1 to -3
set band 2 to 0
set band 3 to 3
set band 4 to 1
set band 5 to 0
set band 6 to -1
set band 7 to 1
set band 8 to 3
set band 9 to 6
set band 10 to 5
set preamp to 0
end tell
end tell



[ Reply to This | # ]
Much better
Authored by: nevyn on Sep 04, '04 09:51:28AM

Aah, thanks. That's much better. My music aren't all in 256kbps, and can't really take all that software amplication...

And trust the MOSXH commenters to post an AppleScript solution to any imaginable problem ;)

---
?



[ Reply to This | # ]
Much better
Authored by: gourls on Oct 22, '04 03:59:37PM
You mentioned that your library isn't all 256 kbps or whatever the letters are. What other kbps settings do you have? I recommend using 128 kbps because 1) it takes up less space on the hard drive and 2) easier to put on your iPod! Very valuable tip to all iPod owners!

---
-brita

[ Reply to This | # ]

Same without so much gain
Authored by: Anonymous on Sep 04, '04 02:30:40PM

OK, I'm a script newb. I can't get this to run... any hints?



[ Reply to This | # ]
Same without so much gain
Authored by: agentyella on Sep 04, '04 08:33:44PM

I couldn't get it to run at first. I found out that if I set my iTunes Graphic Equalizer to "Manual" mode instead of a preset, the script properly sets the settings.



[ Reply to This | # ]
Same without so much gain
Authored by: Anonymous on Sep 04, '04 10:08:36PM

Bingo! Thanks.



[ Reply to This | # ]