Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  AACplus/HE-AAC playback on Ipod 5G Video
« previous next »
  • Print
Pages: 1 [2] 3 4

Author Topic: AACplus/HE-AAC playback on Ipod 5G Video  (Read 16955 times)

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: AACplus/HE-AAC playback on Ipod 5G Video
« Reply #15 on: July 27, 2007, 06:46:45 PM »
D'oh!  I feel silly now.    ::)

Some of the files were off screen and didn't notice.  Thanks again, Llorean.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline mamboman

  • Member
  • *
  • Posts: 43
Re: AACplus/HE-AAC playback on Ipod 5G Video
« Reply #16 on: July 27, 2007, 09:06:27 PM »
Quote from: Gamesoul Master on July 27, 2007, 02:53:32 PM
Makes sense. I actually bought a pair of Sennheiser earbud headphones that output 112 dB (the highest I could find for earbud headphones), just because all the headphones I tried elsewhere couldn't handle the high volume (and the few that could still crackled and such). The pair I got are really nice, because they go into the ear, which helps cut out most outside noise and sends the music directly into the ear (quite enjoyable quality). I know it's crazy and such, but I got used to it years ago when my father would blast his older metal/hard rock music (this being back when I was like 5 years old).
that's crazy to listen at such high volumes, I am using a pair of Supferfi 5 Pros and I only listen with my iPod video at around the 20% volume settings. It's 119db sensitivity btw for the superfis i have.
I already have a little hearing damage on one side from listening to music too loudly since years ago, and i treasure whatever hearing i have now, i suggest you do likewise bro
Logged

Offline Davide-NYC

  • Member
  • *
  • Posts: 429
Re: AACplus/HE-AAC playback on Ipod 5G Video
« Reply #17 on: July 27, 2007, 09:40:47 PM »
Put "test_codec" in the "#if CONFIG_CODEC == SWCODEC" section of /apps/plugins/SOURCES instead of the "/* plugins common to all models */" section.

That way if you want to compile for a HWCODEC target (like compiling a sim of the archos) you won't get errors.  ;)
Logged
Currently: iRiver H132-RTC-CFMod

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: AACplus/HE-AAC playback on Ipod 5G Video
« Reply #18 on: July 30, 2007, 01:43:24 PM »
Thanks for the tip, Davide-NYC.  I'll keep that in mind for future use.  However, my current targets are all SWCODEC units and it compiled fine.  I haven't had time to run tests yet, though.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline TexasRockbox

  • Member
  • *
  • Posts: 267
Re: AACplus/HE-AAC playback on Ipod 5G Video
« Reply #19 on: July 30, 2007, 10:39:17 PM »
About 17 years ago I went to a concert by Eric Johnson at Austin's old City Colleseum.  Awful acoustics, no ear plugs.  One of the most excrutiating experiences of my listening life.  My ears rang for hours afterwards.  I  never went to another concert without using them.  The earplugs muffle the sound but it's worth not losing my hearing because I enjoy music too much.

For most serious listening I use some Stax electrostatics.  I've never actually tried to listen to any compressed music (MP3, OGG, ATRAC) using them.  I should give it a  try.  I'm quite pleased with the quality I'm getting with Q7 Ogg Apple 5G Video Rockbox.

The only AAC I'm familiar with is the ACC (Plus?) used by XM.    At their bitrate (96kbps?) if doesn't hold up for headphone listening to me.

What AAC setting is the general consensus for transparancy with Rockbox, if attempted on a Apple 5G?  Or is AAC just not recommeded at all?
Logged
Cowon X5L 240GB.  Rockbox 3.9.1  File browser with dircache, .flac -8  using both batteries! Samsung Player 5.0 Android 2.3.5 RaaA (Rasher daily build) .ogg -q7 & -q8

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: AACplus/HE-AAC playback on Ipod 5G Video
« Reply #20 on: July 30, 2007, 11:26:04 PM »
I would use MP3 or Ogg instead.  They're better supported, and functionally equivalent.  
Logged

