Slashdot Mirror


Low-bandwidth Net Radio

An anonymous reader writes "Slate has an article about Internet radio stations that use the aacPlus codec from XM satellite radio instead of MP3. Some of the ones they link to sound pretty good even at 24 kbps."

143 comments

  1. What about other codecs... by RizwanK · · Score: 3, Interesting

    I was under the impression that the sat broadcasting folks used MP2, optimizing quality and losing some of the psychoacoustic flaws inherent in Layer 3. I last heard about this when I swung by Sirius Radio though, and this was 2001. Anyhow, I'm finally starting to get things coded in AAC, and now theres another subset?!

    1. Re:What about other codecs... by tomstdenis · · Score: 4, Insightful

      Um... psychoacoustic modelling IIRC isn't part of the standard. The standard mandates things like bit format and DCT precision.

      So if your MP3s sound like crap

      - up the bitrate to something reasonable
      - Get a good source to encode from
      - change the encoder [lame -q 0 is great]

      Tom

      --
      Someday, I'll have a real sig.
    2. Re:What about other codecs... by Anonymous Coward · · Score: 1, Funny
      Anyhow, I'm finally starting to get things coded in AAC, and now theres another subset?!
      Yeah, it's Murphy's Law. It states if you compress something enough you are a Nazi, oh wait...
    3. Re:What about other codecs... by kevinadi · · Score: 5, Interesting

      Blame MPEG for creating confusing standard :)

      Anyhow, the MPEG-2 AAC and MPEG-4 AAC are basically identical, except for the addition of some coding tools designed for low bitrate encoding, like internet radio.

      There are some profiles for AAC encoding, which are (in decreasing quality) Main, Low Complexity (which we see in FAAC and Apple's), Low Delay, and the newest is High Efficiency which is low bitrate. There's also a scalable profile thrown in for good measure. I presume AACplus is actually AAC-HE. The technology they're using is from MP3plus we've seen quite some time ago but never takes off. So rest assured that you're not missing anything if you got your collection coded in AAC-LC.

      Also, the previous poster is correct. The psychoacoustics are not defined in the standard. Hell, even the encoder is not actually defined. They only define the decoder and the stream format to ensure interoperability. But yes, obviously MDCT sizes are clearly defined otherwise you can't reverse transform the coefficients. But if you so choose you can ignore their specification on transient handling and your stream will decode correctly, although with crap quality.

    4. Re:What about other codecs... by Skuto · · Score: 1

      >I presume AACplus is actually AAC-HE. The
      >technology they're using is from MP3plus we've seen
      >quite some time ago but never takes off. So rest
      >assured that you're not missing anything if you got
      >your collection coded in AAC-LC.

      Well, HE-AAC got accepted into pretty much every broadcasting standard there is. I don't think you can "take off" more than that. Customers generally aren't aware of it, but that doesn't matter - companies sell solutions (iPod) rather than formats (AAC) anyway.

      BTW. You aren't missing anything - that's true. HE-AAC only outpeforms AAC at 128kbps.

    5. Re:What about other codecs... by kevinadi · · Score: 1

      Nah, what I meant is MP3plus (or is it MP3pro?) never takes off. The technology in MP3pro is actually pretty inventive for low bitrate, MPEG decided to use it for AAC-HE.

      Anyway it's all for the best. We get better quality music that's actually decent using dial up with a format no one company controls so we can use our player of choice. I noticed the steady decline of realaudio content that requires a pain in the ass player to listen to.

    6. Re:What about other codecs... by Skuto · · Score: 1

      >Nah, what I meant is MP3plus (or is it MP3pro?) never takes off.

      Probably because it's a fully closed standard (unlike HE-AAC, MP3, Vorbis, etc...)

    7. Re:What about other codecs... by bill_mcgonigle · · Score: 1

      Um... psychoacoustic modelling IIRC isn't part of the standard. The standard mandates things like bit format and DCT precision.

      Well, strictly speaking any subband coder uses psychoacoustical modelling since it depends on frequency masking, but IIRC layer 2 and layer 3 both use subband coding.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    8. Re:What about other codecs... by uberdood · · Score: 1

      Or for the best that Lame 3.90.3 can put out, use the --alt-preset-* presets. I've been very happy with --alt-preset-standard. And yes, I intentionally use 3.90.3 and not the newer releases.

      --
      "Population 1,656"
  2. Just a random thought here, by QuantumG · · Score: 4, Funny
    but maybe the other stations are choppy because there's actually a large number of people listening to them at the same time.

    But hey, what do I know?

    --
    How we know is more important than what we know.
    1. Re:Just a random thought here, by mattspammail · · Score: 3, Interesting

      Satellite radio is only one way communication. It sounds choppy on the voice channels, because they use a lower quality bitrate. The music channels have a higher bitrate. The number of listeners is not a factor, since it's one way.

      --
      Now accepting PayPal donations!
    2. Re:Just a random thought here, by JPriest · · Score: 1

      Being one way communication does not mean it does not use bandwidth. Even most internet radio stations use one way UDP data streams of information and still use alot of bandwidth. I think the word you are looking for is broadcast.

      --
      Saying Java is nice because it works on all OS's is like saying that anal sex is nice because it works on all genders.
    3. Re:Just a random thought here, by ZorinLynx · · Score: 3, Informative

      Satellite radio is a broadcast medium, which means one signal is sent down to a large area, and anyone in that area can receive the same signal without quality loss as the number of listeners goes up.

      It can be compared to any other radio broadcast; just because you're listening to 99.9 RIAA-0wn5-j00 FM doesn't mean other people have a weaker signal or diminished sound quality.

      -Z

    4. Re:Just a random thought here, by simcop2387 · · Score: 3, Informative

      just because you're listening to 99.9 RIAA-0wn5-j00 FM doesn't mean other people have a weaker signal or diminished sound quality.

      they wont have a diminished sound quality (for the most part, if its all on the edge of the range they might). but they most definately will always have a weaker signal in the immediate area. this is because your antenna itself distorts the field around it when it attracts the singal, and a small amount of energy is used in the reproduction of the sound wave when the receiver is receiving the signal. now typically this is such a low drop that you wont notice it but it is there.

    5. Re:Just a random thought here, by Anonymous Coward · · Score: 1, Informative

      Yes, such a low drop as to even not be worth discussing.

    6. Re:Just a random thought here, by floodo1 · · Score: 0

      hahhahahhahahhhah

      seriously the funniest post i've seen on /. in awhile:)

      --
      I KUT J00 M4NG!!!
    7. Re:Just a random thought here, by unitron · · Score: 1

      I used to be an announcer at an AM station and kept the transmitter log during my shift as well as the program log, which meant that I recorded plate voltage and plate current for the transmitter at regular intervals. Since the transmitter was in a room adjoining the studio I looked in on it several times per hour in addition to the "official" observation times. Maybe it was just atmospheric changes but it seemed that what I saw tended to reflect a varying "load", i.e., number of tuner front ends adjusted to offer a low impedence to the station's frequency, that went up or down in synchronization with the change in audience numbers that you would expect depending on time of day (lots of listeners during morning and afternoon drive, fewer midday, and even fewer at night).

      --

      I see even classic Slashdot is now pretty much unusable on dial up anymore.

    8. Re:Just a random thought here, by ZorinLynx · · Score: 1

      Definitely weather conditions, or varying power conditions (voltages sometiems swing up and down during the day as load changes)

      A receiver tuned into a radio broadcast may affect the signal as it passes it, but it won't affect the transmitter in any way.

  3. I admit by Anonymous Coward · · Score: 0

    I was little sceptical in the begining, but it sounds great :)

  4. low bitstreams not so bad by thehink · · Score: 2, Interesting

    net radio is not bad at all, and this codec looks to take it to the next level. when you're just casually listening, a 56kbps stream does a decent job of giving you what you want to listen to. I find that pretty impressive. i've listened to 56-96 kbps streams, and while not perfect, its virtually as good as analog radio, depending on the music type. anything involving distortion will sound fine. I just find it cool that a low bandwidth stream can successfully push out decent audio content.

    1. Re:low bitstreams not so bad by Anonymous Coward · · Score: 0

      I agree. I often listen to the BBC's Real Audio radio stream and it works just fine for me on a dial-up internet connection.

    2. Re:low bitstreams not so bad by Anonymous Coward · · Score: 0

      Talk radio is acceptable at ridiculously low bitrates.

  5. Ogg streaming seems pretty good by Xenna · · Score: 4, Interesting

    I'm not an ogg-head but I was pleasantly surprised by the quality of 32 Kbit ogg streams a while ago.

    http://www.virginradio.co.uk/thestation/listen/ogg .html

    1. Re:Ogg streaming seems pretty good by JPriest · · Score: 2, Funny

      Dude, you said ogg in a discussion about audio encoding on slashdot. I envy the size of your karma.

      --
      Saying Java is nice because it works on all OS's is like saying that anal sex is nice because it works on all genders.
    2. Re:Ogg streaming seems pretty good by bigberk · · Score: 1

      I also think ogg vorbis is surprisingly good at low bitrates. I serve 64 kbps radio streams for myself, which are stereo and sound better than FM radio with respect to frequency response -- both bass and high freq remain, and it is very pleasant to listen to unlike low bitrate mp3 or wma. I think low bitrate ogg vorbis is underappreciated!

    3. Re:Ogg streaming seems pretty good by Guspaz · · Score: 1

      Vorbis is great at low bitrates.

      But after listening to a 24kbit stream of AACplus, I have come to the conclusion that Vorbis just got it's ass handed to it at low bitrates. Seriously, 44khz stereo at 24kbit and it sounds great.

      I'm trying to find an AACplus encoder somewhere to do some side-by-side comparisons.

    4. Re:Ogg streaming seems pretty good by Coocha · · Score: 1

      Parent is absolutely on the money. Our college's radio station, though operated independently of the institution, isn't exactly the most tech-savvy group of people, but when they began webcasting their stream again (after that whole pay-per-listener thing was waived for certain nonprofits) someone must have shown them the quality difference between mp3 and ogg, b/c they're streaming with ogg now at 67kbps. Give a listen if you're interested: http://engine.collegemedia.vt.edu:8000/wuvt.ogg

      It's the weekend == international programming == don't judge WUVT based on the Turkish pop music you might hear, it's an excellent station.

      --
      May the threads progress competently.
    5. Re:Ogg streaming seems pretty good by James+Crid · · Score: 1

      Us too. But we're interested in AACPlus as well; it seems worthwhile looking into.

      James (who works at Virgin Radio)

  6. Avoiding the 'L' word.... by mAineAc · · Score: 3, Interesting
    If you're on a Mac or other non-Windows computer, install the free VLC player instead of Winamp.

    I like how they avoided using th 'L' word in their report.

    1. Re:Avoiding the 'L' word.... by Anonymous Coward · · Score: 3, Interesting

      BSD? Unix-based? Amiga? BeOS? SkyOS? ReactOS? Hurd? Atheos? Plan 9? VMS?

      Oh, that's right. Linux is the only acceptible non Windows/MacOS operating system.

    2. Re:Avoiding the 'L' word.... by BlkSprk · · Score: 1

      Not the only, but I would say the most widely used non-windows/non-mac OS.

    3. Re:Avoiding the 'L' word.... by Anonymous Coward · · Score: 1, Insightful

      I seriously doubt that you can run VLC on Amiga, ReactOS, Hurd, Atheos, Plan9 or VMS. But If you're hiding ports on these systems somewhere, please share with us.
      Besides, why make MacOS a special case? The cumuled marketshare of all Linux distros is well over the Apple one.
      Please, don't try to hide the bias when it's obvious.

      Ah, the joy of posting anonymous.

    4. Re:Avoiding the 'L' word.... by Anonymous Coward · · Score: 0

      Lesee,
      well theres: win, osx, BeOS, Debian, Mandrade, FC, Familiar, YOPY, Zaurus, SuSE, RH, *BSD, Solaris, QNX, Gentoo, Crux

    5. Re:Avoiding the 'L' word.... by duckpoopy · · Score: 1

      Lesbians?

      --
      word.
    6. Re:Avoiding the 'L' word.... by dn15 · · Score: 1
      Besides, why make MacOS a special case? The cumuled marketshare of all Linux distros is well over the Apple one.
      Disclaimer: I an not trying validate the ignoring of Linux. I use quite often myself.

      I think it's not as much a matter of how many overall users there are as it is who they are. While there are lots of Linux installs out there, how many are actually desktop systems rather than servers? And of those, how many are someone's primary system? Etc.

      In terms of mainstream users, Linux still seems to have very very few. I wish that would change, but it seems to be the sad truth right now. I run into other Mac users quite often, but in "real life" I have only ever met one person who used Linux as their primary desktop and one more who who dual-booted about 50/50 with Windows. And this is coming from someone who tends to hang out with other computer geeks.

      The point is, it doesn't really matter how many Linux installs are out there if "normal people" aren't using it. And until that changes, we can't really blame the article-writer for not going out of his way to mention it.
    7. Re:Avoiding the 'L' word.... by Anonymous Coward · · Score: 0

      You apparently have no idea of the number of VMS and IBM OS installations around, right? BUT, if you mean internet-surfing, desk-top OS's... that's another story.

    8. Re:Avoiding the 'L' word.... by Anonymous Coward · · Score: 0

      Lebanese !

  7. XM @ 40kbps per music channel, quality still OK by bishr · · Score: 3, Interesting

    I subscribed to XM for about three months, and one of the main reasons I canceled was that the quality was not quite what I wanted. It was pretty good, but some of the "harshness" that you get with lower-bitrate Vorbis, AAC, etc, with cymbals, was pretty jarring to me. I've reencoded files in OGG, WMA at 64kbs, and it's fairly equivalent (though, of course, this is IMHO and therefore totally subjective.) I haven't tried lower bitrates, but as I recall, Vorbis scales downward very well. This may or may not be the new champ for low bitrate sound quality, but this is NOT revolutionary.

    Speaking of XM, it seemd to be feast or famine- either they're playing stuff I like on several channels at once, or I flip around for an entire hourlong drive withouth finding anything - the other main reason why I canceled.

    1. Re:XM @ 40kbps per music channel, quality still OK by Anonymous Coward · · Score: 1, Informative

      I've reencoded files in OGG, WMA at 64kbs, and it's fairly equivalent

      You're reencoding from XM and trying to compare quality? The XM codec has already thrown away lots of information, transcoding to another format is only going to throw away more, it's certainly not going to magically get the information back somehow.

      It's like chopping an apple in half, and trying to determine whether you can chop one of the halves in a way that gets you more than half an apple. Impossible by definition.

    2. Re:XM @ 40kbps per music channel, quality still OK by Anonymous Coward · · Score: 0

      I didn't reencode from XM; what I meant was, I've taken very high bitrate mp3's/vorbis files (functionally CD-audio equivalent) and re-encoded them at lower bitrates for my palm and mp3 player.

    3. Re:XM @ 40kbps per music channel, quality still OK by floodo1 · · Score: 0

      yes but "functionally CD-audio equivalent" is NOT in actuality cd quality.

      therefore your re-encoded files will be of a lower quality than files created in the same fashion from actual cd quality files.

      how much lower quality....varies.

      --
      I KUT J00 M4NG!!!
  8. The Interesting Bit is in the Last Paragraph by conJunk · · Score: 5, Insightful

    Reading the article, my first thought was "so what? So we can ultracompress audio so it sounds good at low bandwidth? What's the point?" Truth is, everyone (at least in the west and industrialized Asia) has or will get broadband, *especially* those who are interested in things like net radio.

    Then you get to this bit:

    It seems crazy until you try it, but Mostly Classical proves that aacPlus can sound great at 24 kpbs. At 48 kbps, it's almost as crisp as a CD. At 128 kbps, it can deliver 5.1 channel surround sound.

    Using the compression to deliver multichannel surround sound is pretty cool. In 5, 10 years, we'll probably have a really flash standard for home audio, and it's nice to know that some folks are thinking ahead to make sure we'll be able to get it streaming on our DSL lines.

    1. Re:The Interesting Bit is in the Last Paragraph by DarkMantle · · Score: 2, Interesting
      Interesting...
      At 128 kbps, it can deliver 5.1 channel surround sound.
      See, the funny thing is. Ogg-vorbis supports 5.1, I just can't find an encoder that will use it. And you can encode 5.1 at any bitrate since it uses that bitrate/channel when encoding in more the 2 channel setups.
      By the way, if you know of an ogg encoder that will support 5.1 let me know, I don't want to develop it myself, I don't have time.
      --
      DarkMantle I been bored, so I started a blog.
    2. Re:The Interesting Bit is in the Last Paragraph by Ziviyr · · Score: 1

      Develop it, you'd be cool for doing it.

      --

      Someone set us up the bomb, so shine we are!
    3. Re:The Interesting Bit is in the Last Paragraph by Jeff+DeMaagd · · Score: 1

      Develop it, you'd be cool for doing it.

      I wish open source advocates would quit saying stuff to the effect of "write it yourself". Even though it probably isn't meant to be insulting, not a whole lot of people can actually do it and do a good job of it. Do a bad job and it's probably easier for contributor to rewrite it from scratch than it is to advance the project.

    4. Re:The Interesting Bit is in the Last Paragraph by Jeff+DeMaagd · · Score: 1

      Reading the article, my first thought was "so what? So we can ultracompress audio so it sounds good at low bandwidth? What's the point?" Truth is, everyone (at least in the west and industrialized Asia) has or will get broadband, *especially* those who are interested in things like net radio.

      So? That doesn't mean that server load and server bandwidth isn't a factor preventing people from getting into the game, reducing these two means more people can use a server.

    5. Re:The Interesting Bit is in the Last Paragraph by costas · · Score: 2, Interesting

      A few reasons: first of all, it's not just a question of overall bandwidth: maybe you only want to give 64kbps out of your DSL connection to your streaming radio station and let the rest be used by BitTorrent. Second, if you listen internationally to US radio stations, as I do, aacPlus can be buffered more easily at 24kbps unlike MP3 at 128kbps, and because the traffic "weather" between here and the US can get very choppy during peak hours. Third, as the article points out, 24kbps can easily fit into a GPRS/UMTS connection and be streamed over a mobile phone.

    6. Re:The Interesting Bit is in the Last Paragraph by Anonymous Coward · · Score: 1, Interesting

      I got curiuous and looked for it: Ogg vorbis supports up to 255 simultaneous channels (the channels aren't however coupled (yet).

      It's mentionned here at the end of the page:
      http://www.xiph.org/ogg/vorbis/faq.html

      something about the coupling :
      http://www.xiph.org/ogg/vorbis/doc/stereo.html

      You can encode to multichannel from raw audio input it seems/I think (haven't tried it):

      The program "oggenc" has an option "-C" where you can define the number of channels. This is a command-line-tool. It seems it was icnluded in the package "vorbis-tools" in my linux-distribution.

      Hopes this helps some,

      Michel

    7. Re:The Interesting Bit is in the Last Paragraph by Anonymous Coward · · Score: 1, Insightful
      I wish open source advocates would quit saying stuff to the effect of "write it yourself".

      At least this one was not as insulting as some I've read. If Linus says, "I'd really like XYZ," would these people act the same way? People have areas of expertise. Even an ace programmer can't program in ever field.

    8. Re:The Interesting Bit is in the Last Paragraph by Anonymous Coward · · Score: 0

      Should we rather say "no one is interested"?

    9. Re:The Interesting Bit is in the Last Paragraph by SJasperson · · Score: 1

      There are those of us who don't have and can't get broadband, no matter how much we are willing to pay. Those who think broadband is pervasive have most likely not visited the large stretches of rural America where you're lucky to be able to get 33.6K over copper phone lines. Of course, we're the target market for non-Net XM and Sirius :)

      --
      Sigs? Sigs? We don't need no steenkin' sigs.
    10. Re:The Interesting Bit is in the Last Paragraph by drinkypoo · · Score: 1

      I personally think you are thinking about this from the wrong end. In ten years we'll all have enough bandwidth to reliably stream multichannel sound ripped right off a DVD and not recoded or transcoded. The big advantage is the quality at low bitrates. Why? Cellular. The next big thing (tm) is going to be the proliferation of the mobile internet that we've been hearing about for so long. If you have a good signal you can get over 24kBps even with GPRS. Newer standards allow quite a bit more than that. You typically need only monaural audio for a mobile, which always helps. A lot of people would like to be able to receive streaming audio and video on their phones and some are doing so already. Even the ringtones on my phone are 32kbps MP3 files (when they're not MIDI files) and this encoding would provide a 25% storage improvement on ringtones. My phone has 5MB (many have 2MB, some take MMC, et cetera) so if I were a ringtone freak (I made a bunch of MIDs that sound just fine to me) it would make a big difference.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    11. Re:The Interesting Bit is in the Last Paragraph by evilviper · · Score: 1
      Ogg-vorbis supports 5.1, I just can't find an encoder that will use it.

      What's the problem? oggenc will have no problem encoding from a 6-channel wav file.

      The problem right now is that the ogg encoder doesn't do the differential-encoding thing, saving only the differences between each of the channels, making the stream much smaller. It's capable of doing it, but the code hasn't been written yet.

      As a matter of fact, Ogg/Vorbis in general hasn't really been updated since it's 1.0 release years ago. Somebody really needs to fork, IMHO, for the slightest chance of remaining competitive. Same goes for VP3/Theora, IMHO. Xiph have shown how incredibly slow they develop, and are completely unable to keep up.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    12. Re:The Interesting Bit is in the Last Paragraph by Ziviyr · · Score: 1

      I'm not advocating open source here, I'm saying it has no real form, and I'd love to see it, and if you have enough interest in it, I'd praise you for doing it.

      It'd be interesting even if you made something that made broken Vorbis streams, codec failures teach me alot.

      I'd draw a little statue for you in GIMP and do a one man parade down my hallway in your honor.

      I understand that development is pitifully slow or nonexistant and would enjoy seeing ANY progress on the Vorbis 1 codec, it was designed with alot of promise, I really want to see more of it realized.

      --

      Someone set us up the bomb, so shine we are!
    13. Re:The Interesting Bit is in the Last Paragraph by JSBiff · · Score: 1

      Consider this: maybe I don't care about 5.1 surround, but I *still* want higher compression. Why? Right now, I basically have to dedicate my internet connection to listening to streaming audio. I would *love* for streaming audio to be low enough bit rate that I could, for example, play online games while listening to streaming audio in the background. Or, possibly as low-bitrate high-quality technologies advance, and simultaneously, broadband becomes more prevalent and higher speed, you could see all sorts of new things, like on-line games with built-in streaming radio stations.

      Like, consider you are playing a space-based ship game, like Earth and Beyond, Eve Online, or Star Wars Galaxies: Jump to Lightspeed. (Or any kind of game where it could make sense you would have access to a radio as part of the game - think Grand Theft Auto online). Wouldn't it *rock* to be able to have a selection of in-game stations. One could be a news radio station with various in-game news bulletins, and *live* coverage of live events from a journalistic perspective. Another could be a 'public access' channel where guilds could record and submit audio announcements of up-coming public events being arranged by the guilds. Or some lover-boy could record a sweet "Joey loves Krista" message lol (ok maybe I don't want that *grin*).

      This is just one, kind of off-the-wall idea of why lower-bandwidth, high-quality audio is a *good thing.* Now granted, if you are not doing music, there are already some pretty aggresive audio codecs designed just for voice to crunch things down. But, the bottom line is, there is NO SUCH THING as TOO much bandwidth. The more you can compress things down, the more other things you can do with the remaining bandwidth.

      The interesting bit is that so many people have such little imagination about the possibilities of what can be done with lower-bandwidth *whatever*.

    14. Re:The Interesting Bit is in the Last Paragraph by DarkMantle · · Score: 1

      LOL (really laughing)

      I may do it just to see pictures of the parade. ;-)

      --
      DarkMantle I been bored, so I started a blog.
    15. Re:The Interesting Bit is in the Last Paragraph by lazybeam · · Score: 1

      24kbps can easily fit into a GPRS/UMTS connection and be streamed over a mobile phone.

      That would cost me $AU1 per minute to listen to that (GPRS costs $0.0055 per kilobyte, 24kbps = 3KB/s = 180KB/min = 99c/min). You would really need to love your mobile music for that. :-)

      That said, is there a Java program available for my Nokia 6800 that can receive streaming music? ;-) I already use IRC and SSH from my phone. All I have to listen to is FM radio.

      --
      --
      no sig for you. come back one year.
    16. Re:The Interesting Bit is in the Last Paragraph by Anonymous Coward · · Score: 0

      Well, here in Czech Republic I have monthly flat rate tariff for GPRS connection for $30 so I use my mobile phone at home for Internet and everywhere for Wap. Now I can listen 24kb/32kb AAC+ radio on my Linux and browse together :-) I preferred OGG (and still prefer), but this HE-AAC is even better!

  9. Low bit rates works well with speech. by MtViewGuy · · Score: 3, Interesting

    I think while these low bit rate transmissions might not be great for music, they do work pretty well for transmission of mostly speech broadcasts such as news, radio talk shows and sporting events.

    I think because we're so used to talking over landline telephones with its relatively poor sound quality, Windows Media and Real audio streams transmitted at 16 kilobits per second and the audio stream mentioned in the article sounds reasonably well for mostly-speech programming.

    1. Re:Low bit rates works well with speech. by Anonymous Coward · · Score: 0

      I think while these low bit rate transmissions might not be great for music, they do work pretty well for transmission of mostly speech broadcasts such as news, radio talk shows and sporting events.

      Ogg Speex is intended for such use (and a reason why people talking about the quality of "Ogg" are talking nonsense).

    2. Re:Low bit rates works well with speech. by Stevyn · · Score: 1

      That's a good point. I'd even go farther and say we can understand human voice even when the quality is bad because it's hard wired in. Deciphering a guitar or drum from a song isn't and so we need higher quality since we have to think about it more.

      I'm no scientist, I just like to observe things and try to come up with a reason why they happen.

    3. Re:Low bit rates works well with speech. by kevinadi · · Score: 1

      That's almost true. Actually human _ear_ is geared toward speech. Our ears are much more sensitive at the frequencies of human speech, and much less sensitive at higher or lower frequencies. This is the reason why MP3 and AAC can sound good (and to a greater extent, DTS and Dolby AC-3 which are used in the cinemas). They encode low and high frequencies with less accuracy, because we don't perceive those frequencies as well as we should.

      The exact point you're making is called the fields of psychoacoustics, and there's plenty of research already done from the 60s. The absolute threshold of hearing curve (ATH) is the result of those researches.

    4. Re:Low bit rates works well with speech. by kevinadi · · Score: 2, Insightful

      Actually the purpose of those technologies are specifically geared toward music. For speech, there are many researches done for exactly that purpose. The state of the art in speech coding can go as low as 4 or even 2 kbps AFAIK while maintaining toll quality speech.

      Your ordinary GSM cell phone works at 16 kbps, off the top of my head, I don't exactly remember. Your landline works at roughly the same bitrate. The reason why we don't see an increase in speech quality is due to existing equipment that'll be too expensive to replace. Plus, basically all we need is the ability for us to recognize the speaker on the other end. There's heaps of research done on this topic, and what we're using on the phones are actually old technologies.

      The fields of speech and audio coding are quite different. Currently I'm doing audio work, so I'm not really an expert in speech coding, although I know just enough. But I know for sure that if your application is geared toward speech coding, using a coder that is designed for general audio is overkill and inefficient.

    5. Re:Low bit rates works well with speech. by Detritus · · Score: 1

      Audio coders can have the advantage of simplicity. For example, delta modulation, which is easy to implement, has very low latency and degrades gracefully on high BER channels.

      --
      Mea navis aericumbens anguillis abundat
    6. Re:Low bit rates works well with speech. by kevinadi · · Score: 1

      True, especially considering most audio coders are based on transforms rather than linear prediction.

      The overkill part I'm referring to is the audio specific psychoacoustic processing which requires even heavier calculation than linear prediction since it has to calculate many variables. But as soon as it leaves that stage, everything else is quite simple by comparison.

      But then again, when working at very low bitrates and the application is speech specific, audio coders simply can't compete with speech coders due to the fact that speech coders are designed with human speech and the properties of it in mind. Audio coders don't have the luxury of knowing beforehand the method of sound generation that it needs to replicate so it's designed with human perception in mind. Kinda like using a Swiss army knife to turn a screw instead of using a screwdriver.

    7. Re:Low bit rates works well with speech. by denniscpearce · · Score: 1
      yes, speex is awsome.
      i agree with the fact that its nonsense that people commonly refer to ogg vorbis as simply 'ogg' where as there are many projects under the ogg umbrella: vorbis, flac, speex, theora; all of which can have ogg appended before them, but i can understand why 'ogg' has come to mean vorbis:
      • it is certainly the most talked about/matured project out of the bunch (well flac is probably just as mature, but flac joined onto the ogg project after it was 1.0, and btw i love flac, i archive all my cds to flacs with cue sheets after securly ripping with EAC and offset correction on a plex.)
      • it (by standard or not) almost allways has a .ogg extension. i suppose other ogg projects could share that extension, but none commonly do at this point.
    8. Re:Low bit rates works well with speech. by unitron · · Score: 1
      "I'm no scientist, I just like to observe things and try to come up with a reason why they happen."

      Allow me to suggest this as your sig file.

      --

      I see even classic Slashdot is now pretty much unusable on dial up anymore.

  10. platform irony by BeerCat · · Score: 2, Interesting

    funny, really, that on Windows (where WMA is pushed as the "standard" - even though there are all the other alternatives), Winamp can cope with the new format (superset of AAC), while on the Mac (where AAC is now pushed as the "standard", at least for iTunes / iTMS), it's a bit harder to get a player.

    OK, so Winamp isn't installed by default, but is is becoming the player of choice for the IT cogniscenti in place of WMP, whereas other Mac players are still the curiosity compared to iTunes.

    --
    "She's furniture with a pulse"
    1. Re:platform irony by remahl · · Score: 1

      OK, so Winamp isn't installed by default, but is is becoming the player of choice for the IT cogniscenti in place of WMP, whereas other Mac players are still the curiosity compared to iTunes.

      Last I heard, WinAmp was a discontinued product. That's irony for you.

      The article mentions that VLC can play AAC+. I bet VLC is installed on most desktop Macs used by the "IT cogniscenti", alongside iTunes. Furthermore, iTunes supports audio format plug-ins (I don't know whether there exists an AAC+ plug-in.)

    2. Re:platform irony by vrmlguy · · Score: 1
      Last I heard, WinAmp was a discontinued product.
      I think WinAmp is still around, but NullSoft is a discontinued company. Paul Boutin also discusses that fact here: http://slate.com/id/2109615/
      --
      Nothing for 6-digit uids?
    3. Re:platform irony by moonbender · · Score: 3, Insightful

      OK, so Winamp isn't installed by default, but is is becoming the player of choice for the IT cogniscenti in place of WMP.

      Hm. First off, I wouldn't say that Winamp is becoming anything - it already is, and has been for a while. People, and not only "IT cogniscenti" (aka geeks), have been using Winamp in the days when WMP wasn't a generally known acronym. To me, Winamp was the player of the period when MP3 was still new (remember oth.net and AudioGalaxy?). I kind of doubt the number of users is still increasing, in fact I imagine that if anything, the number is decreasing.
      I might be wrong, though - so, what is the choice among the geeks these days? Do you all still use Winamp? Personally, I've been using Foobar for a long time now, mostly because of it's small footprint, straightforward interface and out-of-the-box global hotkeys. Because I'm so happy with it, I really haven't even looked out for any other new players, so I'm curious as to whether I've missed anything. (And I don't mean iTunes for Windows.)

      --
      Switch back to Slashdot's D1 system.
    4. Re:platform irony by denniscpearce · · Score: 2, Interesting

      yes, another vote for fb2k.

      its also great as a utility. it handles cue sheets excellently and makes encoding lossy single-file-per-song files from a lossless single-cd-file about as easy as anything. it also takes care of directory structure and tagging very well.

      its an amazing program. i hate having to use winamp. fb2k handles so many audio formats (download the 'special' installer. its probably one of the best piece of software ive ever known. it has lots of support for replaygain (i dont really use it much) and really everything else you could want. also very customizable in the way it looks (if you are into minimalism), but i tend to leave it fairly plain. see some formating strings:http://pelit.koillismaa.fi/fb2k/strings.ph p?s=vote

    5. Re:platform irony by Laebshade · · Score: 1

      I'll have to echo this myself. I remember using Winamp in the days of Napster when it was just a baby (both were). It was the best in the day and is still the best (for audio). For video I normally use Media Player Classic.

    6. Re:platform irony by Anonymous Coward · · Score: 0

      I've been trying out media player classic for audio since I've been using it for video for a while and didn't want to install yet another play. Unfortunately its streaming isn't the best. Whether it probably doesn't buffer enough so you hear every small glitch in a a stream.

      It has problems with some play list files and opening multiple files at once, unless it is done from its own open dialog or dragged in.

    7. Re:platform irony by aztracker1 · · Score: 1

      yeah, I use MPC for all video, but for audio WinAmp is my main audio player... I like the v5 media library better than alternatives (surprising enough) .. I think that MusicMatch Jukebox's support for rip/burn is a bit better than winamp, but I like winamp better for general use, as well as for streaming...

      what burns me is the number of stations that use an embedded plugin/control in a popup window for their broadcast.. they don't (generally) work right on mac or linux, even if you do have the right damned plugin(s) installed... burns even more when they aren't really doing anything special in the popup...

      I mean, if they have ad rotation, and song/track info updating in the browser window I can understand, but when it's just a glorified/labelled window, it sucks.. even worse when IE only.. *sigh*...

      --
      Michael J. Ryan - tracker1.info
  11. Good for broadband too by vladd_rom · · Score: 2, Interesting

    My company has around 100 employees, and our net connection is a 1 Mbps line. Needless to say that not all of us can afford a decent 128 kbps streaming.

    This new format is good not only for dial-up but also for broadband corporate connections that seem to die to a crawl when people start using current streaming technologies over them.

    1. Re:Good for broadband too by Anonymous Coward · · Score: 0

      Pardon my ignorance, but other than low latency (close to real-time communication) why would someone want to get a T1 line for a company? At my home I get 3-5 Mbps cable modem.

    2. Re:Good for broadband too by wjsteiner · · Score: 1

      Sorry to hear that your employees listen to net radio at work. How about video streams as screen savers? Seriously, bandwidth is a commodity nowadays and the whole squeeze-more-into-an-acoustic-coupler discussion is pretty pathetic. 3Mbit down/384kBit upstream DSL here (Germany) with 5 GB of data is now less than 40 dollars/month, going down quarterly. All I can say is that the only quality difference between a 160kbit/s stream compared to 192 (e.g. at shoutcast) is your speakers.

  12. It's good to see by Dorsai65 · · Score: 5, Insightful

    that folks are (again) distinguishing between the quality needed for casual use (having background noise) and sit-and-listen-to-it quality (CD/live).

    One of my peeves about broadcasting over the net is that so many people want perfect signal, regardless of what they're using the broadcast for. The added bandwidth needed for studio-quality everything just means ever fatter pipes are demanded, raising the cost/price of the whole infrastructure and adding to the net congestion.

    --
    --- Asking inconvenient questions for over 30 years...
    1. Re:It's good to see by MtViewGuy · · Score: 1

      One of my peeves about broadcasting over the net is that so many people want perfect signal, regardless of what they're using the broadcast for.

      Unless you're streaming mostly music, you really don't need the highest quality data transmission rate for streaming audio over the Internet. Run Real or Windows Media audio streams at 16 kbps and the sound quality is more than acceptable enough to hear mostly speech broadcasts such as news, sporting events and talk radio clearly.

  13. I'd settle for peercast working by bofkentucky · · Score: 2, Interesting

    let my listeners spread the bandwidth needed for 64Kb/s OGG streamed by icegenerator/icecast2 amongst themselves, but it will not stay up either on windows or FreeBSD.

    --
    09f911029d74e35bd84156c5635688c0
    1. Re:I'd settle for peercast working by Dracil · · Score: 1

      I use a combination of Foobar and Oddcast(v3) for my Peercast station (2 48k/s streams), and it seems to run fine. I do have a separate installation of Foobar for my normal listening needs as well.

  14. Hello, by Anonymous Coward · · Score: 0

    I didn't RTFA but thats OK because I'm here to make the obligatory, "why didn't they use FLAC" comment. It is lossless, everything else sucks, thank you, that is all.

  15. i dont get it by hasst · · Score: 5, Interesting

    I really don't see the point in this article. I've read it, and then re-read it. They are comparing a "new" codec with MP3, Windows Media 8 and Real Media 8. The document in which they present the "clear winner" is dated June 2003. In my time that's more than a year and a half ago. Meanwhile we have OGG and even newer MS/Real codecs. I don't see them comparing with the ogg codec wich is considered now the open industry standard. I have made the migration for a really big radio station from Windows Media to ogg, BUT based on a demonstration of the clear qualities of this open codec. You can listen a 22khz, 16 bit, mono stream at 20kbps (more than dial-up friendly). You have CD quality at 64kbps VBR (insignifiant for any broadband connection). All this using ogg. You have support for it in most of the music players around. Why don't I see a relevant competitive analasys between this and aacPlus? Why should I care about it being better than codecs that are mostly irellevant at this moment?

    1. Re:i dont get it by Skuto · · Score: 1

      See for example:

      http://www.rjamorim.com/test/32kbps/results.html

      Vorbis is simply not competitive to HE-AAC at such low bitrates.

    2. Re:i dont get it by benwaggoner · · Score: 2, Informative

      I think you're missing the point. HE AAC is more than twice as efficient as today's leading class of codecs (AAC, WMA, Ogg). Twice is a big deal! Think of the difference between, say, MPEG-2 and H.264 or WMV9 Advanced Profile. It took video codecs a full DECADE to get the kind of improvement jump we're getting with HE AAC. That 20 Kbps stream can be a great sounding 44.1 with HE AAC - better than that 64 Kbps VBR stream you cite.

      The technology has been around for a while in enterprise systems, but is only now trickling down to desktop use.

      And AAC PS (parametric stereo) is just around the corner, which is more efficient yet.

    3. Re:i dont get it by NetCow · · Score: 1

      There is no "Ogg codec". Ogg is the encapsulation format (think AVI or MPEG), Vorbis is the audio codec (think MP3 or WMA). Saying "Ogg codec" is pretty much the same as saying "AVI codec".

    4. Re:i dont get it by Fweeky · · Score: 1

      "You have CD quality at 64kbps VBR .. using ogg"

      If that's the case, you either have crappy hearing, crappy speakers/headphones/amp/soundcard, or some very easy to encode CD's.

  16. Re:you coicksukinmg dicklickers by Anonymous Coward · · Score: 0

    ...and he used to be such a nice boy.

  17. SomaFM by HoneyBunchesOfGoats · · Score: 5, Informative

    SomaFM, an entirely listener-supported Internet radio site, has a few streams in aacPlus. I recommend them, they play stuff that you normally don't run across.

    1. Re:SomaFM by babyphatman · · Score: 1

      Yeah Soma is great!... I highly recommend Radio Paradise (also listener supported) they have a new AAC stream and play a good selection of eclectic rock.

      --
      A person is smart. People are dumb, panicky dangerous animals...
    2. Re:SomaFM by HoneyBunchesOfGoats · · Score: 1

      Looks pretty cool, I'll check it out. Thanks. :)

  18. Here's how 24kbit/s MP3 sounds (Lessig audiobook) by turnstyle · · Score: 3, Interesting
    When I put the Lessig audiobook together, I finally settled on 24kbit/s MP3s (in true mono).

    Listen to Ch.1 by Doug Kaye and/or Ch.13 by George Sessum, as those files were properly recorded (some of the others were first-time recordings, and they didn't get their levels right).

    --
    Here's what I do: Bitty Browser & Andromeda
  19. "IT cogniscenti" by Gothmolly · · Score: 0

    Don't fall for the classic Slashdot fallacy - that anything you read here, or say here, has any bearing on the world as a whole. We're a microcosm of geeks, our opinions do NOT reflect the majority, nor CAN our opinions affect the opinions of the majority.

    --
    I want to delete my account but Slashdot doesn't allow it.
  20. Revolution? by Anonymous Coward · · Score: 2, Insightful

    The one thing which will revolutionize Internet radio (and Internet TV and filesharing) is IPv6 with working multicasting. No longer do you need a fat pipe to service hundreds or thousands of listeners. You can run a popular radio station over your DSL line if you want. AAC and other codecs are just babysteps which are immediately undone by licensing and DRM issues.

    1. Re:Revolution? by Skuto · · Score: 1

      >AAC and other codecs are just babysteps which are
      >immediately undone by licensing and DRM issues.

      AAC has no "licensing issues" in this context (no per broadcast fees, unlike MP3".

      Neither does AAC have DRM - this is always added through nonstandard extensions. But you can do that with any format.

  21. aacPlus == HE-AAC by Skuto · · Score: 4, Informative

    aacPlus is just a marketing name for the HE-AAC standard.

    There are GPL'ed implementations of HE-AAC decoders, for example at http://www.audiocoding.com, so these streams should be playable on open source systems, too.

    Btw. Some of technical details in the article (notably about parametric stereo) are *complete bollocks*. What they describe is Mide-Side stereo.

    Parametric stereo transmits only a mono channel plus a very small amount of sideband information that describes how to reconstruct the stereo image (via decorrelation and fading).

    1. Re:aacPlus == HE-AAC by rainmayun · · Score: 1

      Btw. Some of technical details in the article (notably about parametric stereo) are *complete bollocks*. What they describe is Mide-Side stereo.

      Parametric stereo transmits only a mono channel plus a very small amount of sideband information that describes how to reconstruct the stereo image (via decorrelation and fading).

      so in other words, they transmit mono (L+R, let's call it A) plus information that can be used to reconstruct the stereo signals (L-R, let's call it B, likely to be quite small when L and R are very similar). L is reconstructed from (A + B) / 2, and R is reconstructed from (-A + B) / 2.

      what's bollocks, again?

    2. Re:aacPlus == HE-AAC by Skuto · · Score: 1

      I don't know where you got the idea that the sideband information is "L-R". It's a parameter set for a filterbank.

      Neither is the mono channel (necessarily) L+R.

      The reconstruction isn't *anything* like you describe.

  22. Vorbis? by Poromenos1 · · Score: 0

    They conducted a test on low bitrate codecs and and left out Vorbis (yet they tested mp3)? From the 5-minute listening test I conducted (opinion!), HE-AAC was indeed a bit better than vorbis (at about 32k), but only a bit. I think it is too serious of a competitor to be left out of tests like that.

    --
    Send email from the afterlife! Write your e-will at Dead Man's Switch.
  23. Going blind? by Anonymous Coward · · Score: 0

    Is it just me or is the http://www.tuner2.com/ site linked to in that article virtually unreadable. Light gray text on a slightly lighter gray backgound?

    Who "designs" these sites?

  24. Can it get worse than mp3 by digitalgimpus · · Score: 2, Insightful

    Sorry, but I have to say mp3 streaming is crappy. Just because most players support it, doesn't make it good.

    AAC is indeed better.

    I just wish the general public would download newer players that supported things like Vorbis, AAC.

    But unfortunately,

    mp3 = music file

    Not "format of music file". but "music file". If it's not mp3, it's not a music file.

    I think step 1 is to get rid of this carma that mp3=audio. make mp3=old audo format.

    Until we do that... mp3 will be sticking around, and sucking.

    1. Re:Can it get worse than mp3 by Tony+Hoyle · · Score: 1

      Really you want something lossless if you don't want it to suck... compression always has an effect.

      AAC is DRM'd so I avoid it like the plague anyway.

    2. Re:Can it get worse than mp3 by ahillen · · Score: 1

      AAC is DRM'd so I avoid it like the plague anyway.

      Huh? You can add a DRM wrapper to AAC files (which is what Apple does in their iTunes Music Store). But regular AAC files (such as the ones you are getting when ripping your CDs with iTunes) are just as 'free' or 'non-free' as regular MP3 files: you can copy and play them on as many devices and computers as you want.

    3. Re:Can it get worse than mp3 by Wildfire+Darkstar · · Score: 1

      I'm not a big fan of AAC, mind you, but it most certainly is not DRM'd. It's a simple audio codec, not much different (in that regard) to MP3 or Vorbis.

      Apple's music store uses a DRM'd MPEG-4 wrapper for their files, which are encoded using AAC. But that means nothing: a wrapper is quite a different thing than a codec. Look at XviD: it's a video codec which can be encapsulated in any number of wrappers (AVI, OGM, Matroska). Heck, you can even stuff an MP3 file into a wrapper and use it that way (Matroska audio files, for instance).

      --
      Sean Daugherty "I have walked in Eternity -- and Eternity weeps."
  25. Server? by cspenn · · Score: 1

    Well, that's nice for listeners, but if aacPlus is as good as touted, then the real benefit will be to very small indie operators who want to serve up a few streams of their own over a DSL line - more listeners.

    Speaking of which, does Shoutcast or any of the other popular streaming media software packages support aacPlus?

    1. Re:Server? by exhilaration · · Score: 1

      Both Shoutcast and Icecast support AAC streams. But as for AACplus, I'm not sure but I'd say "probably".

    2. Re:Server? by Anonymous Coward · · Score: 0

      Icecast 2.2 ...

    3. Re:Server? by Anonymous Coward · · Score: 0

      As for Icecast2 and he-aac, read this: http://lists.xiph.org/pipermail/icecast-dev/2004-S eptember/001272.html

  26. Hitler! by Bender+Unit+22 · · Score: 0, Troll

    You sir, are worse than Hitler.

  27. Good Quality down to 40kbps by hattig · · Score: 1

    But when I tried to listen to one of the 24kbps stations, the crappy quality was very noticable (it was playing My Immortal by Evanescence however, so no great loss, but the highs in the song were very crackly). However 40kbps was perfectly fine. I didn't try one of the 32kbps stations however.

    The 48kbps stations are pretty good quality. I haven't heard a pop or crackle.

    Still, now you 28.8k backwater people can at least listen to net radio that isn't awful.

    Shame Apple didn't use AACPlus in the iPod Shuffle, at 64kbps. It would have doubled the number of songs you could store, the 1GB could have held nearly 500 songs! If you risked 40kbps, it would store 750 songs in decent, if not CD, quality.

    Now I'm waiting for the next generation of the iPod Shuffle!

    1. Re:Good Quality down to 40kbps by Wildfire+Darkstar · · Score: 1

      It's probably very difficult for Apple to change their system at this point: they could include HE-AAC/AACplus support in the iPod Shuffle, sure, but the users who aren't bringing their already ripped MP3/Vorbis/AAC/whatever collection to the table are going to be presumably purchasing files from the iTunes Music Store.

      Now, if Apple decided to upgrade iTMS to provide AACplus files, then they'd be breaking compatibility with existing iPod models, which is probably not a wise idea, all things considered.

      --
      Sean Daugherty "I have walked in Eternity -- and Eternity weeps."
  28. HE AAC==AAC+ by benwaggoner · · Score: 2, Informative

    Yes, HE AAC and AAC+ are the same thing. HE AAC is the name that MPEG gives it, and AAC+ is Coding Technologies name for their implementation.

    Next up is AAC PS, for parametric stereo, which applies the SBR techniques to synthesizing stereo. Gives another big leap yet for music listening - 24 Kbps is good enough for people who can live with MP3 @ 160 or so.

  29. wireless! by Anonymous Coward · · Score: 0

    there's also the wireless factor: if you have great-sounding music over a low bandwidth, then you can also listen to it using wireless devices like the blackberry.

  30. XMNet by Doc+Ruby · · Score: 1

    What happens when someone hacks their XM receiver (or ham radio) to extract the raw aacPlus data, then streams from a Shoutcast server?

    --

    --
    make install -not war

    1. Re:XMNet by SamMichaels · · Score: 1

      What happens when someone hacks their XM receiver (or ham radio) to extract the raw aacPlus data, then streams from a Shoutcast server?

      Then XM sues them and they go to jail for violating the DMCA.

      Next question?

    2. Re:XMNet by Doc+Ruby · · Score: 1

      OK, what happens when they're a Pakistani tribal chief's brat, who runs a series of StreamTorrent nodes around the Net?

      --

      --
      make install -not war

    3. Re:XMNet by Anonymous Coward · · Score: 0

      Lots of people have tried to hack XM receivers. No one has suceeded. It is not easy. Don't believe me? Just try it yourself. :)

    4. Re:XMNet by SamMichaels · · Score: 1

      OK, what happens when they're a Pakistani tribal chief's brat, who runs a series of StreamTorrent nodes around the Net?

      We "liberate" their country through force ;)

    5. Re:XMNet by Doc+Ruby · · Score: 1

      Exactly: the "brat" in question is Osama, and blowing up the WTC etc wasn't enough to "liberate" his tribe's 40 acres.

      --

      --
      make install -not war

    6. Re:XMNet by sucati · · Score: 1

      ummm you'd get sued, but you could this w/o any hacking.. simple lineout to soundcard.

  31. I just tuned in! by Anonymous Coward · · Score: 0

    I just tuned into this codec's channels. It sounds like TOTAL SHIT! Even at their "cd quality" 48kbps. I much prefer Ogg Vorbis at q3 or Windows Media at 192kbps. In an ideal world we would have lossless streaming, but it seems I am the only one with a 8mbps BROADBAND! Wake the fuck up.

  32. Re:Here's how 24kbit/s MP3 sounds (Lessig audioboo by karnal · · Score: 1

    in true mono

    I've never heard true mono. Is it better than that fake mono I've heard people rave about?

    --
    Karnal
  33. Motor vehicles need mobile connections by tepples · · Score: 1

    Truth is, everyone (at least in the west and industrialized Asia) has or will get broadband

    Wired broadband and fixed wireless broadband do not count. It has to be a mobile connection, or it won't stand a chance of replacing Clear Channel's FM and XM programming in motor vehicles. Currently, affordable mobile connections are rather low-throughput, so they'll need a decent codec.

  34. Multicasting Revolution by benw1979 · · Score: 1

    The real revolution will come when it is possible to multicast these type of streams. Today, if 1,000 people tune it, 1,000 copies of the audio data must be transmitted. With multicasting, almost anyone can run their own radio or TV station without having to pay for enormous amounts of bandwidth. Multicasting isn't possible today because not all routers are configured for it, even though IPv4 supports it. I've assumed for a while that when the Internet migrates to IPv6, multicasting will be a goal of that migration. Can anyone tell me if this is true?

  35. Re:Revolution? - Multicasting by Old+time+hacker · · Score: 1
    What is really needed is for the ISPs to support SSM (Source Specific Multicast). This would allow anybody to stream audio or video in an efficient way. The bad news is that few ISPs have it turned on. The core backbone is enabled, so that isn't an issue. Why isn't it turned on? No demand!

    Call/email your local ISP and tell them that you want SSM support. If enough people call, then they will turn it on (they already have all the equipment). Once turned on, I predict that there will be a flowering of software to exploit it -- this will include audio/video broadcasting, p2p applications, audio chatrooms etc.

  36. 24K? you must not love your music! by novakane007 · · Score: 1

    I pay monthly to subscribe to Digitally Imported Radio. I was a gold subscriber for a year. Then I tried a 2 day platinum trial account and was sold instantly. The Plarinum gives you a 160K stream and it sounds simply amazing. Compressed audio is fine for simple listening, but sounds terrible the louder you turn it up. Even at 128K. All the MP3s I make are at least 192K.

    --

    WURD!!
    1. Re:24K? you must not love your music! by infernalproteus · · Score: 1

      I occasionally listen to the music streams from http://www.di.fm/. Since I have a 64kbps connection, I usually choose the low bit rate 24kbps Winamp stream or the 20kbps Windows Media stream.

      A couple of days ago, I noticed that they switched to aac+ for Winamp and the quality difference was simply astounding. I wouldn't believe it was 24kbps, I thought they had a 96kbps stream in there or higher.

    2. Re:24K? you must not love your music! by Suddenly_Dead · · Score: 1

      The article isn't talking about 24K mp3 streams, jeez. That's just painful. No, the article is talking about AACPlus, which sounds incredibly nice at even lower bitrates. I mean, 64K sounds like a 160 MP3, and with 98K+ you can get full 5.1 surround.

      They used to have a couple of pre-recorded, looping surround streams on tuner2.com, one of a jazz concert and the other one with creepy synthesized music. They sounded great.

    3. Re:24K? you must not love your music! by LabRat40 · · Score: 1

      I must be using utterly crap headphones - i cant tell the difference between the 129k stream and the 168k stream on digitally imported - what kind of sound setup are you running?

  37. New low-bitrate champ by Guspaz · · Score: 2, Interesting

    I downloaded the reference source for the AACplus encoder/decoder, and ran a quick test on it.

    At 24kbit, Vorbis needs to encode at 16khz stereo to hit the target bitrate.

    At 24kbit, AACplus can encode at 48khz stereo and still hit the target bitrate.

    Doing a direct comparison, there is no competition at all. 48khz vs 16khz, aacplus wins.

    While I'm very happy that such a huge leap has been made in low-bitrate audio encoding, I'm troubled as to how far Vorbis has fallen behind. They don't seem to have made any major improvements in audio quality in years.

    1. Re:New low-bitrate champ by Anonymous Coward · · Score: 0

      Vorbis was not primarily designed for lower bitrate but for high accuracy on higher bitrates. They just concentrated on different goal. It is unbeatable at 160kB and more compared to everything (not excluding AAC+).

    2. Re:New low-bitrate champ by Guspaz · · Score: 1

      When you get up around 160kbit, for 99.9% of the population all the codecs sound identical. With soaring bandwidth and storage, it's arguable that quality at higher bitrates is less and less relevant; more and more people are using FLAC these days, or just ripping at 320kbit (or even 192kbit).

      Lower bitrates, 96, 64, 32, 24, that's what is important today.

      Just think, if somebody was encoding a video and had 300kbit total to work with, and they had the choice between MP3, Vorbis, or AAC+, with user support being equal, there is no doubt they'd choose AAC+.

      I am hopeful that a "free" (To users) DirectShow implementation of AAC+ becomes available. I would use it for low-bitrate encoded video over MP3, Vorbis, or AC3 in a heartbeat. I mean, if you're trying to fit 42min of video into 80MB, that's 260kbit total to work with, and the difference between 64kbit and 24kbit is quite significant.

  38. Re:Here's how 24kbit/s MP3 sounds (Lessig audioboo by turnstyle · · Score: 2, Informative
    "I've never heard true mono. Is it better than that fake mono I've heard people rave about?"

    Some people wind up saving mono files that duplicate the audio on both right and left channels, rather than save it with a single mono channel.

    You wind up with a file that's twice as big, with no benefit.

    --
    Here's what I do: Bitty Browser & Andromeda
  39. sounds great by Anonymous Coward · · Score: 0

    those TUNER2 sites sound great in aac!

  40. Internet radio will always be a mug's game by child_of_mercy · · Score: 1

    internet radio streaming is cool, if you don't have any listeners or plans to get them.

    even if you can get decent sound down at 24kbps thats still an extra 24kbps you have to add for every simultaneous listener.

    podcasting's the way to go if you want to do your own audio broadcasts.

    tie it in with blogtorrent and you're good to go.

    --
    'There is a Light that never goes out.'
  41. Re:Here's how 24kbit/s MP3 sounds (Lessig audioboo by karnal · · Score: 1

    ahhh...

    I was kind of being a smart ass, but now I'm shown the light....

    --
    Karnal