Offline Gamesoul Master

  • Member
  • *
  • Posts: 16
Re: AACplus/HE-AAC playback on Ipod 5G Video
« Reply #21 on: July 31, 2007, 10:09:06 AM »
I like AAC because, at least in comparison to MP3, it provides better quality at the same bitrates (namely in the 100-150 kbps range that I use). I know little about OGG because of how little support it has with media players and media devices, so I've never bothered to even try it.

@TexasRockbox: AAC is MPEG-2/4 audio, the unofficial successor to MP3 audio (which is MPEG-1). It provides a quality superior to MP3 below 192 kbps (above that, it gets closer to equal). HE-AAC is High Efficiency AAC, which uses spectral band replication (and parametric stereo in v2, the newer but much less common version). XM uses the original HE-AAC v1, so you were indeed hearing HE-AAC music. If you didn't like that quality, you have very good ears (or they do some really horrible encoding). In that case... you'd probably not wanna touch anything encoded under a HE-AAC VBR below ~100 kbps (encoded as well as possible, which I'm sure XM doesn't do). If you tried LC-AAC (for listening on Rockbox or other devices), a VBR of around ~180 kbps with optimal encoding is good for transparency at decent volumes. These are both said under the assumption, of course, that you're transcoding/encoding from a loseless source.
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: AACplus/HE-AAC playback on Ipod 5G Video
« Reply #22 on: July 31, 2007, 10:13:38 AM »
Quote from: Gamesoul Master on July 31, 2007, 10:09:06 AM
I like AAC because, at least in comparison to MP3, it provides better quality at the same bitrates (namely in the 100-150 kbps range that I use). I know little about OGG because of how little support it has with media players and media devices, so I've never bothered to even try it.

Well, thats what the marketing literature says anyway.  In practice theres very little difference, the most important change being an improvement to the licensing that allows for stores selling DRMed music.
Logged

Offline Febs

  • Member
  • *
  • Posts: 2701
Re: AACplus/HE-AAC playback on Ipod 5G Video
« Reply #23 on: July 31, 2007, 10:35:29 AM »
Quote from: saratoga on July 31, 2007, 10:13:38 AM
In practice theres very little difference, the most important change being an improvement to the licensing that allows for stores selling DRMed music.

This test is now slightly dated, but it demonstrates Saratoga's point:



MP3 and AAC showed no statistical difference in this 128kbps test.
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way
Please do not send me support questions via PM.

Offline Gamesoul Master

  • Member
  • *
  • Posts: 16
Re: AACplus/HE-AAC playback on Ipod 5G Video
« Reply #24 on: July 31, 2007, 05:21:43 PM »
Yeah, but that's just one test, and AAC has progressed since that time anyway. Look at this test or this one (that second one being by far the most recent), and it's clear that AAC beats out MP3, especially using good settings for the encoder. Creating the best MP3 and AAC files I could from a few songs, the difference was clear every time (which I did as a 96 kbps CBR blind test, since I wanted the best quality format without any bias).

But as anybody and everybody will say... it depends a lot on listening preference too. And so, test results will tend to vary from tester to tester.

For the record, I use Lame MP3 and Nero AAC, as those are the two best encoders I've found for those formats.
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: AACplus/HE-AAC playback on Ipod 5G Video
« Reply #25 on: July 31, 2007, 05:25:01 PM »
Why wasn't LAME used for the 128 one?  It even clearly says that LAME is comparable at 128, and that the performance gap is solely because they ended up encoding at 112, basically meaning that your point of them being significantly different is said to be spurious even by the tests you personally cited. Considering they're comparing AAC+SBR to MP3 without SBR (there is a version of MP3 with it, though it's patented even more than standard MP3) it's rather a silly comparison anyway.

As well the first test you cited CLEARLY states "there was no winner in this listening test. Musepack didn't win. All modern codecs are tied at first place, simple as that." I don't know how you can misinterpret that. This puts Ogg/Vorbis sitting on level ground.

I'm not sure how the second test can state unequivocally that there's no margin of error in their results, and that their results are even VALID considering they send out test files to people who then listen to them on varying hardware.

If I send out 4000 test files from different formats, there's a possibility that everyone who gets the one from an Ogg/Vorbis will have worse audio hardware than those who get the MP3s, or some other silly combination. A proper test needs to be done on identical hardware by the same person, or the same set of persons each of them listening to every format. As far as I'm concerned that second test doesn't provide any useful results. Read their testing procedure and see for yourself, it's not even an ABX test.
« Last Edit: July 31, 2007, 05:33:49 PM by Llorean »
Logged

Offline Gamesoul Master

  • Member
  • *
  • Posts: 16
Re: AACplus/HE-AAC playback on Ipod 5G Video
« Reply #26 on: July 31, 2007, 05:32:48 PM »
::Shrugs:: This is what they had to say about it:

Quote
Taking into account that Lame used less bits (112 kbit/s) for coding SoundExpert test samples, its performance gap doesn’t look so dramatic. Thanks to Lame developers MP3 quality is still comparable at the most popular bitrate – 128 kbit/s.

They had it set on quality 5... I guess the encoder itself decided to go that low for their samples. Still fairly valid, unless you think it could jump up 2 full points in 16 kbps...

As for the first test... reading that statement is all well and fine, and I'm not sure why he said it... but scroll down and look at the charts. Read the sentence or two of results for each one.
« Last Edit: July 31, 2007, 05:36:32 PM by Gamesoul Master »
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: AACplus/HE-AAC playback on Ipod 5G Video
« Reply #27 on: July 31, 2007, 05:34:42 PM »
I think it could easily jump into the "statistically equivalent" range, especially considering how flawed their entire testing procedure is.
Logged

Offline Gamesoul Master

  • Member
  • *
  • Posts: 16
Re: AACplus/HE-AAC playback on Ipod 5G Video
« Reply #28 on: July 31, 2007, 05:45:38 PM »
Possible. Though I really don't care... the initial point I was trying to make was that AAC is technically superior to MP3. That is fact. It may seem small to some people at this point, but that is due to the encoders, not the format. MP3 encoders have very little room left for improvement, while AAC encoders still have plenty of room. And during tests and discussions, it's quite rare to see anybody try to say Lame MP3 turns out better than Nero AAC (within the last year or two), but it's pretty common to hear that they're either roughly equal or AAC is superior (by whatever margin, it matters not).

Test results are irrelevant because of how much variety of music is out there. For instance, AAC completely dominates MP3 with metal music, but they are nearly tied when it comes to electronic music. In the end... it all comes down to user preference. And from my own tests, AAC suits my purposes much better than MP3.
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: AACplus/HE-AAC playback on Ipod 5G Video
« Reply #29 on: July 31, 2007, 05:51:47 PM »
Yes, and you're perfectly welcome to your preference. But have you *any* proof that MP3 cannot be optimized further than AAC? Just because it's older doesn't mean it can't. AAC could've been made initially with less room for improvement. Have you done a thorough investigation of encoding methods and understand both algorithms well enough from an engineering perspective to be able to say this?

All we ask here is that you don't state something as "fact" unless you can actually back it up rather solidly. AAC is technically superior in the "it was invented more recently, and contains more modern techniques" sense, yes, but this doesn't mean that it will be better on average, or that MP3 can't or won't surpass it in the end. It's also inferior in some ways (resource requirements) so it even strongly depends on what grounds you're basing "technically superior."

Saying "I prefer AAC over MP3" is fine. Anything you want to present as objective better be backed up with facts that are provable.

And if you say "test results are irrelevant" then please don't cite tests to try to prove your points. Especially greatly flawed ones like that second one. It's rather hypocritical to attempt to prove a point with tests, then say they don't matter when someone points out how flawed they are.
« Last Edit: July 31, 2007, 05:57:21 PM by Llorean »
Logged

  • Print
Pages: 1 [2] 3 4
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  AACplus/HE-AAC playback on Ipod 5G Video
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.12 seconds with 15 queries.