Slashdot Mirror


Ogg Vorbis - The Free Alternative To MP3

The fight to keep standards Open and Free is raging in the audio compression business. With mp3 tearing up bandwidth and the court system, Christopher Montgomery and the rest of the Ogg Vorbis team are working hard to ensure that the mp3 format has a Free alternative in their system, which seems to outperform mp3 everywhere it counts. I got the opportunity to pull Chris away from development just long enough to tell us exactly what's going on, and to answer some questions about the process and the product necessary to take on mp3.

Christopher Montgomery:

Vorbis is a hybrid time/frequency transform coder like mp3, but the similarity really ends there; it's more similar to TwinVQ in some ways (many shared mechanisms, albeit used somewhat differently).

Like mp3 (and virtually every other useful transform coder), we first look for strong changes and natural breaks in the input audio, and can use this information to break up the incoming audio into different sized blocks. When you lose information in the frequency domain, the resulting noise spreads throughout the time domain. A very strong spike in time will get smoothed out by frequency quantization, so the larger the block, the more audible it is. You want to isolate these strong, sharp events in smaller blocks.

Past this point, the similarities with mp3 end. Vorbis can do a time-domain pre-encoding using wavelets to further reduce spreading of time events and non-tone data. The current libvorbis doesn't have the code to do this yet, but the hooks are there for when we do finish this code (this feature will be post 1.0. Wavelets are still something novel that no one else is using in serious production yet, and we need to do more real R&D before it's ready).

Vorbis takes the time data directly to the frequency domain with an MDCT, where mp3 first subbands the data. The polyphase pseudo-QMF filter that mp3 uses for subbanding is not completely orthogonal; no matter how good the implementation, there will always be some aliasing. For this reason, Vorbis dispenses with subbanding altogether and just uses a large MDCT.

Vorbis then computes line-by-line masking curves for local peaks, long-distance simultaneous tone masking, simultaneous noise masking and temporal masking. These curves are use to separate inaudible tones from audible tones, and then choose a frequency domain amplitude curve that represents the 'base energy' of that audio frame. The base energy curve (I call it a floor) is subtracted from the MDCT data (like a whitening filter), which produces 'frequency residue'. The floor is converted to an LSP (line spectral pair) representation and then it and the MDCT residue are vector quantized into the final output codewords by a cascade of custom VQ codebooks that are packed along in the header of the bitstream. The result is one vorbis audio packet.

The audio packet is them embedded into an Ogg bitstream page and the page (when full of packets) is shipped out in the stream.

The decode side does the reverse, but without all the masking analysis. We extract the string of packets from the Ogg bitstream, and for each packet unpack the floor and residue, take the dot product and then do an inverse MDCT to recover the time-audio frame. Each frame is lapped and added to the previous frames and we get the original audio out.

Very simple, see? :-) To be fair, the masking analysis is the only real black magic. What I'm doing is almost entirely based on the masking curve data published in the late 50's by Robert Ehmer.

One thing the current release of Vorbis does not have is channel coupling (like mid-side stereo, although we'll be doing it differently). Beta 1 and beta 2 actually include multiple totally separate channels. The fact that we equal and better mp3's quality missing this huge piece is exciting. Mid/side stereo in mp3 drops the final bitrate of a stereo stream by 30-50kbps. To get a real comparison of Vorbis vs. mp3, compare mono streams or force the mp3 encoder not to use joint/intensity stereo (eg, -m m in LAME 3.84). Vorbis at 56kbps mono beats mp3 at 80kbps. At equal bitrate there's no comparison at all.

Slashdot:For those just tuning in, what's the project all about, and how did it get started?

The Vorbis codec is a lossy audio compression codec similar to mp3, but we're shooting for better performance (lower bitrates for a given level of quality) as well as keeping it totally Free as in Beer and Speech. I started work on Vorbis a week or two after Fraunhofer sent out 'cease and desist' letters to several free mp3 encoder projects in the fall of '98. At that point, it was clear the worst case was happening; the squeeze was on by commercial entities to not only dominate the legal distribution of music, but the underlying technology as well. A 'free license' to owned technology means nothing (and that's why Real and Windows Media are also worthless as infrastructure to us).

Fraunhofer (and MPEG in general) and the RIAA are also a bit too friendly behind the scenes, if not entirely in bed together. If you really believe SDMI is about protecting the artists, well, I have some wonderful Oklahoma beachfront property for sale at prices that are a steal, but you'd better act fast!

It's ironic that at the same time mp3 has been an agent to open up music distribution, it's becoming a tool for commercial interests to reclaim control. If online music is to fulfill its potential, an oligarchy can't be allowed to control its distribution or the technology behind it. The Internet would not have reached critical mass if it was a product of Microsoft or AOL or Oracle... It wouldn't ever have happened. Corporate control of every facet of online music will just strangle it in the cradle. The inventors of the Internet 'gave it away,' and that's been a great thing for business. However, the important lesson here is that the foundations were set in stone and wrought from iron before any company had self-interested influence. TCP/IP (brought to you by research laboratories) is elegant and farsighted; it's taken thirty years for it to begin wearing thin. E-mail is similarly brought to you from academia. HTML, on the other hand, (as ultimately brought to you by Netscape and Microsoft) makes good engineers weep and gnash their teeth.

We need to have unbreakable free music foundations in place before letting the commercial interests have their way with the infrastructure. I wouldn't rely on any infrastructure they build themselves.

Ogg and Vorbis are trying to continue the principles for which we in the open world see mp3 standing.

Slashdot: What are you working on right now?

Vorbis second beta. General quality improvements, additional bitrate modes in the encoder (96-350kbps stereo, mono modes), bugfixes, etc. After beta 2 (look for on Tuesday at about the time LinuxWorld Expo in San Jose opens), we have low bitrate modes to finish, channel coupling (joint stereo and joint surround) and constant bitrate modes (Vorbis by default is VBR).

Others in the project are working on tools... Mike Smith, Kenneth Arnold and others are knee deep in utils, Jack and Chad of Icecast are adding Ogg streaming to Icecast, Ralph Giles and Rob Kaye are working on stream mixing, metadata streams (Ralph is also hacking on MNG over Ogg). Kim, Tori and Emily at iCast are writing documentation...

The project has also outgrown our group. There are now Vorbis news sites (like govorbis.com and vorbiszone.com), an all-vorbis music label (vorbisonic.com) and other vorbis related sites poppin up. angrycoffee.com is working on Vorbis tutorials for beginners.

Within the core team, we need to get more people who are up on signal processing aspects like in the community around LAME.

Slashdot: Is this your full-time thing?

Yes. Ogg and Vorbis development are sponsored by iCast and they're also deploying it internally. In addition to paying salaries, they're pitching it to the industry and providing legal assistance.

Slashdot: Xiphophorus is a collection of people, projects and tools. What's going on with the collective?

Vorbis is a 'serious' project now, so we're expensing the massive espresso consumption ;-) The few of us who are now getting paid to do this can afford to be extremely intense about it. Other contributors still come and go. Right now, we're all pretty much focused on Ogg Vorbis; I have to apologize to all the cdparanoia users out there. I'll be working on it again in the future, but right now I only have so many cycles.

Ogg and Vorbis are currently getting more outside attention than we can really gracefully handle (well, handle and still get work done at the rate we're used to, which was still always slower than we want ;-) Apparently someone on some list claimed 'Vorbis was dead' because we hadn't updated the Web site in a month. Ha! If we were 'dead' we'd have plenty of time to write HTML :-) And answer mail. Anyone who sent me personally mail in the past month and a half, I'll answer it eventually, I promise...

Slashdot: Are you out to replace mp3 as the sound format of choice? If not, why not, and if so, what are the challenges?

We're out to keep things Free (capital F intentional). If MPEG turned around and made the mp3 spec and patents public domain, we'd definitely declare victory (and then continue coding to improve Vorbis). But we all know that isn't going to happen. More likely, if Fraunhofer decides we're a threat, they'll just delay licensing (remember kids: free licenses to binaries aren't worth jack) until the competition dies down. Then they'll squeeze again.

Honestly, I don't think we're going to 100% replace mp3 (people still use RAR for Christ's sake). I lay better than even odds on us eclipsing mp3 in the next year if the licensing picture stays the same. We also intend to have 80-96 kbps stereo streams that sound better than mp3 128 by that point, so people (and businesses) won't exactly have to give anything up to save money. Also expect hardware support soon, possibly by end of year if things go smoothly.

Slashdot: You talk a lot on your Web site about Open software. Which came first, the desire to deliver multimedia, or the drive to develop it openly?

My real hacking skills germinated at the MIT Lab for Computer Science. I'd coded practically all my life before getting to MIT, but I'd always been the best coder I knew, so I hadn't really learned much. When I got to MIT, I didn't feel stupid but it drove home that I had a lot of catching up to do. Most of my mentors were from the previous generation (all open source people) but a few of the very hardcore people were younger than me, too.

I've been a musician all my life too, albeit not a very good one (I feel a bit like Soliari in Amadeus) and Ogg was born in '93 when I bought a 1 Gig hard drive and a sound card and thought 'this is unlimited space! I can put music on this! And do things with it!'. I quickly found out that a Gig wasn't unlimited by a long shot, not even in '93 (I filled it with mail eventually), so I started muddling with compression. Greg Hudson made an offhand remark about there not being any good, free, music compression libs at the time, and Squish was born. I got a letter from a lawyer a few months later politely informing me that 'Squish' was a registered trademark and if I didn't change the name of my software, I could forget ever owning anything in the Western World ever again. Mike Whitson renamed the codec 'OggSquish'. The Ogg project was born. Oh, and we plan to release an updated Squish codec again sometime in the next year.

315 comments

  1. yes but... by ThePixel · · Score: 3

    does anyone actually think that with the current popularity of MP3s that anything else will take over? unti something much better comes along, MP3 will, IMHO, be the standard.

    --
    People see the world as they are, not as it is.
    1. Re:yes but... by Blue+Lang · · Score: 1

      eh. what is it with the need to naysay every new technology? would you apply the same logic to 8 track tapes, cassettes, and CDs?

      being blind to problems with license leads to things like the RAM and GIF debacles.

      you'll get moderated up anyways, no doubt. :)

      --
      blue

      --
      i browse at -1 because they're funnier than you are.
    2. Re:yes but... by Codex+The+Sloth · · Score: 1

      As long as the players will load MP3 and Vorbis I'm sure people won't care one way or the other. Nobody really cares much these days if they get an MP2 because what difference does it make.

      Mind you, I am sure everything anyone gets online for free will be referred to as an MP3 for the foreseeable future, no matter what it is.

      --
      I am not a number! I am a man! And don't you ... oh wait, I'm #93427. Ha ha! In your face #93428!
    3. Re:yes but... by otis+wildflower · · Score: 2

      If there's a Windows version, it should do well ..

      I hate to say it, but there it is.

      Your Working Boy,

    4. Re:yes but... by sensate_mass · · Score: 1
      People would be willing to switch as long as a decent player exists that is willing to play both formats. He didn't say (unless I missed something) that the mp3 licence had been denied to OggVorbis, so there's no reason for them not to include compatibility with both.

      It wouild also get people to make head-to-head comparisons on their own, and possibly help accelerate switchover to OV.

      --
      --- Submission is feudal.
    5. Re:yes but... by Scott+Wunsch · · Score: 1
      Go back and read the article again: this is something better :-).

      --
      \\'
    6. Re:yes but... by Vanders · · Score: 2

      OggVorbis isn't a player, it's a Codec. You can use the code to create tools & player plugins though. Plugins are available for XMMS and WinAMP last time i looked, a command line encoder is part of the tarball.

    7. Re:yes but... by Anonymous Coward · · Score: 1

      People have been saying pretty much the same thing about Linux over the last three years. You tell me.. do you really think that with the current (circa 1997) popularity of Windows that anything else will take over?

      Waves tend to crest and fall back. As long as the new format is free (as in speech), has at least the same quality level as MP3 (with the code available and a truly free license, it will improve quickly) and most importantly has included with it a tool to convert existing MP3 to the new format, people will use it.

      After that it will grow like kudzu, like any good open source project.

      It's always amusing to hear someone make the statement that until it is displaced, the current standard will remain. No duh.

    8. Re:yes but... by Fred+Ferrigno · · Score: 2

      The big test for Vorbis as a viable codec is its inclusion in mainstream encoders, Musicmatch Jukebox, Audiocatalyst, etc. These mainstream encoders account for most of the mp3s on Napster, billing themselves on speed and ease of use. LAME (the preferred Vorbis encoder), despite being arguably the best MP3 encoder out there, is hardly used by the Napster community because it is slower (and generally more accurate), and harder to use (LAME has the command line; MMJB has skins!).

      The true story here is that the Napster crowd doesn't want a better MP3 than MP3. They don't know or care about "Free" software, and they won't embrace Vorbis unless there's something in it for them. And curiously enough, that has something to do with skinnable apps.

      Does no one else wish to kill Nullsoft for creating this skinning craze? I don't need a skinnable clock, thankyouverymuch.

      --

    9. Re:yes but... by Jeffrey+Baker · · Score: 5

      With the current popularity of ed, does anyone hink that vi can really take over? Even if vi is better, ed is the standard!

    10. Re:yes but... by Nerds · · Score: 2

      It sounds as though there are some fundamental changes under the hood, but in the end it's just another codec for audio. It might be better, but the previous install base of mp3 will hold it back from becoming mainstream.

      It sounds as though there are some fundamental changes under the hood, but in the end Linux is just another operating system. It might be more secure, but the previous install base of Windows will hold it back from becoming mainstream.

      --
      My other .sig is 'The Art of Computer Programming'
    11. Re:yes but... by Segfault+11 · · Score: 2

      As long as there was parity in features and software support, nobody would care about origin of their music files. FWIW, I would take free music if it came out of my ass. Nobody cares about the format, either. When on uses Windows, there are almost too many options when downloading video: should I download the RealVideo/QuickTime/Windows Media/AVI/MPEG format?

      I think the real question is whether the format will get an appealing name. Ogg Vorbis? It does not sound nearly as good as "MP3", which rhymes with "MTV", and BOTH just happen to mean "music" (less so with the latter). The only cool expression I can think of for OV is "ogg hunt". With Napster, et al that term should not matter.

      To extend on that idea -- should some other format replace MP3, will the world ever completely drop the term? Musicians regularly release new "albums" or "records" without pressing a single platter of vinyl. People still use DSL and ISDN "modems". I think it fair to say that MP3 will be around in some form or another, if only by name, for a long time.

      --

      I registered my hate for Jon Katz

    12. Re:yes but... by Ka0s · · Score: 1

      Sorry if this is redundant..
      but I think the only way I would switch to this is if there was a "mp3-2-ogg" tool which would do the obvious. (Convert all my current mp3s to ogg files..)

      I have no idea if this is even possible.. no flames required.

    13. Re:yes but... by Anonymous Coward · · Score: 1

      It might be better, but the previous install base of mp3 will hold it back from becoming mainstream.

      All new technological advances meant to replace, improve upon, or be an alternative to an existing technology is going to have to be accepted by the old user base before it can become mainstream.

      People with your attitude of:

      I won't be converting my 3GB of mp3s to this format anytime soon...

      ...are the ones really holding this back. Your "I know it's better, but I'm too much of a lazy-ass to use it" attitude can only hurt the acceptance of new ideas and concepts.

      You should be slapped with a wet noodle, sir.

      Pssh!

    14. Re:yes but... by NTSwerver · · Score: 1

      Owing to the popularity of the .MP3 format I think the only way a new standard will take off is if the output quality can rival CD. Someone needs to create a compression algorithm that can force the file-size down to something similar to .VQF, for example, but maintain or improve on the quality of CD.

      --
      -----------------------
      Moderator's essentials
    15. Re:yes but... by EricWright · · Score: 1

      Considering vorbis is supposed to be less lossy than comparable bitrate mp3, you could probably do it, but it wouldn't sound any better. Then, what's the point? Players will (should) be able to handle both formats. I guess it would be a way to decrease file size...

      Eric

    16. Re:yes but... by generic-man · · Score: 2

      Download one of the converters and see. Available for Win32, Linux, and BeOS.

      --
      For more information, click here.
    17. Re:yes but... by K8Fan · · Score: 2
      The big test for Vorbis as a viable codec is its inclusion in mainstream encoders, Musicmatch Jukebox, Audiocatalyst, etc. These mainstream encoders account for most of the mp3s on Napster, billing themselves on speed and ease of use. LAME (the preferred Vorbis encoder), despite being arguably the best MP3 encoder out there, is hardly used by the Napster community because it is slower (and generally more accurate), and harder to use (LAME has the command line; MMJB has skins!).

      I wouldn't say that. Asking around, it seems like most of the heavy Windows MP3 makers on Napster have moved over to Albert Farber's open-source CDex, which does a better, more reliable job of extraction than the other rippers and uses the LAME encoder in a graphical interface.

      --
      "How perfectly Goddamn delightful it all is, to be sure" Charles Crumb
    18. Re:yes but... by Anonymous Coward · · Score: 1

      You can easily convert between the formats, however note this proccess will degrade the sound quality noticably. Will lossy formats when converting between them, you will reduce the quality (caused by decompression then recompressing).

      How do this you ask? If you are using UNIX try:

      mpg123 -s *.mp3 | vobrisenc filename.

      (I don't know if the encoder's name is actually that, but you get my point).

    19. Re:yes but... by Bozzio · · Score: 1

      ... the above message should not be "flamebait".. it's a valid argument, even though it might even be offtopic. I hope it doesn't get moderated negatively.

      "Producing satire is kind of hopeless because of the literacy rate of the American public."

      --
      I just pooped your party.
    20. Re:yes but... by EricHop · · Score: 1

      The biggest problem I see is converting my gigs of MP3's into equal-or-better quality Ogg Vorbis files. I remember a similar thing happening back when I recompressed all my .arj files into .zip files. Only that was no 'lossy' recompression. Recompressing .mp3 into .ogg (.vorb ?) files is a lot different since both formats are lossy compressors that trow away differen things. This means that I would have to rip about a hundred of my CD's all over again to achieve the same quality. And to think I already have to /. at threshold 2 to keep some time left in my days.

    21. Re:yes but... by um...+Lucas · · Score: 2

      No... even if it sounded 10x better than an MP3, it'd still be absolutely pointless to convert an MP3, an already degraded sound, into another format.

      Looking at the computer world as it is right now, the only way that it could really hope to catch on is if it was integrated into WinAmp, QuickTime, and Windows Media Player for starters, so that people could just merge this new format into their current collections...

      I can't tell by the interview if that'll be possible though. Is it GPLed, or under a more BSDish type license that'll actually encourage people to integrate it into their products?

    22. Re:yes but... by mikpos · · Score: 2
      Or even easier:

      ogglame foo.mp3 foo.ogg

      (ogglame is an encoder/transcoder)

    23. Re:yes but... by saBBath · · Score: 1

      people keep bringing up this Windows v.s. Linux argument, which I don't think is valid because while the difference between Linux and Windows is colossal (meaning the advantages L has over W), vorbis doesn't seem to be that greatly superior to mp3.

      Another thing to consider is the fact, that storage seems to be getting increasingly cheaper at a fascinating pace. That might mean people won't care as much about the saved space.
      Despite all my above babbling, I still will use vorbis as soon as it's available for the sound quality (hopefully low frequency bass won't suffer as it does in mp3's) and out of sentiment to keep things free.

      XsX

    24. Re:yes but... by rikkards · · Score: 1

      This may be redundant to anybody who has been following it (I have been watching it for about 3 months) but they (the guys who do ogg) have already released a plugin for Winamp. I tried it out and didn't see anything wrong with it. The only thing I didn't like was the fact there wasn't a GUI for encoding, but that was 3 months ago and there may be by now.

    25. Re:yes but... by shpoffo · · Score: 1

      what up, Anias Nin..... We don't see things as they are, we see things as we are -Anais Nin

    26. Re:yes but... by jilles · · Score: 2

      Which brings right down to the real issue: there are dozens, if not hundreds of mp3 players out there, on all sorts of operating systems. Replacing those with vorbis enabled players will take years, and all this time mp3 will be the default.

      The best way to get a smooth adoption for this codec is to support as many players as possible (through plugins etc.). In addition, support for encoding software is essential as well. It is dead easy for joe average to convert his cd's to mp3s now. Since he won't understand the difference between vorbis and mp3 anyway, it will be quite a challenge to get him to use it.

      In any case, I can't hear the difference between a 128 kb/s mp3 file and a 196 kb/s mp3. I don't really care about bitrate anyway since I have more harddisk space than I can fill with mp3 right now.

      --

      Jilles
    27. Re:yes but... by Ka0s · · Score: 1

      The point, I thought, was not to use Mp3 anymore.. if I could convert all my Mp3s to ogg without quality loss, I get smaller file sizes and a free format :-)
      If it's going to kill sound quality though, I think I'll pass.
      (Though file size is a factor.. 4gig HDD's just don't cut it anymore)

    28. Re:yes but... by dash2 · · Score: 1

      On the contrary, Ogg Vorbis is clearly the coolest name for anything in the world, ever.

      "what's that? Oh, an mp3 player. Nice, but I prefer... Ogg Vorbis."
      ----------------------------------
      What are the weapons of happiness?

    29. Re:yes but... by myster0n · · Score: 1

      Ogg Vorbis does sound a bit like some character from Hitchhiker's Guide to the Galaxy (in exactly the same way that MP3 doesn't).


      --
      Nobody believes the official spokesman, but everybody trusts an unidentified source. -- Ron Nesen
    30. Re:yes but... by talonyx · · Score: 1

      WMA is the name you're looking for. Even napster has some of those now... I can't stand them, they're lower quality for bitrate and take more processor time.

    31. Re:yes but... by EricWright · · Score: 1

      My guess is that you would lose sound quality. You're making a lossy compression of a lossy compression. You're certainly not going to get back any signal in the conversion ;)

      Eric

    32. Re:yes but... by PurpleBob · · Score: 2

      Interesting, then, that the name came from two characters in Discworld (Nanny Ogg and Vorbis).
      --
      No more e-mail address game - see my user info. Time for revenge.

      --
      Win dain a lotica, en vai tu ri silota
    33. Re:yes but... by Thai+and+I · · Score: 1

      I won't be converting my 3GB of mp3s to this format anytime soon (I don't think!). nor would I... but I do have about 20GB of Mp3's... and I have the CDs for them... I would not go from one lossy format to another, but I might very well start all over and rip all my CD's to ogg-vorbis. You cannot let the past keep you from moving on into the future. check out the new format, and if it is an improvement, consider switching. I guess if you are not willing to go through the effort, then your will and initiative is just not strong enough to bother... so it doesn't mean as much to you as it does to me. fine. I would use the best (and Free as in Beer and Speech counts for ALOT to me) format available.

    34. Re:yes but... by PerlGeek · · Score: 1

      "even if it sounded 10x better than an MP3, it'd still be absolutely pointless to convert an MP3, an already degraded sound, into another format."

      It's not just the sound quality. It's also file size and bandwidth. If OGG was 10x better per byte than MP3, you could compress your 10 gig collection of mp3s into 1 gig of OGGs, without losing much quality at all.

      I oversimplified it, but I trust my point is clear?

      I can just imagine colleges begging their students to use OGG because it doesn't kill their servers so badly. Probably won't happen much, but it's fun to imagine. :)

    35. Re:yes but... by PerlGeek · · Score: 1

      "Someone could write a mp3 --> wav --> vorbis script I guess that would recursively scan a folder and convert all mp3 files in sight, but why would you want to do this?"

      Same reason we turn wavs into mp3s - to decrease the file size. And the ogg encoder can encode straight from mp3 files, so no need for the extra step.

    36. Re:yes but... by DavidOgg · · Score: 1

      I happen to LIKE the name OGG...

      --
      Fear the government that fears your guns. Fear the government that fears your computers. Remove them from my email.
    37. Re:yes but... by DavidOgg · · Score: 1

      I've never notices OGG as being a common surname, I've never met anyone that shares my name that isn't in my imediate family.

      --
      Fear the government that fears your guns. Fear the government that fears your computers. Remove them from my email.
  2. But does it stand a chance? by LinuxEvangelist · · Score: 1

    You have to wonder, even if it's technologically superior, is there any shot of it beating out .mp3 as the standard for digital music? I just don't think it has much of a chance. MP3 is just too embedded into society. It's going to take another leap forward in technology to dethrone it - not just some nice enhancements.

    1. Re:But does it stand a chance? by luckykaa · · Score: 1

      Most likely mp3 will remain. Vorbis claims to be very good though. I could see it being integrated into a compressed video format at some point.

    2. Re:But does it stand a chance? by MartinG · · Score: 2

      I don't think it will take that much to win of it really is better. In my (limited) experience .ogg files at highest bitrate sound about as good as their mp3 counterparts, but are about 80-95% the filesize. It might not sound like much of a saving, but some mp3s are quite big and once the 56kbps napster kidz realise they can save money on their phone bills you have crossed the first hurdle.

      The only other thing is playing and encoding them.
      Thats no big deal though. Anyone can get a one-off winamp plugin download without a problem.

      I think the take up might be slow initially, but once we reach critical mass, watch ogg take over the lossy compressed-audio throne. (_if_ that is, it's really better than mp3 as some of us believe it is)

      btw, I think any comparison of mp3 vs ogg to gif vs png is flawed. Think about it.

      --
      -- MartinG To mail me: echo kewyjlcxyzvjfxbqwh | tr bcefhjklqvwxyz .@adgimnoprstu
    3. Re:But does it stand a chance? by vluther · · Score: 1

      so was netscape, so was IBM as the #1 pc manufacturer..

      Nothing is impossible

    4. Re:But does it stand a chance? by giblfiz · · Score: 1

      It could take a little while to overtake Mp3, or it might not at all. I don't think that that was the point of the project though. As long as we have it as an alternitive in the background so that if mp3 gets bitchified we can switch over quickly its doing its job. guntella was not very well known until napster started to have some problems, then all of a sudden it got a huge boost in users. When mp3 starts to a)fall appart or b)charge serious $$ ogg will be addopted faster than you can notice it.

    5. Re:But does it stand a chance? by B'Trey · · Score: 2

      There's some validity to this point, but at the same time Word Perfect was pretty sure that they were "too embedded into society" to be dethroned as well.

      --

      "The legitimate powers of government extend only to such acts as are injurious to others." Thomas Jefferson.

    6. Re:But does it stand a chance? by Rev.+Buddy+Love · · Score: 1

      I have to agree with vluther, the standard is only the standard until something better comes along. You can rest assured that if the kiddies on napster can get their nsync 50% faster they will do it. There are some very well known cases where the better technonlgy does not win out (beta video format for example), but I think that as fast as our industry moves, and as young as MP3 is as a technology, it will be vulnerable to evolutionary forces. Hell even Windows, the mother of all institutionalized forces, is starting to feel the effects of technology evolution. If a big daddy like windows can be effected, a small new tech like MP3 surely can't be immune. The only thing that I think could save MP3 from an assult of new technology is the fact the there are now commercial products out that support it: mp3 players. Now those companies that make these players will fight to keep it on top, or face making them support various new technologies.
      My 2 cents.
      word.
      -Rev

    7. Re:But does it stand a chance? by ichimunki · · Score: 1

      I assume that a converter script will be available. Even so, you could easily convert to AIFF and then re-encode. Either way, the main cost is a few CPU cycles. Newly Vorbis-encoded tunes will supposedly have similar or better quality for less space. If I can fit more files into less space this is a format I would use. This is a format that will transfer over the net faster. The number of pure mp3 devices out there is extremely small compared to the number of people who don't have broadband and unlimited disk space. Eight ball says, "Looks Favorable."

      --
      I do not have a signature
    8. Re:But does it stand a chance? by penguinicide · · Score: 1
      Remember that mp3 gained ground and became a standard from people picking it up, using it, and passing it around. It was a grassroots thing that made mp3 succeed (and linux) and that same will help with this.

      Then again, i'm not sure it becomes a standard. As long as it does a good job, I will use it instead of mp3.

      --


      penguinicide... when jumping out a window just won't do.
  3. Ogg? by aliastnb · · Score: 1
    Does this mean they'll be open sourcing The Joye Of Snackes too?

    --

    --
    Said it couldn't last, said it wouldn't last... This is the last stand against tomorrow's world.
    1. Re:Ogg? by Yunzil · · Score: 1

      Given that the other name is Vorbis, you might include The Book of Om ;)

    2. Re:Ogg? by leonbrooks · · Score: 1

      Does this mean they'll be open sourcing The Joye Of Snackes too?

      Open saucing. It's open saucing.

      I'm sure Gytha would have approved of the internet. Just look at all of those pictures of young ladies enjoying themselves. To extremes.

      --
      Got time? Spend some of it coding or testing
  4. Who are the experts? by fatphil · · Score: 2

    OK, the Motion Picture Experts Group, a non-commercial cooperation of engineers specialising in the field of audio and video compression spend a decade scribbling away and coming up with audio layer one, tweaking it to audio layer two (.mp2) and again tweaking it to audio leyer three (.mp3). If they are experts, why didn't they come up with the same algorithms as these smart eggs, or should that be smart oggs? (possible reason - movie audio differs dynamically from music audio, so the different techniques exploit these differences?) FatPhil

    --
    Also FatPhil on SoylentNews, id 863
    1. Re:Who are the experts? by Fantome · · Score: 2

      Lossy compression is still an active research field, and so the later you design a standard, the more research and experience is available to help improve your product.
      Besides, there are no aclaimed institutions for teaching lossy compression techniques. Thus the only definition for expert is one who has researched or studied the research in the field. So who says the Ogg group aren't experts?

    2. Re:Who are the experts? by kevinank · · Score: 2

      The two main reasons that come to mind are:

      • Patent controls - the algorithms used by Vorbis are not patented and were therefor never researched commercially.
      • CPU requirements - the Vorbis algorithms were considered too computationally expensive at the time MP3 was created for companies to use.

      Either of these arguments could have equally well have been applied to Elliptical Curve Cryptography when compared with the RSA algorithm, and ECC is only now being 'discovered' again long after its initial description.

      --
      LibBT: BitTorrent for C - small - fast - clean (Now Versio
    3. Re:Who are the experts? by scrytch · · Score: 2

      Either of these arguments could have equally well have been applied to Elliptical Curve Cryptography when compared with the RSA algorithm, and ECC is only now being 'discovered' again long after its initial description.

      Crypto moves forward slowly for another reason too: safety. RSA has been hammered on like mad, we're still not sure that ECC doesn't have some fatal weakness.

      --
      I've finally had it: until slashdot gets article moderation, I am not coming back.
    4. Re:Who are the experts? by King+of+the+World · · Score: 1

      On a p166 (windows/winamp) I can play mp3s but .ogg breaks up. A P200 plays them cleanly however.

  5. Will Vorbis be the next VQF? by generic-man · · Score: 4

    I remember hearing all this praise a couple of years ago about VQF files -- all the quality of MP3 files, in much less space. (Or something like that.) Without mainstream support, VQF files quietly went unnoticed. Microsoft now promotes its Windows Media codecs, which deliver very good performance in a very compact file, but suffer from the obvious platform dependence issues. Where does Vorbis stand in all of this? Right now, it looks like just another good idea that will be defeated by good marketing.

    --
    For more information, click here.
    1. Re:Will Vorbis be the next VQF? by JCCyC · · Score: 1

      VQF died because it was proprietary. A shame, actually. Same-quality audio occupies roughly 80% of what MP3 does. But if Ogg Vorbis delivers what it promises the point will be moot.

    2. Re:Will Vorbis be the next VQF? by Sloppy · · Score: 2

      Without mainstream support, VQF files quietly went unnoticed.

      The reason that VQF had no mainstream support is that it was closed. No one could make VQF files, and no one could play them. I think it was only available for one or two platforms.

      Vorbis has that particular problem licked, since it's open.


      ---
      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  6. OGG VORBIS! by sheldon · · Score: 1
    Why are we ogging Vorbis?

    Does he carry?

    1. Re:OGG VORBIS! by forii · · Score: 1

      *doosh*

  7. URL? by segmond · · Score: 2

    I would expect slashdot to provide URL to informations readily available on the web, it is common pratice today. More information is available from http://www.vorbis.com/

    --
    ------ Curiosity killed the cat. {satisfaction brought it back | it didn't die ignorant | lack of it is killing mankind
    1. Re:URL? by ethereal · · Score: 3

      and I expect you to actually make it a link, like this: http://www.vorbis.com/. You shouldn't lambaste /. for being lazy if you are too :)

      --

      Your right to not believe: Americans United for Separation of Church and

    2. Re:URL? by jsmaby · · Score: 1

      They're allready almost /.'ed. A link from the article would take them down for sure.

      --

      Sometimes I've believed as many as six impossible things before breakfast.

    3. Re:URL? by pjrc · · Score: 1
      Curiosity may have killed the cat. But lack of it, is killing mankind.

      why is the lack of that cat killing mankind?

      I wish I had a few more moderator points to rate this up. Maybe I'm the only one, but I got a chuckle. Of course, I already posted earlier.

  8. Hardware Hardware Hardware!! by raygundan · · Score: 5

    Vorbis sounds awesome!! The one thing I am most interested in, though, is the ability to have a hardware player, similar to the Genica or Pine models, and my trusty Apex DVD player. People aren't using mp3 just on their computers anymore-- it's moving into "real life", and I suspect the format will have a hard time unless there is real, tangible, non-vapor hardware available.

    When we get the first wavelet-enabled version, I would love to see Ars Technica (or somebody else) do an independent technical review of the audio quality vs. mp3 (and maybe vqf, aac, windows media, and whatever else there is...)

  9. vs LAME by markalot · · Score: 3

    The last test I did with my ears, vs LAME 3.84, LAME was easily (subjective) better. I encode everything at 160 stereo, and Ogg just didn't sound as good at the maximum bitrate available.

    The LAME team takes extra care in analyzing the output and comparing it the FhG encoder and the previous version of LAME (just in case something broke). How does the Ogg team compare results? Is it with listening tests?

    -mark

    1. Re:vs LAME by Anonymous Coward · · Score: 2

      You didn't use the flags to make an appropriate comparison like he mentions in the article, did you? He says they haven't implemented something which will improve the quality a whole lot. Besides, haven't the LAME people said they'll default to OOG in the future?

    2. Re:vs LAME by markalot · · Score: 1

      I shouldn't have to use flags or do anything ... they make the claim of being better, but only in crippled mode? I think they will be better eventually, but I want more info. I was a bit suprised that they already claimed superiority over the mp3 format.

      -mark

    3. Re:vs LAME by Vakor · · Score: 1

      I suggest you try again with beta2 (once it's easily available - which I believe will be within the next day or two). There were a number of known bugs in beta1 (which you were probably using) - and quite apart from these fixes, there have been a LOT of improvements.

      Beta2 will also (as mentioned in the article) have more modes (at different bitrates) available, so you'll be able to do a fairer test.

      Most of the testing is done with (informal) listening tests, over a fairly wide body of different material.

    4. Re:vs LAME by wnissen · · Score: 2

      If you read the article, he says that they have not yet implemented optimization based on the similarities between the left and right channels on a stereo recording. Thus, the only way to compare the results at equivalent bitrates is to use a mono stream, on which the stereo optimizations can't be done. I never heard of the Vorbis project before this morning, but their claim is that they will do better than mp3 eventually, not that they are there for general purpose just yet. But if you have any mono spoken voice streams to encode, Vorbis away!

      Walt

    5. Re:vs LAME by SuperKendall · · Score: 2

      But that was only for a size comparison - that is, if you wanted to see how well the compression will stack up against mp3 in the end do an encoding in mono in both formats.

      As far as quality, it's supposed to be pretty good already.

      That said, I plan to do my testing against the beta 2 which another poster stated is improved...

      --
      "There is more worth loving than we have strength to love." - Brian Jay Stanley
    6. Re:vs LAME by h4x0r-3l337 · · Score: 1

      VBR sucks, since it does not allow for accurate arbitrary seeking in the file (since time is no longer a function of file-offset) and makes it unsuitable for streaming. Why impose these limitations on playback when for a few extra kilobytes you could have it all?

    7. Re:vs LAME by akey · · Score: 4

      The last test I did with my ears, vs LAME 3.84, LAME was easily (subjective) better. I encode everything at 160 stereo, and Ogg just didn't sound as good at the maximum bitrate available.

      The original Vorbis beta only supported ~128 kpbs VBR, so no matter what command-line flags you passed to LAME, you got the same output for Vorbis. The second beta should actually support more bitrates.

      ---

      --

      ---
      "Go Metallica. Die RIAA." -- Linus Torvalds
  10. I'm hearing FUD or a FUD-like substance by 64.28.67.48 · · Score: 2

    Fraunhofer (and MPEG in general) and the RIAA are also a bit too friendly behind the scenes, if not entirely in bed together.

    There's been no real reason to think that MP3 will be "controlled" by the dark forces of the RIAA. MP3 is VHS, Ogg is Beta (a bit better - but is it worth the switch?), and the only way that it is going to catch on is through scaring people away from MP3. The RIAA is the best bogeyman to come along, so it's no surprise that they're used; and Fraunhofer - well, Germans always scare people, don't they?

    --

    -------------
    The truth is out th- oh, wait, here it is...
    1. Re:I'm hearing FUD or a FUD-like substance by (some+random+guy) · · Score: 1
      Vorbis doesn't need scare tactics because they can focus on streaming content, where they have no free competition. Live streaming audio (speech, or music) is controlled by Microsoft, Real, and Fraunhaufer. All they have to do is pitch their Ogg bitstreams to small companies or organizations.

      Think about it: you're a small non-profit organization that wants to broadcast real-time speech (interviews, news, whatever). Would you rather pay for a Real streaming server, or would you use a free system like Vorbis?

      Once Vorbis gains a foothold, even a small one in the streaming market, it will get more publicity and people will pay more attention to it. From there, it can only become more popular.

    2. Re:I'm hearing FUD or a FUD-like substance by Anonymous Coward · · Score: 5

      > There's been no real reason to think that MP3 will be "controlled" by the dark forces of the
      > RIAA. MP3 is VHS, Ogg is Beta (a bit better - but is it worth the switch?), and the only way
      > that it is going to catch on is through scaring people away from MP3.

      If you are a musician, and you want to put a recording up on your web site, you owe $15,000 per year according to www.mp3licensing.com.

      That is scary.

    3. Re:I'm hearing FUD or a FUD-like substance by asmussen · · Score: 1

      Sure, you can make a VHS/Beta comparison, but with VHS and Beta the average person had to make a significant monetary investment in equipment and tapes, so unless he had a lot of spare cash laying around, he had to commit to one format or another. In this case, if you can get a player that supports both formats, you can download either Ogg files or mp3 files, and keep both types of files around. If you have a preference for Ogg format files, you can download all of the Ogg files you want without having to give up your mp3 files. So, unlike VHS and Beta, it seems possible in this situation for Ogg to slowly take over more and more of the marketshare based on it's technical merits, unlike the VHS/Beta war where there was a huge fight for customers, and only one could survive. And if eventually Ogg files become popular enough, and if they are indeed superior, then at that point I think that Ogg files could become the dominant format. It doesn't neccessarily have to happen that way, but because it does not actually require end users to pick one and only one format over all others, I think that it could happen that way.

      --
      Shawn Asmussen
    4. Re:I'm hearing FUD or a FUD-like substance by Anonymous Coward · · Score: 1

      Well, luckily, that only applies to mp3 *sales*, not general distribution.

      But that also means that if you want to sell mp3's, you want to get a minimum of $15k of sales/year, just to break even with *licensing*. costs!

      Now who's the real criminal?

  11. will it be easy to mention? by fudboy · · Score: 2

    oh, this is all fine and dandy news on a technical front, but what will this file format come to be known as? How will real people in the real world deal with such a cumbersome name?

    will they be .vog files? .vo files? will we say V.O.G. or vog or V.O. or voh? .orb? .vorb? maybe we can all wait for the 5th rev, and call them vo5 files! (refers to a brand of shampoo here in the US)

    The word 'emmpeethree' has a certain flow, a rythym that satisfies. I think it is an important element to the continued success of the mp3 format. The histroy of the mp3 format shows the success is due to being in the right place at the right time, but now that we have an easy, universally understood 'name' to use in mp3, Vog Orbis has its work cut out for it. There'll have to be a catchy abbreviation or truncation before this will move forward.

    :)Fudboy

    --

    :)Fudboy

    I guess I'm only a Fudboy, looking for that real Transmeta
    1. Re:will it be easy to mention? by akey · · Score: 2

      ...but what will this file format come to be known as?

      They went for the extension .ogg -- vorbis is just one audio component in that stream.

      ---

      --

      ---
      "Go Metallica. Die RIAA." -- Linus Torvalds
    2. Re:will it be easy to mention? by Dest · · Score: 1

      WHAT ABOUT V8!

    3. Re:will it be easy to mention? by fudboy · · Score: 1

      thanks for the link. now that I bother to look at the faq i recall that I read it several weeks/a few months ago.

      you down with OGG? yeah you know me!

      :)Fudboy

      --

      :)Fudboy

      I guess I'm only a Fudboy, looking for that real Transmeta
    4. Re:will it be easy to mention? by grunter · · Score: 1

      One trivial but I supect somehow psychologically relevant thing I've noticed about technology is that formats/technologies with names that either compress or acronymise (I'm sure that's not a word, but hey) so that they end with "vowel "e" tend to be very popular. Thus we have:

      TV, CD, PC, MP3, LP etc.

      So I suggest we refer to the OggVorbis format as OGV ("Oh-Gee-Vee")

      Cheers,
      Grunter.

      --
      In Soviet Russia, all our base are belong to YOU!
    5. Re:will it be easy to mention? by fudboy · · Score: 1

      rock on. that's exactly perfect.


      :)Fudboy

      --

      :)Fudboy

      I guess I'm only a Fudboy, looking for that real Transmeta
  12. hardware by robin · · Score: 1

    Who are the likely manufacturers for hardware oggvorbis decoders? I'm thinking of buying an MP3 player, but if this is going to come off soon I'll wait. The existing MP3 players all seem to require either USB or Windows (or both), and I'm definitely sold on the idea of open solid-state music...

    Keep up the good work, congratulations on finding someone to fund it!


    --
    --
    W.A.S.T.E.
    1. Re:hardware by artg · · Score: 2

      The SGS-Thomson MP3 decoder is really a VLIW DSP with the MP3 decoder in ROM. Early version (perhaps current versions) actually required a firmware patch loaded into RAM before they'd produce good results.

      This DSP is available as a standard supported component, not only as an MP3 decoder. It's therefore quite possible for developers to write a Vorbis decoder for it even without hardware manufacturer support.

      I don't think it's the only low-power DSP available that's capable of this sort of job, so some other semi-custom design is quite possible.

  13. Not likely to change by Lechter · · Score: 1

    I would agree that a new format isn't likely to change many people over unless it's a fairly significant advance, or unless distributers like mp3.com, etc start pushing it while Napster et al shut down. Neither of which are likely to happen. Perhaps the only ways a new standard would be able to gain a foothold would be if it offered significantly better compression (which is, I think, quite difficult at this point, unless it becomes much more lossy) or if it took less time to encode.

    As for open standards, I don't think anyone can take mp3's away from people at this point. It's too widespread (who doesn't have an encoder these days) and there are enough companies backing it for their own good.

    --
    credo quia absurdum
  14. How about sync issues? by thogard · · Score: 4

    What is being done to help with syncing issues? As multi-media gets more widespread, its going to be very useful to have the sound playback systems independent from the graphics but with a losely controled sync signals. One feature that seems to be missing is to be able to say "play the audio frame 3433 to start in exactly 2.1 seconds". Fixed bitrates make that easy but VBR gets to be a real mess unless there is extra info in the audio data.

    1. Re:How about sync issues? by Vakor · · Score: 3

      The Vorbis format actually consists of two layers - the low-level vorbis packets, and a sync/framing layer called Ogg (which isn't vorbis-specific).
      Ogg is designed to allow seeking to sample precision, and indeed the current library can do exactly that (the players only seek to a given time, rather than a given sample, but that's a limitation of the players rather than the format). All the info is there, and the library gives you everything you need to use it.

      Ogg also allows for multiplexing of streams (so an (as yet non-existent) ogg video codec could give you one stream, and vorbis give you another, all within the same file, and all with the syncing info you need.

    2. Re:How about sync issues? by MrEfficient · · Score: 2

      There will be no sync issues with Ogg Vorbis. The quality of an N-Sync song is so low that not even Ogg Vorbis can make it sound better. Therefore, n-sync is not supported.

      ----------
      AbiWord: The BEST opensource word processor

      --
      Check out AbiWord.
  15. When MP3 is illegal by acb · · Score: 5

    Remember, Fraunhofer owns the MP3 patents. They can set any licensing terms. They could, for example, do what RSA did with theyr crypto systems, licensing only one controlled implementation for general use, and go after anyone disseminating unlicensed encoders/decoders.
    (Sure, you'll be able to find them on the Net, but if RedHat can't legally put them on their CDs, they're in the same twilight zone as arcade ROMs.)
    As there is a single point of control for MP3, the RIAA could easily pay Fraunhofer a few billion (or even buy them outright through a front company), and get open MP3 pulled, forcing everybody to upgrade to encrypted SDMI formats.

    Owning the patents for a technology you wish to bury can be very powerful. When Macrovision developed the copy protection mechanism embedded in all DVD players, they also created and patented a device for removing the protection. This enables them to sue anyone attempting to sell such a device or distribute the details of constructing one. (Not that it eliminates said information, but it drives it sufficiently underground to keep the ordinary people from seeing it.)

    Once Fraunhofer start getting heavy with MP3 licensing, the penguinhead army will adopt Vorbis in a flash, and hopefully so will Windows-using music fans. Then the battle lines shift to hardware players.

    1. Re:When MP3 is illegal by guran · · Score: 3
      Once Fraunhofer start getting heavy with MP3 licensing, the penguinhead army will adopt Vorbis in a flash, and hopefully so will Windows-using music fans. Then the battle lines shift to hardware players.

      Just like we all use use .png instead of .gif today you mean?
      Sorry, I'm in a pessimistic mode today

      --

      All opinions are my own - until criticized

    2. Re:When MP3 is illegal by Eivind+Eklund · · Score: 1
      Patenting something means you have to disclose the information (unless it is classified due to national security.)

      This means it is easily available to everybody that cares to look, not "driven underground." Patents were designed to force publication, so the technology would be easily available once the patent expired. Implementations of said technology will be driven underground, of course.

      Eivind.

      --
      Doubting the existence of evolution is like doubting the existence of China: It just shows that you're uninformed.
    3. Re:When MP3 is illegal by LinuxEvangelist · · Score: 1

      This is exactly what I was getting at in my original post. Basically, if Fraunhofer does get agressive with MP3 patents and licensing or the RIAA buys them out or whatever, this would be the kind of catalyst that could fuel an alternative format (Ogg Vorbis for instance) to overthrow MP3. However, if no such catalysts exist, then there is very little chance that any other formats will be able to replace MP3 as the standard for digital music.

      As a side note, SDMI will have the same uphill battle. MP3 will be likely be around for a long time. Pretty much every piece of copyrighted music is availble right now on CD - and therefore is also available as an MP3. CD players are everywhere, so even if new music begins shipping in the new SDMI format, new players will be required to play it. The record labels will have to sell it in CD format to stay compatible with existing hardware in the market (if they plan to sell any music, they'll have to do this). Hence even new music will be available in the MP3 format. And cassette tapes are still available today. So how many years would it take for SDMI to become the standard?

    4. Re:When MP3 is illegal by Kevin+DeGraaf · · Score: 1

      > and get open MP3 pulled, forcing everybody to > upgrade to encrypted SDMI formats. Since people freely trade MP3s without the consent of the copyright owners, they'll definitely do the same with encoding and playback software. Heck, Winamp (or XMMS, if you prefer) is a much smaller download than even one normal-length MP3 file, even if the distribution must go underground. As for hardware devices such as the RIO or Nomad being replaced with SDMI-compliant models, people can just encode SDMI-compliant tracks from MP3s or CDs or whatever once SDMI encryption is cracked.

      --
      We have more to fear from the bungling of the incompetent than from the machinations of the wicked.
    5. Re:When MP3 is illegal by Sloppy · · Score: 2

      Just like we all use use .png instead of .gif today you mean? Sorry, I'm in a pessimistic mode today

      Hey, PNG did pretty well. The only place I ever see GIFs anymore these days is on the web. Everywhere else, PNG has kicked GIF off the face of the earth. Except for my browser cache, there aren't any GIFs on any of my computers at all.


      ---
      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    6. Re:When MP3 is illegal by acroyear · · Score: 2
      Yes, but though its unethical (especially to the Constitution framer's original concept behind granting patents), having a patent (and thus, publishing the details on how to make something) does grant them the right to license that technology at a fee.

      Anybody who does the work without securing a license is in violation.

      And if they refuse to license anybody, then every "clone" of the product is illegal.

      --
      "But remember, most lynch mobs aren't this nice." (H.Simpson)
      -- Joe
    7. Re:When MP3 is illegal by jheinen · · Score: 2

      I don't know much about patent law, but can't the courts force a patent holder to license something if the patent holder, by not licensing it, is harming the growth of a market or otherwise stifling progress? I recall a judge in one of the DVD flaps at some point saying something about forcing the DVD-CCA to grant licenses so competeing players can be built. I thought limiting licenses or charging outrageous licenese fees was illegal? Yes? No?

      -Vercingetorix

      --
      -Vercingetorix
      "Necessitas non habet legem." -St. Augustine
    8. Re:When MP3 is illegal by artg · · Score: 2

      Ogg might have the opposite effect of keeping MP3 alive : by ensuring there's a sensible alternative to MP3 waiting in the wings, Fraunhofer will be unable to assert heavy control. Therefore MP3 fees will not grow, and MP3 will stay.

    9. Re:When MP3 is illegal by pjrc · · Score: 1
      Highly unlikely, because FgH and Thompson are obligated to "fair" licensing terms by including the technology in the ISO standard.

      What that exactly means, who knows?

    10. Re:When MP3 is illegal by sterwill · · Score: 1

      Yes, just like that.

      --

    11. Re:When MP3 is illegal by acroyear · · Score: 2
      Yes, but you'd have to sue them to get the courts to even consider it ($$$), THEN you'd still be responsible for paying for the agreed upon licensing ($$$).

      for most people, its too much ($$$) to deal with.

      --
      "But remember, most lynch mobs aren't this nice." (H.Simpson)
      -- Joe
    12. Re:When MP3 is illegal by Chris+Johnson · · Score: 2
      They appear to be talking in terms of charging royalties for internet downloads on the order of a minimum one cent per download, as applying to a content provider making their music available through mp3. I don't see that they're acting on this- yet.

      If they start doing so, it's an absolute showstopper. I for one can't afford to share my music freely under those conditions- I'd be owing them hundreds of dollars by now thanks to mp3.com. Currently mp3.com expects to pay _me_ for this- I hope they do before they hear that knock at the door. One cent per download totally screws anybody's intent to promote themselves via free downloads, and also hoses attempts at micropayments for those who are into that. It might not seem like much if you're just downloading a few songs, but if you're hosting and you are doing a good amount of download volume, it will add up real quick- plus the required accounting procedures to keep track of all this.

      I'm ready for Vorbis. mp3 is GIF waiting to happen. Anybody want to earn a few bucks as a conslutant helping me port the Ogg Vorbis stuff to MacOS? I'm not a good enough programmer to do it without help, but I do have a current copy of Codewarrior, and MPW.

    13. Re:When MP3 is illegal by Frank+T.+Lofaro+Jr. · · Score: 2
      Owning the patents for a technology you wish to bury can be very powerful. When Macrovision developed the copy protection mechanism embedded in all DVD players, they also created and patented a device for removing the protection. This enables them to sue anyone attempting to sell such a device or distribute the details of constructing one. (Not that it eliminates said information, but it drives it sufficiently underground to keep the ordinary people from seeing it.)

      Not true. A patent itself distributes the details of constructing the device. Plus one can get patent details on www.patents.ibm.com and www.uspto.gov. It is part of the tradeoff of a patent. Anyone can freely describe how to make it, making the actual invention is what is not allowed. Source code for doing so is a gray area - is it a description or a product or a means for making the product? I'm not a lawyer, so I can't say.

      --
      Just because it CAN be done, doesn't mean it should!
    14. Re:When MP3 is illegal by skryche · · Score: 1

      It's entirely conceivable that GIFs are still used because Unisys didn't want to push people towards PNG. I can imagine OGGs "succeeding" in the same manner.

  16. The way to win the market by Shimrod · · Score: 4

    is NOT to replace mp3. With the current widespread use of mp3's, I think new codecs stand very little chance of replacing mp3 quickly and completely. The smart way to go about it, is to slowly shift your codec into the market. In this case, I would try to get Ogg-support in WinAmp and the like, and facilitate Ogg-trading on napster and it's peers. If people can transparantly mix their mp3's and oggs, you will get to a point where people are saying:
    "Hey, this piece of music is available in both mp3 and ogg format, but oggs are a lot smaller, so I think I'll download that one."

    1. Re:The way to win the market by arnoroefs2000 · · Score: 2


      Not always...look how DivX came and conquered. If you create something that's just plane better then the rest, sometime the support for it comes crushing in....

    2. Re:The way to win the market by hsidhu · · Score: 3

      http://www.vorbis.com/download.html They already have plugins for Winamp, Sonique, and XMMS.
      Also they have ecoders for Linux X86, BEOS and WIN.

      Forget Napster Gnutella already has support for every freaking format there is or any new formats you could ever come up with.

    3. Re:The way to win the market by MrNixon · · Score: 1

      But Gnutella is slow. (Great idea, and I personally prefer it, but slow)
      And, compared to Napster, no one uses it.
      And the technoligically impaired have trouble figuring it out (mostly, the whole idea of the servers, and why some of them refuse to connect...). Heck, I set a friend of mine up with Gnutella, and it took him a week to figure out how to use it. I told him where to d/l Napster, and after a couple of questions, he had no problems whatsoever.

  17. Support for Ogg Vorbis by nihilogos · · Score: 1

    I was wondering if anyone knew if players like Winamp and XMMS support Ogg Vorbis. And if so, what can I use to make .ogg files.

    --
    :wq
    1. Re:Support for Ogg Vorbis by Cygnus+v1 · · Score: 1
      --
      ---- Politics: Kissing ass and pointing blames.
    2. Re:Support for Ogg Vorbis by Vanders · · Score: 1

      Goto the Vorbis website, read it, download the tarball and the XMMS/Winamp plugin. Compile. Install. Easy.

    3. Re:Support for Ogg Vorbis by randumb_surfer · · Score: 1

      Please allow me to take all the work out of this for you...well not all the work, you will actually have to browse to this link. But at least you won't have to think. http://www.vorbis.com/download.html

    4. Re:Support for Ogg Vorbis by akey · · Score: 1

      You can get the plugins at the URL's listed earlier. If you're using Windows, you can either rip to a WAV file and use the LAME encoder from the same page, or try my ripper (open-source, of course), which will encode to Ogg Vorbis on-the-fly, and supports tagging the output file with artist info.

      ---

      --

      ---
      "Go Metallica. Die RIAA." -- Linus Torvalds
    5. Re:Support for Ogg Vorbis by Vakor · · Score: 1

      Winamp and XMMS plugins are both available (see www.vorbis.com for downloads)

      As for an encoder - try OggEnc. The most recent version is in vorbis CVS as of yesterday. I've also got a hacked up windows version lying around at http://www.labyrinth.net.au/~msmith/oggenc-win32.z ip (which is a little out of date, but works well enough)

    6. Re:Support for Ogg Vorbis by nihilogos · · Score: 1

      No I'm not. And in any case I'm already in a relationship so wouldn't be available.

      --
      :wq
  18. OV has to be supported by WinAmp by JCCyC · · Score: 1
    ...if it wants to succeed. Not as a plugin developed by someone else, but in the main distribution of WinAmp (so Joe Q. Public who just downloads and runs Setup has it available straight away).

    Also, maybe off-topic in the current state of development, but it would be nice to have ID3-like tags allowing for longer titles than how it is now.

    1. Re:OV has to be supported by WinAmp by Vakor · · Score: 1

      We've talked to the winamp guys, and they're receptive to the vorbis plugin being included in the standard winamp distribution - but it isn't in there yet, and I don't know when it will be. Probably once vorbis hits 1.0

      The vorbis format allows for a much nicer, more flexible tagging system than ID3. In theory, you could have a title string several gigabytes long! (no, I wouldn't expect anything to actually WORK with that ;)

      Most of the encoders floating around (but not all, if you get older versions (like the beta1 versions that are still on the official site)) support tagging files with these, and most of the players will display it (at least in a limited way - right now, winamp and xmms (for example) only display "artist - title", without any way of customising the display.)

  19. look at vqf by ArchieBunker · · Score: 2

    VQF is superior in many ways to mp3, even the encoder will let you encode live streams on the fly (with a fast cpu). Sound quality is much better and files are 30% smaller. How many vqf files have you come across?

    --
    Only the State obtains its revenue by coercion. - Murray Rothbard
    1. Re:look at vqf by (some+random+guy) · · Score: 2

      My last experience with VQF was a while ago, but from what I remember, the Yamaha encoder was quite slow and the Winamp Plug-in didn't let you seek through a song. That was enough to turn me away from VQF, and I haven't looked back since; the same probably goes for a lot of other people. VQF needed better player support when it was launched, and so it failed.

  20. Wrap it in a codec for comparison by epeus · · Score: 1

    Has anyone wrapped this code in a QuickTime or WM codec so that we can easily do A/B comparisons with the existing codecs like QDesign & WM Audio?
    If its within one of these common replay systems it will be a lot easier to drive adoption.

  21. if it does, that attitude will be why.. by ebbv · · Score: 3


    as for me, i plan on investigating it more as soon as i get home today. it sounds (of course) great, we'll see how it /sounds/..

    still, just like mp3, it won't be a replacement for CDs.. i haven't downloaded an mp3 in months, actually. i can't play them in my car, and why would i want to? CDs sound better. sure, there's the hassle of switching CDs, but really, with a nice sized disc-changer, that's just a once-a-month switch.

    at one time i had 13gigs of mp3s available on my machine. that was over a year ago. right now i have none.

    it's useful, but only for songs you don't really care about, you have an urge to hear them, download it, listen to it, and you're done. maybe check out a new album. but songs you care about, ones you want in a collection (i hope i'm speaking for more than myself here), are worth having on CD.
    ...dave

    --

    Think different? I'd be happy if most people would just think...
    1. Re:if it does, that attitude will be why.. by Bios_Hakr · · Score: 1

      MP3 is all about throin' the tea into the harbour, my loyalist friend.

      --
      I'd rather you do it wrong, than for me to have to do it at all.
    2. Re:if it does, that attitude will be why.. by storem · · Score: 2
      i can't play them in my car, and why would i want to?

      Sure you can. Just put a PhatNoise system in there! Guaranteed to have the same quality experience as a traditional CD player. Works great BTW :-)
      http://music.zdnet.com/features/phatnois e/
      http://www.phatnoise.com/table.htm

    3. Re:if it does, that attitude will be why.. by RickHunter · · Score: 1

      I beg to differ. I'm a fan of a type of music that North American record stores generally do not permit to grace their shelves. Apparently, despite the recent interest in anime, there's no market for JPop. MP3s are really the only way to get decent JPop music. Sites like Animenation allow you to order JPop CDs, but the price and shipping time combine to make that somewhat unfeasable when trying to find artists one likes.


      -RickHunter
  22. VQF got eaten by being proprietary by raygundan · · Score: 5

    Yeah... vqf got screwed because the standard was closed. It made small files, but the encoder was slow and sucked big-time, and for years, there was no way to skip around in the track. Even now, fast-forward is implemented (apparently) by muting the sound and playing the track as fast as the CPU can handle, and rewinding is done by muting the sound, starting at the beginning of the track, and applying the fast-forward algorithm until you reach the point you want to rewind to. This sort of horrible support will be avoided by Vorbis simply because it will be open. People couldn't write their own stuff to work with vqf, and so the format went to hell in a handbasket. Even if Vorbis doesn't catch on, you can *at least* be assured that you will always have a player you can port to your new OS.

    It may not go mainstream, but it will not be defeated like vqf was.

    And if we get hardware players, you can bet I'll be moving all my music to vorbis!

  23. WMP codec by Trinition · · Score: 2
    They need to release a Codec for Windows Media Player. If they want to get mainstream, they need mainstream sites to publish in their format. And mainstreams sites won't publish in their format unless the mainstream can use it.

    So make a WMP codec. And for that codec, and all of the plugins readily available, make very very good installation instructions, or better yet, automatic installation procedures, so that even the shy-est users can do it.

    1. Re:WMP codec by Vakor · · Score: 1

      I think someone is working on this. How good it currently is I don't know.

      There are also plugins available for most of the other popular windows players (winamp and sonique, at least) - I believe the sonique one will be distributed with sonique in the next version, and people have been in contact with the winamp guys about doing the same there (not sure of the status of that).

      Many other companies have pledged support for vorbis in their products - being mainstream won't be a major problem.

    2. Re:WMP codec by AJSchu · · Score: 1

      And then Microsoft can turn around a 'break' plug-in support (though perhaps just for that specific plug-in). They may have lost the lawsuit, but that won't prevent them from playing dirty in the future. It'll be the AIM/MSN wars all over again.

      AJS

      -----BEGIN GEEK CODE BLOCK-----
      Version: 3.12
      GCS/MU d- s+:- a--- C++(+++) UL P+ L+>+++ E->++ W+++ N- o? K? w O? M- V? PS+ PE+ Y+ PGP- t- 5? X+@ R tv+(++) b++ DI+ D++ G e>++ h- r++ y-
      ------END GEEK CODE BLOCK------

    3. Re:WMP codec by jon_c · · Score: 2

      It's actually codecs for the ACM, Audio Compression Manager, part of Win32.

      And i'm sure someone will make a OggVorbis codec for windows, just as they already have one for winamp.

      -Jon

      --
      this is my sig.
  24. Horse and Buggy by Prontai · · Score: 2

    I've got my horse, Bessie. She gets me where I wanna go just fine, why would I wanna buy one of them new-fangled autocarriages?

    1. Re:Horse and Buggy by sammy+baby · · Score: 2

      Funny, but you're missing the point. When the automobile started to replace horses, it wasn't the case that horses were getting signifigantly better and easier to manage every day. These days, as storage (both volatile and non) prices continue to drop, the question becomes not whether Ogg Vorbis is better than MP3s, but whether its better enough to make lots of people really care about it. If, as another poster suggests, I can get similar results with at 128 with Ogg Vorbis as I can at 192 with MP3, who cares if I'm not sample-rate limited?

    2. Re:Horse and Buggy by Don+Negro · · Score: 4

      It's not about storage, it's about bandwidth.

      Bandwidth *is* increasing, but not at the geometric rate that storage has been (~50x over the last 5 years). Not only that, we've hit the first of the infrastucture bottlenecks with broadband (Quick show of hands - How many of you are getting your Broadband via DSL _through a DSLAM_? Not many, huh? Didn't think so.) If you can't get broadband now, odds are good that you won't have it for at least another year. (18-30 months where I live, a hour from Austin in the I-35 corridor. God help you if you're in the sticks.)

      But that's just last mile stuff. 3 years ago, the combined US backbones (OC-48s at best) could handle ~300,000 simultaneous 16kbps RA streams given the exclusion of all other traffic. It's way larger than that now, but so is the online popluation, and if you want to stream audio and have enough listeners to make it worthwhile, you're gonna need a thin stream and a shitload of bandwidth. In real terms we still don't have the infrastructure. A T-3 will only handle ~2800 16kbps streams, and that's not a lot of listeners for the money. Many novel solutions have been proposed to this dilemma, but you always end up looking at a bandwidth problem at the backbone or the last mile.

      Any technology that reduces the bandwidth required will quickly find a home. If a ogg/vorbis encoded song is 30% smaller, streaming or absolute, it signifigantly changes the economics of the bandwidth equation and lowers the time cost for any user who's not fortunate enough to have broadband.

      Don Negro

      --

      Don Negro
      Perl 6 will give you the big knob. -- Larry Wall

    3. Re:Horse and Buggy by camadas · · Score: 1
      It's not about storage, it's about bandwidth.

      It's about speed. Encoding speed. Only when it get's to te speed of lame (not to mention gogo) people will consider switching. Afterall wavelets were already used in image (Corel) and we are still using jpeg for low res archiving. OggVorbis is still to damn slow to be useful to anyone but developpers.

    4. Re:Horse and Buggy by GuardianLion · · Score: 1

      I care. Means that sampling at whatever corresponds to MP3 at 320 will require fewer hard disks when I want to put tracks from several hundred cds on my system.

      Whether anyone else that can see them over a Napsterish thing turns up his nose because it's not done with MP3 isn't really my concern. In fact, my guess is that perhaps it'll split the online music crowd into mainstream and higher-powered less mainstream.

      Boy band fans won't know what Ogg is.

      I can live with that.

  25. A flawed example by Dan+Hayes · · Score: 2

    However, the important lesson here is that the foundations were set in stone and wrought from iron before any company had self-interested influence. TCP/IP (brought to you by research laboratories) is elegant and farsighted; it's taken thirty years for it to begin wearing thin. E-mail is similarly brought to you from academia. HTML, on the other hand, (as ultimately brought to you by Netscape and Microsoft) makes good engineers weep and gnash their teeth.

    So, what about Delphi - designed and maintained by a single company for purely commercial interests? It has an elegent design which accepts new features as required, and has been updated over the years to fit new ideas without sacrificing backwards compatability or elegence.

    And then there's C++ - a similar language that, whilst undoubtedly powerful, is maintained by a standards body which means that updating the langauge is a task with a duration measured in years.

    Not all things under corporate control turn out poorly. HTML is not a good example.

    1. Re:A flawed example by baka_boy · · Score: 2

      Delphi is also tied to a single platform, and if you were to compare the amount of software written in it to the amount written in, say, C++, you would find that it barely registers. I agree that corporations do not necessarily screw everything up, but having an open, clean standard is important to widespread adoption of any new technology.

  26. Re:doesn't matter by SlaterSan · · Score: 1

    That's fine, but this is _free_ and open source.

  27. Why wouldn't it? by sterno · · Score: 4
    Tapes replaced vinyl and CD's replaced tapes. Why wouldn't this replace MP3? I mean there's no issues of backward compatibility because you don't have to buy extra hardware. I mean if you've got an MP3 player on your computer and a huge library of MP3's what would make you resist getting a player that uses a new format (which will of course still support MP3).

    Furthermore, if this new format prooves to have better quality for lower bitrates then there is an additional incentive to use it. Even if it didn't people don't really have a loyalty to Codecs. People talk about MP3's because that's the only tech out there right now that provides the quality for the space constraints. It could be WAV, or AIFF, or RealAudio for all they care. Since they don't have to buy new hardware to support new codecs it doesn't matter to them.

    ---

    --
    This sig has been temporarily disconnected or is no longer in service
    1. Re:Why wouldn't it? by Anonymous Coward · · Score: 1
      That is a good point, but you have to remember that mp3 has a huge install base right now. There is typically ~3 terabytes of mp3s on the main napster network at any given time (according to gnapster). People with high-speed connections are swapping mp3 files at an alarming rate, so this is bound to grow.

      And it will be time consuming for someone to convert their mp3s to this format. But then the realization comes, why bother? mp3 files are working for me so why convert over to a format that is only marginally better and less supported? mp3 encoding and decoding technologies are continuing to grow and get better, so why start over with a new technology?

    2. Re:Why wouldn't it? by Delphis · · Score: 1

      And it will be time consuming for someone to convert their mp3s to this format.

      That's if it'd be any good to do that.. the loss you'd get from unencoding/decompressing the lossy compression and then RE-encoding would be awful probably and would obsure any benefit from the new method.

      No, have to start again from CDs I expect to embrace this new standard. :/

      So I agree with you... why bother?

      --

      --
      Delphis
    3. Re:Why wouldn't it? by soellman · · Score: 2

      Tapes replaced vinyl and CD's replaced tapes.

      Sure, but in each case the successor was significantly better. Advances in technology can really be grouped into two categories: speed/performance/convenience and features.

      Tapes replaced vinyl because you could carry tapes around in your back pocket. They didn't dwell on the fact that they were considered to have lesser quality. That advancement was mainly for the form factor.

      And then CDs came out, and tapes were gone. CDs are random access, and have much higher quality. But you could no longer record on them. So new functionality was the motivator for the change in public use.

      Of course, now we're all working in the digital domain, random access, but we have these huge expensive players called computers. Computers are general purpose machines, so they're not tied to a certain format like CD players and turntables.

      So the format matters less than having adaptable players. If we have an abundance of software players for all the major operating systems, and have format upgradeable hardware devices, we'll be set, and will be able to take advantage of the latest digital music format of choice.
      -o

    4. Re:Why wouldn't it? by Korth · · Score: 1

      Tapes replaced vinyl and CD's replaced tapes.
      A better comparison would be to compare a audio compression to file compression.

      There is no reason to stick to ZIP files. Yet it's still the most popular archive format.

  28. Try minidisc by mplex · · Score: 3


    I went out and bought a minidisc player for about $200. It is a dream since discs are only $1.50 a piece and hold as much as a CD. It supports digital recording and is smaller than almost all mp3 players except maybe that mp3 player in a pen from sony. Anyway, it will save you on flash costs and on long trips, having ALL of your music instead of 32 megs worth is a real plus. Only downside that I have found, realtime recording, but you only record once so it hasn't been a hassle. Check out minidisc.org if you are interested. Some players even support text transfer from the computer ect, and it saves so much on media costs.

    1. Re:Try minidisc by FreeUser · · Score: 3

      I went out and bought a minidisc player for about $200. It is a dream since discs are only $1.50 a piece and hold as much as a CD.

      Blank CDRs are going for about $0.50 / disk. Using ogg or mp3 format, they hold roughly 10 CDs worth of music on one disk.

      MP3 players which double as CD Players are the perfect solution -- you can burn your own music collection onto CDs and listen to them anywhere. As the original poster correctly points out, we need ogg support on these hardware mp3 players! Fortunately, most are flashable, so upgrading to new, better formats (such as ogg) shouldn't be a problem.

      --
      The Future of Human Evolution: Autonomy
    2. Re:Try minidisc by mplex · · Score: 1


      CD players are also much larger in size though. I forgot to mention that I was looking for portable non-skipping hardware. Portable CD players are just too large to slip in your pocket and tend to skip way too much. I seriously doubt these types of players will be popular. The only advantage of them is more songs per disc, but since as you mentioned, CD's are so cheap, songs per disc is negligable unless you were worried about bulk in which case I wouldn't recommend a CD player at all.

    3. Re:Try minidisc by Steve+X · · Score: 1
      Eh, I disagree. I, too, chose minidisc over mp3, but am now slightly regretting it. Sure, md players/recorders are smaller as well is the media, but with things like the CD mp3 combo players and specificly (which i anticipate becoming highly popular) mp3 players that use IBM's microdrive technology, that won't be all too important. minidisc is cool, but will be left in the dust when 1GB, 2GB and 10GB(!![that's a smidge o' music]) mp3/vorbis players come out.

      realtime recording is a drag, but with sb live!'s digital optical out and multiple dsps, i can listen to other stuff while it's recording.

    4. Re:Try minidisc by King+of+the+World · · Score: 1
      Fortunately, most are flashable, so upgrading to new, better formats (such as ogg) shouldn't be a problem.

      _Most_ physical mp3 players have custom hardware specifically for decoding mp3s and don't add adapt to other formats. It doesn't have a generic CPU in there that can be programmed via flash memory.

      I agree with you about CDRs being the perfect solution.

    5. Re:Try minidisc by MacrosTheBlack · · Score: 1

      I can't resist...

      ARE YOU STUPID??!!??

      Minidisc work by encoding the music in a format that reduces the total bandwidth... this results in dropping the top and/or bottom end off the recording. A decent song with deep bass and soraing treble will sound like shit as either the bass AND treble are dropped, or bass OR treble is dropped.

      Imagine the waveform of the recording with it's peaks and troughs... not choose a square that is significantly smaller than the height between the lowest trough & heighest peak... that's your encoding window... you can move it up or down, but your waveform will still be outside the box.

      This means your Minidisc recordings sound a hell of a lot worse than CD, a lot worse than MP3 and almost as bad as tape... is it worth it for recordable digital music?

      Macros

  29. Possibly... by Ryokurin · · Score: 1

    Look at TwinVQ and AAQ, as well as other formats that have appeared since mp3. pretty much all of them were marqinally better than Mp3. but mp3 kept its corner on the market.

    mp3 is gonna be like VHS or NTSC television in the united states. Its gonna take years to get people to switch. even if the alternative is miles ahead of it in terms of quality and features. The people in the know will use it but not the general public, even if all existing players could play it somehow.

    1. Re:Possibly... by Defiler · · Score: 1

      TwinVQ and basically everything else besides TAC sucks when compared to MP3.. Most of them have the added disadvantage of incredibly long encode times. Ugly stuff..

    2. Re:Possibly... by Analog · · Score: 4
      Don't know about TwinVQ, but AAC (I'm assuming that's what you meant) has positively brutal licensing terms.

      Let's look at the situation for mp3...

      If you want to sell a program that decodes mp3's, it'll cost you 50 cents/unit shipped, with a $15,000 annual minimum royalty (if you give it away no licensing fee is necessary). Should you want to ship an encoder, free or not, it'll cost you $2.50/unit if you develop your own software, or $5.00/unit if you use Frauenhofer's, again with a $15,000 annual minimum.

      So, what if you're a musician and you want to sell your music on the net in mp3 format? Hey, it'll only cost you 1% of the price you charge per mp3 (1 cent minimum), again with that pesky $15,000 annual minimum. Such a bargain.

      Now, compare that with an encoder/decoder that costs you exactly $0, and makes better sounding files to boot. The musician makes an extra $15,000/year minimum just for switching formats. Diamond gets to keep another $0.50 per Rio (and this in an industry where they spend millions to whittle a few cents off the per unit price); those selling encoders get to keep an extra $2.50 - $5.00 per unit. Do you really think the Vorbis guys will have a hard time getting people to use their format?

      It may take a while for the finale to come, but I think it's a good bet that mp3 is already the walking dead.

    3. Re:Possibly... by maxII · · Score: 1
      Hey, it'll only cost you 1% of the price you charge per mp3 (1 cent minimum)

      I'd like to sell each song for 2 cents, they're stealing half my profits! :)

  30. There's already an MP4 by meadowsp · · Score: 2

    There's already an MP4 in existence, as far as I remember it's more of a MIDI on steriods type of file format. It contains a description of how the sound source is meant to sound along with the notes.

    This is probably a good place to start looking.

  31. OV : MP3 :: BZ2 : GZ by Richard+Wakefield · · Score: 1

    The similarities are remarkable. A more-advanced better compression takes on an established older, poorer one.

    My prediction: OV will be used but will not be mainstream, much like BZ2... and music available in OV will also be available in MP3 (that's not really a suprise, is it? :)

    --
    "You can represent this entire problem as a 3x2 matrix"
    1. Re:OV : MP3 :: BZ2 : GZ by Thelgar · · Score: 1

      I disagree. In Windows, the big-name compression program is WinAmp. If WinAmp supports OV, and OV is better then MP3, then OV wins hands-down. The big-name compression program is WinZip, which does not support BZ2 (to my knowledge). That's why BZ2 is unknown to the average user...

  32. CPU usage? by Anonymous Coward · · Score: 1

    Anyone have any insight as to the expected CPU usage (relative to mp3)? Even if the format has a smaller file size relative to mp3, decoding the stream will suck if it uses two times as many CPU cycles.

    1. Re:CPU usage? by Vakor · · Score: 1

      Expected CPU usage (long term): similar to mp3.

      Current CPU usage (libvorbis is more or less unoptimised): much more than mp3 (2-4 times as much cpu power, in my experience, depending on cpu)

  33. Why would you? by meadowsp · · Score: 1

    Why can't they exist together? As long as you've got a player I don't see why you should bother converting your MP3's.

  34. i understand your point by ebbv · · Score: 1


    but at the same time, i think the music industry serves a purpose. they give me songs from bands i like in a convenient package.

    now, mp3 is nice and all, but that infrastructure is just going to be replaced by another commercial one. bands are not just going to start recording their songs at home and sending them out over the net by themselves. no one could be heard over the din of horribly crappy bands that would pollute the net in that situation.

    not only that, but most bands can't afford it.

    i agree that the attitude the record industry is taking is ridiculous and fascist, but they do serve a purpose, and simply need to be reminded of their place.

    in the mean time, working on better sounding formats is always a Good Thing(tm).
    ...dave

    --

    Think different? I'd be happy if most people would just think...
  35. RAR by volkris · · Score: 1

    What's so bad about RAR?
    I always thought its compression was superior to almost all alternatives except Quantum (paq) which takes an eternity and a couple of others that are even slower.
    It's definately better than zip and gzip.... right?

    I havn't had to look into compression too much since I moved up from my 68 meg harddrive back in the day :)

    ~Chris

    1. Re:RAR by dartboard · · Score: 1

      rar isn't free at all however

    2. Re:RAR by darkwhite · · Score: 1
      ya but the creator of WinRAR is distributing free command-line binaries for many platforms as far as I remember. Also I don't think there are any licensing issues with reverse-engineering RAR... although I may be wrong here.

      Me, I use RAR as a preferred compression format on my Win2K box... although I've changed the RAR icon to WinZip's because it's cuter :)

      Karma Police, arrest this man, he talks in maths

      --

      [an error occurred while processing this directive]
  36. MP3 is VHS, Ogg is Beta ?!? by srw · · Score: 2

    The main reason Beta died (except for use in the video industry) was that it was proprietary. Sony wouldn't let anyone else make a Beta machine. JVC allowed (for a fee, of course) anyone to make a VHS machine. Ya, Sony did finally allow licensees, but by that time it was too late.

    So, you might want to re-write that statment:
    MP3 is Beta, Ogg is VHS.

    The biggest difference is that Beta and VHS came out around the same time and fought it out from the start. MP3 is already established, so it might be hard for Ogg to de-throne it.

    1. Re:MP3 is VHS, Ogg is Beta ?!? by JackVance · · Score: 1

      Actually, neither is a completely correct analogy.

      Sony released Beta, which was proprietary. Severely proprietary, as in "This is ours. If you want to use one, you buy it from us."

      JVC then came out with VHS. It was lower quality, but the tapes were longer (1 movie, 1 tape) and they licensed the technology to the whole world.

      Mass Marketing is what killed Beta. It was a case of quality vs quantity and quantity won.

      Vobis/Ogg is in the position of offering what may be a superior product in place of an already entrenched format. They are basically in the position that Beta was in when Sony started trying to play catch-up.

      --
      ~ I haven't lost my mind. It's backed up on tape somewhere.
  37. All hail Ogg by Tough+Love · · Score: 1

    One thing the current release of Vorbis does not have is channel coupling (like mid-side stereo, although we'll be doing it differently). Beta 1 and beta 2 actually include multiple totally separate channels. The fact that we equal and better mp3's quality missing this huge piece is exciting.

    This makes me feel warm and fuzzy all over.

    For those who don't get it yet, please read the writing on the wall: The old king of web music, mp3, isn't dead yet but he's dying. The new king is born, and his name is Ogg.

    The old king is dying of complications from a disease brought on by misuse of intellectual property.
    --

    --
    When all you have is a hammer, every problem starts to look like a thumb.
  38. as i said in another post by ebbv · · Score: 1


    mp3 doesn't sound nearly as good as CD, and probably Ogg Vorbis won't either. they're good enough for listening to a song that i don't like enough to buy (ie, i only like the one song by the band), or checking out a new CD that i'm unsure whether i like or not, etc. etc.

    but for serious listening there isn't a format that can replace my CDs yet. (yet.) thus, hardware mp3 players have always seemed rather useless to me. (why would i want to listen to an mp3 in a place where, obviously, i could have a CD player?) now the hybrids that can play CDs containing both are convenient, though i will more than likely, not put any mp3-CDs in...

    minidisc is cute, but, that's a whole other thread...
    ...dave

    --

    Think different? I'd be happy if most people would just think...
  39. "Ogg" as in netrek by Wreck · · Score: 1

    For those who are curious, yes, it does appear that this usage of "ogg" was lifted from the netrek lexicon: http://www.xiph.org/xiphname.html

  40. Re:Does anyone own the MP4 trademark name? by daedalus587 · · Score: 1

    Gnutella seems like a good alternative to Napster. However, I don't think it's Free, despite the name.(I just looked at a Gnutella website, they mentioned joining development teams, but I believe they're developing clients only)
    Gnutella is a peer-to-peer networking server, but there is no central server (unlike Napster). Instead, individuals set up their own Gnutella server, and so the users are responsible (so MPEG can't sue the company if music piracy occurs with Gnutella).
    Although some people think that this will increase piracy, any sort of file-sharing tool increases piracy somewhat. That's because pirated software/music represents a percentage of the files that users want to share, and file-sharing tools increase the amount of files that users can share. (Of course, with free software and music, piracy becomes obsolete. So if you use free software (like if you start from Debian or QLinux), then you can't really pirate software, or be accused of it easily.)
    I think that the best solution would be a large, Internet-coordinated development effort to create a Gnutella-like server and client, that are Free Software. This would probably be the best solution to the problems with Napster, plus it would offer a powerful file-sharing solution for GNU/Linux users. (This suggestion is not to make piracy easier, but to make free software/music sharing simpler. While the Internet is very good for many purposes, peer-to-peer file-sharing networks offer some advantages.)
    --
    daedalus587

    --
    --- BPT Suits are for suits.
  41. MP5, then? ;-) by crok · · Score: 1

    How about MP5? Or is that a machine gun?

  42. Isn't OOG The Caveman.. by MSisNOT4Sale · · Score: 1

    ..gonna flip when he finds out that this name is similar to his?

    --

    When death looks you in the eye, smile. Someone needs to cheer him up.
  43. i just can't shut up today.. by ebbv · · Score: 3

    Blank CDRs are going for about $0.50 / disk. Using ogg or mp3 format, they hold roughly 10 CDs worth of music on one disk

    but this isn't all good, it's a question of quantity vs. quality :P obviously. but i thought it needed to be said... some people don't realize, but if you listen... at least, i can't help but hear the difference. mp3s soudn awful to me.

    MP3 players which double as CD Players are the perfect solution -- you can burn your own music collection onto CDs and listen to them anywhere. As the original poster correctly points out, we need ogg support on these hardware mp3 players! Fortunately, most are flashable, so upgrading to new, better formats (such as ogg) shouldn't be a problem.

    the whole hardware-mp3-player hype is mind boggling to me. i mean, i understand it, as a fad and gadgetry thing, but.. you're basically making a downgrade in your audio system when you go from a CD player to a straight-up mp3 player. the hybrids are the obvious, good, middle-ground.. as long as the price difference is reasonable.

    the hardware fad is so bizarre though,.. there was never this kind of reaction over MOD or S3M ;P
    ...dave

    --

    Think different? I'd be happy if most people would just think...
    1. Re:i just can't shut up today.. by miracle69 · · Score: 1

      but this isn't all good, it's a question of quantity vs. quality :P obviously. but i thought it needed to be said... some people don't realize, but if you listen... at least, i can't help but hear the difference. mp3s soudn awful to me.

      I'd tend to agree - especially at 128k and with the Xing-type encoders. That's why I don't use Napster. I can't trust the quality of the songs - even at 256. However, Lame at 256 sounds wonderful, and I doubt anyone can seriously hear a difference.

      http://users.belgacom.net/gc247244/analysis.htm is a great site to check out to compare your favorite encoder with the best - Lame 3.86.

      I've reencoded almost every cd I own from 128 to 256 - the difference is astounding (size and quality ;) ) A nice pair of horns really magnifies the loss of the high frequency with 128 and Xing-type encoders. At 256, I can't hear a difference between the CD and the mp3.

      --
      Linux - Because Mommy taught me to Share.
    2. Re:i just can't shut up today.. by technos · · Score: 2

      My quality point for MP3 is about 192 (LAME, VBR). Xing I can always tell.

      That said, Ogg Vorbis seems to deliver the same 'I can't tell' thoughts at 160. Even at 128, it's rather hard for me to tell, sounding better than a 160 LAME mp3. I was using a older version, and there was a bit of cross-channel noise they have since ironed out preventing me from saying 'Gee, looks like I need to reencode those backup tapes of .wav files to Ogg Vorbis at 128!!'

      --
      .sig: Now legally binding!
    3. Re:i just can't shut up today.. by scrytch · · Score: 2

      the whole hardware-mp3-player hype is mind boggling to me. i mean, i understand it, as a fad and gadgetry thing, but.. you're basically making a downgrade in your audio system when you go from a CD player to a straight-up mp3 player. the hybrids are the obvious, good, middle-ground.. as long as the price difference is reasonable.

      In the portable market, it's a no-brainer. No moving parts, so no skip, no wear, ever. Music is easily downloaded from napster (you don't think anyone pays for the music on their portable mp3 player?) As for the component system mp3 boxes, I don't see those lasting, no.

      --
      I've finally had it: until slashdot gets article moderation, I am not coming back.
    4. Re:i just can't shut up today.. by slashdot-me · · Score: 1

      My mp3s sound quite nice. I haven't done extensive listening tests, but they seem fine. I encode with lame 3.85, VBR, avg bitrate 180. Here's the command line:
      lame -V1 -b128 -h -mj -q1 foo.wav foo.mp3

      I suppose you might be using Xing 128 kbit CBR or something equally horrid. Try lame.

      Ryan

    5. Re:i just can't shut up today.. by ChadN · · Score: 1

      You talk about lame at 256, but what about VBR w/ 128 min and >256 max? Seems like it would save some space for equivalent audio quality?

      I'm just getting ready to make the big conversion (Rip&Encode all my CDs, or the listenable subset of them), and I've been waiting for Ogg Vorbis to mature, so that I can consider using it. I'm quite curious to see how the Wavelet pre-encoding will work.

      --
      "It's overkill, of course. But you can never have too much overkill." - Anonymous Slashdot Coward
    6. Re:i just can't shut up today.. by tzanger · · Score: 2

      but this isn't all good, it's a question of quantity vs. quality :P obviously. but i thought it needed to be said... some people don't realize, but if you listen... at least, i can't help but hear the difference. mp3s soudn awful to me.

      Where I usually hear the difference between CD and MP3 is when there are a lot of cymballs, tambourine or hi hats and not much else. The encoders just can't seem to get the high frequency percussion right without using a lot of bits in the encode.

      That being said, I was absolutely amazed when I heard an MP3 of Melissa Etheridge's "Like the Way I Do". I heard the MP3, threw in my CD and listened. I honestly cannot tell the difference in the opening bars at all!

      For those who don't know the song, it starts out with a cymbal and hi hat laying down the rhythm and a tambourine "filling in". That's it. Nothing but highs and "noise" which would normally be completely mangled by most encoders.

      I want to do some more testing when I have some free time, because I can't remember if it's an MP3 I ripped or if I had downloaded it. I usually use LAME and its VBR, although this MP3 is a plain jane 128kbit MP3 and it sounds absolutely incredible. If I didn't encode it, I want to know whose encoder it is because that encoder is worth a lot of money in my eyes (ears).

      I listen to a lot of MP3s and I can usually tell when it's been encoded with a poor encoder. Most MP3 encoders do a fair job. It's good enough for me in the car or at a party. But if I want to keep the quality I usually set up a 128kbit mininmum with VBR and get acceptable results, most of the time. Whoever did the Etheridge track I mentioned has one KICK ASS encoder.

    7. Re:i just can't shut up today.. by kryptkpr · · Score: 1

      Of couse there wasn't this kind of reaction with MOD or S3M, those weren't exactly mainstream formats. You couldn't get the newest Tittany Spears song in S3M could you? Nor could you get full albums before they hit stores in MOD. With MP3, you can do all these things.

      --
      DJ kRYPT's Free MP3s!
  44. I just don't get it by bfree · · Score: 1

    Vorbis was an inquisitor who believed he would be the next profit of the Great God Mighty Horns Om. Nanny Ogg is the matriarchal nymphomaniac of the Ramtop town of Bad Ass. I just can't imagine them ever having a kid!

    --

    Never underestimate the dark side of the Source

  45. Who cares about licensing? by mecredis · · Score: 1

    So what if Fraunhofer decides to get pissy about ownership? MP3s will still exist, and so will the players. Fraunhofer would dig its own grave if it decided to make all the old mp3s incompatible with the new players. People would still use the old software, and just keep trading, and then Fraunhofer would have its own little fiasco of a proprietry format on its hand's, that no one would use. Its pretty much useless, mp3 is here to stay. As for Vobb, and all those other silly named software codecs, good luck, really. But its not likely all those napster-scour-gnutella-freenet users are going to switch just because another megacorporation is threatening a software format.

    Maybe Franhofer realized all of this, and is not going to do anything, all the better.

    Remember, its just software, and files, and so on.

    Fred

    --
    "Nobody ever went broke underestimating the intelligence of the American Public." - H.L. Mencken
    1. Re:Who cares about licensing? by Ranger+Rick · · Score: 1
      People running streaming radio stations care about licensing. ASCAP and BMI and such want upwards of $500 for a tiny MP3 streaming radio station. Right now it's not really enforced, but as soon as you get big (a couple hundred listeners) you get a nice little letter from ASCAP.

      What happens when Fraunhoffer starts agressively making claims on the MP3 format and starts going after all of the online radio stations? Most of us just do it for kicks as a hobby, it's not like I'm making any money from it. I've spent 3- or 400 dollars in the last few months on new CDs for the station. If I have to add onto that another minimum $500 a year to have the "privilege" of serving from my own machine, I'll not exactly be a happy camper.

      That's why I want to see Vorbis streaming. One less thing to worry about, and better performance to boot!

      :wq!

      --

      WWJD? JWRTFM!!!

    2. Re:Who cares about licensing? by HamNRye · · Score: 2

      The question is one of control. What happens when Joe Small Band offers mp3's on his site for promo purposes and he get's a letter saying "You owe us $20,000 for use of our compression format." If the implication made about Fudgehopper and the RIAA holds true, this could be used to squeeze the indies and guarantee that music production and distribution stay in the hands of the mega-corporations.

      This is just one scenario of many. The fact that Vorbis is available will keep their actions in check. (Similar to the concept that the existance of Debian keeps the other Linux distros in check.)

      ~Hammy
      "Freedom lost can no longer be defended."

    3. Re:Who cares about licensing? by Chris+Johnson · · Score: 2
      Absolutely. I can tell you I'm one letter away from pulling all my own music (that I recorded and played myself, that is 100% legitimate and doesn't even use samples) off the web. Technically, I have a buffer zone- I'm hosting through mp3.com, they are the ones who'd get hit, but it's probably just a matter of time. If they are they'll have a hard time continuing to pay me as they're currently committed to doing- I get a lot of traffic and downloads for an mp3.com artist, but they just do not have the margin to withstand this kind of squeeze. Nobody would go to mp3.com AT ALL if they had to pay to download- it just wouldn't happen.

      Vorbis is not necessarily going to keep these guys in check. I think that's overly optimistic. I think they're going to end up putting the screws on anyhow, simply because they can- no matter whether they will truly get away with it in the long run. And 'Hammy's point is absolutely apt- sure, fine, rip other people's CDs all you want, but if you intend to run a small business centered around your music (or even music services, such as studio rental) you can't hide. You're out there, and you've gotta use _something_ to show people what you're doing, and more than anything else you need a distribution medium that's not going to soak you with royalties (never mind the 15K minimum payment!). That makes the cost of entry for being a 'record label' or 'studio that releases demonstrations via mp3' just prohibitive- it pushes your breakeven point painfully far into the future, and you have to jack up your prices to cover this and can't find customers at the higher prices.

      Ogg Vorbis is the answer- even if it wasn't arguably better sounding than mp3 it would be the answer. It becomes a question of mindshare- we do need more extensive ports (I'm startled there's _still_ no MacOS port- do they want to reach musicians or not?) but that'll come. Then it becomes a symbiotic relationship- small content providers must turn to Ogg Vorbis to have an unencumbered form of media to distribute with, and Ogg will rely on this grassroots support among the _creators_ (i.e. small business!), who will be powerful allies in a way that napster people never could. There's nothing like being faced with the threat (immediate or expected) of massive extortionate licensing problems to make you support something else with all your heart and soul ;)

      I sure wish Vorbis _was_ available to me- if I could afford to buy Linux machines just to encode Ogg with, I could probably afford mp3 licensing at its deadly, soon-to-come worst. But even though I can't have it yet, I can see which side I'm on.

  46. $$$ by The+Queen · · Score: 1

    what would make you resist getting a player that uses a new format (which will of course still support MP3)

    "Mom, can I get an OGG player?"
    "We just bought you an MP3 player, Billy. Absolutely not."

    Seriously though, why spend more dough if the one you have isn't broken? I'm tickled at this story but I'm not feeling too optimistic for some grand overnight switch to a new format. As for your analogy about CDs replacing tapes, uh-uh. Tapes can get eaten, quality goes downhill quick. CDs are much more stable in a physical sense. The difference between .mp3 and .ogg is not tangible in any sense and therefore isn't relevent.

    The Divine Creatrix in a Mortal Shell that stays Crunchy in Milk

    --

    The House Between - Original Sci-Fi Series
    1. Re:$$$ by Tower · · Score: 1

      The idea would be that the software to replace the mp3 player would be just as free as they are today. I don't think Sterno's comment covered the luggable players and DVD players that can play MP3 CD-Rs...

      --

      --
      "It's tough to be bilingual when you get hit in the head."
    2. Re:$$$ by hobbit · · Score: 1

      Although that's the beauty of field-upgradable firmware.

      --
      "Wise men talk because they have something to say; fools, because they have to say something" - Plato
  47. Vorbis support in CDex by Q-bert][ · · Score: 4

    CDex is a cdripper for windows that's GPLed. It comes with Vorbis support in its 1.30 beta2 version. Very nice program I use it when I'm in windows and don't want to reboot to use cdparanoia. It also includes LAME 3.84 as it's default encoder. Currently it's the only program that i've found that makes encoding Vorbis .ogg files easy. CDex Homepage, and Source Forge.

  48. The Secret of Widespread Adoption. by JDALaRose · · Score: 2

    I've been looking at a lot of the posts, and most seem to be wringing their hands over whether or not this will end up outgrowing mp3, complete with obligatory references to the VHS/Beta cliche. The most important thing that can be done to ensure that Ogg Vorbis catches on and eventually dominates is to establish transparent support with the major playback software giants. Getting the codecs prepackaged with pieces like WinAmp and the rest of the herd will ensure that kids will be able to play what they download, and if the quality difference is important to them, they'll eventually make the switch, as it were. Of course, this strategy cannot be executed in a vacuum with the expectation of success. The word needs to be put out through the major mp3 distribution channels that Ogg Vorbis is available, that music in that format is available, and that using that format isn't going to be a hassle at all, as long as you have the latest version of your player of choice. Thoughts?

  49. Possible to convert mp3 to ogg? by Tough+Love · · Score: 2

    Can this be done with minimal, or *no* loss of quality? IOW, can ogg represent the exact same DCT parameters, block sizes, etc, as mp3 does? Because it would just be that bit of icing on the cake if I would wave my wand and have all my mp3's magically become oggs.
    --

    --
    When all you have is a hammer, every problem starts to look like a thumb.
    1. Re:Possible to convert mp3 to ogg? by Vakor · · Score: 2

      Ow ow ow!

      That's my usual reaction whenever anyone suggests anything like this. You DO NOT convert from one lossy format to another. You don't even want to reencode something in the same lossy format. Both are BAD. I'm not going to talk about how much you'd lose doing this conversion (though I could) because you SHOULDN'T EVEN THINK OF DOING IT.

      Ugh. Glad I got that out of my system. Remember: reencoding in lossy formats is always a bad idea, no matter what.

    2. Re:Possible to convert mp3 to ogg? by rotten_ · · Score: 1

      Can this be done with minimal, or *no* loss of quality?

      MP3 is a lossy compression format. oog is also a Lossy compression format. It is impossible to convert from MP3->oog without a loss in quality. It may be small, but it will definately degrade. Same type of problem as editing a JPG and saving it, import it again and save it and you end up with a lower quality image.

      -k

    3. Re:Possible to convert mp3 to ogg? by baka_boy · · Score: 2
      Acutally, you can get away with it in certain cases. For example, you can move back and forth between the DV and MPEG video codecs relatively cleanly, because both are based on similar algorithms, and introduce almost indentical types of noise -- much like saving the same image in JPEG format multiple times.

      In this case, though, I would guess that your warning would be appropriate. The two codecs are just too different, and each would probably introduce noise that the other would interpret as an important part of the source file.

  50. Bunch of thieves! by PhilHibbs · · Score: 2

    Pirates! Thieves! Anarchists, the lot of you! These Vorbis project people should be locked up for creating tools for copyright violation! Anyone with a .ogg file on their hard drive is guilty of conspiracy to defraud musicians!

  51. Does Slashdot advocate free formats like Ogg? by Anonymous Coward · · Score: 1

    If so, then why does this web site still use GIFs?

    I guess there's a difference between advocating freedom and just reporting on it. Hats off to Slashdot for having the journalistic integrity to stand back and not take sides on the issues.

    1. Re:Does Slashdot advocate free formats like Ogg? by spauldo · · Score: 1

      Uh, 'cause most mainstream browsers are flaky when it comes to png support?

      --
      Those who can't do, teach. Those who can't teach either, do tech support.
  52. Chance of getting sued? by Anonymous Coward · · Score: 1

    May I ask how the Ogg Vorbis team feels about their chance of getting sued for writing software that possibly allows easier pirating of copyrighted music?

    Yeah, the world sux, but I am not the one making up the laws.

  53. Wavelets by Mawbid · · Score: 1
    Vorbis can do a time-domain pre-encoding using wavelets to further reduce spreading of time events and non-tone data. The current libvorbis doesn't have the code to do this yet, but the hooks are there for when we do finish this code...
    I was under the impression that basically the whole area of wavelets was so heavily mined with patents that no-one dares go there. Is Christopher headed for trouble or has the severity of the situation been exaggerated?
    --
    --
    Fuck the system? Nah, you might catch something.
  54. Remind you of ... by MissingFrame · · Score: 1

    Doesn't this remind anyone of PNG vs. GIF? How many of us use GIF still? Why? I would guess that the majority of tools are still GIF producers. The success of this format will depend on what tools save and produce Vorbis! I'm not talking Linux tools, either, but mainstream Windoze, since that's still where the majority of content is generated -- not by me ... by others ;-)

  55. Be afraid. Be very afraid. by nocent · · Score: 1

    I think the interviewee has a very good point. This is what we do know:

    1. We know the RIAA wants people to move from MP3 to SDMI.
    2. People won't do it voluntarily.
    3. Fraunhofer wants to retain control of their patents and wants to make money on their MP3 patents.

    Here's a worst-case scenario:
    1. RIAA acquires Fraunhofer's MP3 patents.
    2. RIAA enforces said patents, either revoking licenses or raising the price to an extreme level, thus stopping further support for MP3 in terms of players and rippers.
    3. Software dries up. People are forced to migrate to new SDMI standard.

    Thanks guys for putting in the effort to make this Free alternative.

  56. Damn.. OGG *is* good! by MSisNOT4Sale · · Score: 2

    I just tried out OGG by encoding an MP3 file from my Moby CD (Porcelain). MP3 was sized at 5.64mb @ 192kb/s and the OGG file was a nice 3.64mb. I saved 2mb there! Encoding from MP3 to OGG took about 2min on my Athlon Thunderbird 700 @ 950 For arguments sake lets say that encoding to OGG saves 2mb per file then I will save about 300mb! (150 files x2)

    As for sound quality I noticed no difference between 192kb/s from the MP3 format to the 119kb/s from the OGG format.

    I feel that we have a winner here and it will just be a little longer before that OGG will be dominant over MP3 if not its equal. I just hope they get the support they need.

    OT: I did find a small and annoying bug in the plugin player. When you are playing an OGG file and try to peruse the playlist it will always bring you back to the song that is playing. You'll have to stop the track to cycle through the other songs, no biggie though.

    Just in case you are wondering where the downloads are, http://www.vorbis.com/download.html

    --

    When death looks you in the eye, smile. Someone needs to cheer him up.
    1. Re:Damn.. OGG *is* good! by generic-man · · Score: 3

      I'm running Winamp on a Windows NT machine (PIII-550) and I've noticed a significant increase in CPU utilization when playing OGG files. MP3 playing tends to run the CPU load to 1-2%, but I get around 10% or more when playing OGG files. It takes about half a second to start playing a file -- not terrible, but still a noticeable lag.

      Also, I'm listening to Trio's quintessential "Da Da Da" song, which the encoder actually made _larger_ in OGG format. Quality's decent, but you have to wonder what causes some files to become larger. Most of the files I've encoded get smaller -- around 60-80% of the original size.

      --
      For more information, click here.
    2. Re:Damn.. OGG *is* good! by kwclark · · Score: 1

      I was just over at the developer site, and it looks like Monty has been discouraging optimization until recently in the name of getting things stable (beating off with stick were his words). I'd expect we'll see much better CPU usage in the near future.

      Ken

    3. Re:Damn.. OGG *is* good! by Svartalf · · Score: 1

      Size differences are due to the differences in the thinking that made the compression agorithm. Some of the strategies for compression don't always work as well as others- especially for sound algorithms. In the case of sound compression routines, if you're using lossy compression there's some algorithmic decisions you've got to make to determine what to discard and what to keep. MP3's algorithm (at least at this moment) may be doing a better job of discarding things at the expense of some quality (Vorbis' primary goal is higher quality...). As for the CPU use, it's not been optimized for speed yet (as someone pointed out, they're chasing things down right now to lose most of the perceptible artifacts and things like larger files right now...) they're supposed to be starting that in ernest shortly after beta 2 goes out...

      --
      I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
    4. Re:Damn.. OGG *is* good! by baka_boy · · Score: 2

      Well, of course -- it stands to reason that a more complex, "intelligent" compression codec would have noticeably higher CPU utilization. I suppose that this could be much more of an issue on portable hardware, as the increased resources required to to play vorbis files could make the players a good bit more expensive, larger, or slower to some to market.

    5. Re:Damn.. OGG *is* good! by steveha · · Score: 2
      I'm listening to Trio's quintessential "Da Da Da" song, which the encoder actually made _larger_ in OGG format. Quality's decent, but you have to wonder what causes some files to become larger.

      It's simple: Ogg made the ssong larger because it was protecting the data.

      Almost all MP3s are encoded at a fixed bitrate. With a fixed bitrate, when the audio is too complicated to encode properly, it just gets chopped. (Also, when a song is easy to encode, such as a very quiet passage, it gets padded out.)

      Ogg is a variable bitrate format. You don't really specify the bitrate to encode, you actually specify a quality level. And for that one song, encoding at that quality level worked out to be a bit larger.

      Now, if you were to transcode from MP3 to Ogg, I would be very surprised if the Ogg file got bigger. Even there I suppose it is possible with just the right (wrong) data.

      steveha

      --
      lf(1): it's like ls(1) but sorts filenames by extension, tersely
  57. Re:Does anyone own the MP4 trademark name? by catscan2000 · · Score: 1

    I think there's a project called FreeNet, at http://freenet.sourceforge.net

  58. Focus on the size by nocent · · Score: 1
    It might not sound like much of a saving, but some mp3s are quite big and once the 56kbps napster kidz realise they can save money on their phone bills you have crossed the first hurdle.

    Excellent point. I hope the developers focus on reducing file size and increasing compression. Since mp3 and this new alternative are both lossy compression methods, people are willing to accept that and won't care too much about quality better than current mp3 quality. what they will care about is the file size, especially when talking about transferring stuff over the internet. knowing that i can get a similar (not necessarily better) quality in a smaller file size would make me more willing to adopt this new format.

    also, make sure that incomplete files remain playable like mp3. it sucks to download 95% of something and have it cut off and not be able to listen to any of it. also good in terms of previewing what you're downloading.

  59. The really good thing about Ogg Vorbis by Morgaine · · Score: 2

    ... isn't just that it's already roughly as good as MP3 on quality and better on compression, but that it can continue to be developed freely until it's much, much better in the future.

    Much has been made of the fact that it's free of the MP3 patent problems, but it gains in another way as well: freedom from the inertia and politics of standards committees, and freedom to depart from a single key idea or solution (MP3 is inherently a straightjacket). This pretty much guarantees that its development will proceed at a much faster pace than multi-corporate commercial developments in the same area, as long as its main proponents don't abandon it for a few years.

    With that proviso, it seems to me that these inherent advantages put it in a very strong position similar to that of open-source operating systems versus their closed counterparts.

    --
    "The question of whether machines can think is no more interesting than [] whether submarines can swim" - Dijkstra
  60. Wrong by balthan · · Score: 1

    Just because most of the stuff on Napster is poorly encoded doesn't mean mp3's can't be CD quality. Go to www.r3mix.net and look under the quality section.

    I personally use ExactAudioCopy and LAME to encode my OOP CDs and no matter how hard I try, I can't tell mp3 apart from the original.

    1. Re:Wrong by Alanzilla · · Score: 1

      I personally use ExactAudioCopy and LAME to encode my OOP CDs and no matter how hard I try, I can't tell mp3 apart from the original.

      Your stereo equipment is consumer-level. On higher fidelity systems there is no difficulty.

    2. Re:Wrong by balthan · · Score: 1

      c't magazine conducted a blind test using high-end equipment. The listeners weren't able to tell the difference between the 256k mp3 and the CD samples.

  61. Strategy to get it adopted? by Vassily+Overveight · · Score: 2

    While it sounds like Mr. Montgomery has a great grasp of the technical aspects of his effort, I'd have liked the interviewer to ask some questions about the project's strategy for getting the eventual product adopted at large. The scenario that comes to my mind is the GIF format. Unisys started enforcing its patents to this technology in 1994, requiring developers to pay a fee to use the GIF format [redundant usage I know, but it seems to read better]. There was widespread grumbling and talk of revolt, but here we are, six years later, still using it while its anointed successor, PNG, languishes. The reason is all of the legacy code out there that must be accomodated. MP3 has gained such a foothold that any tool is going to have to support it. That being the case, the 'good enough' mindset takes over, and it becomes much harder to displace a technology that's already doing an adequate job. If there's a battle-plan to get VQL adopted, I'd like to hear what it is. I might even help :-)

    --

    "If I have seen further than other men, it is by stepping on their glasses." - Michael Swaine

  62. awesome by topdogg · · Score: 1

    can't wait

    --
    Got shack?
    ShackCentral Network
    Worlds best gaming network!!!
  63. What I'm thinking... by PigleT · · Score: 1

    ...wasn't there an article on Tomorrow's World on telly about 10 years ago that demonstrated wavelet compression?
    Could've sworn it's been around for a while... heck, I was even thinking of doing the obvious things and coding up the algorithm myself at one stage!
    ~Tim
    --
    .|` Clouds cross the black moonlight,

    --
    ~Tim
    --
    .|` Clouds cross the black moonlight,
    Rushing on down to the circle of the turn
  64. Hardware Based Players, Not Upgradable by pjrc · · Score: 1
    I'm designing a MP3 player, and like many others already on the market, I'm using one of the MP3 decoder chips. I built one with the (expensive) MAS3507D chip, and I'm putting the finishing touches on a circuit board that uses the STA013, which isn't nearly as easy to use, but it is quite a bit less expensive.

    These chips aren't upgradable, at least in any meaningful way. Some commercial players are based on DSP chips, but generally the power consumption is high, so they don't tend to run from batteries. The empeg is a good example, though I believe it uses a strongarm chip instead of a dedicated DSP. The creative nomad jukebox (still vapor) is another example, where they only get 3-4 hours from high capacity NiMH batteries.

    There are an aweful lot of hardware players running from batteries that use these existing chips that only decode MP3. Perhaps the download software could convert vorbis to mp3 during the download? Of course, if a nice low-power vorbis decoder chip existed, maybe one could make a player that only used vorbis (longer play time) and convert mp3 to vorbis during the download. The use may end up using vorbis and not even know it.

    Well, to avoid making a truely shameless plug (only a bit shameless?), I'll avoid posting a link.... if you really want to see it, follow the link to my site above in the user info. The player is still more or less vapor, but maybe in a couple weeks circuit boards will actually be available.

  65. Sounds good, but will it survive? by jd · · Score: 2
    MP4 blows MP3 out of the water, in terms of quality, and although it's not "mainstream" yet, it looks set to be the cross-industry standard for all forms of sound, as there are seperate encoding methods optimised for different types of sound input.

    VQF is also superior to MP3 (which is, frankly, the worst lossy sound format currently out there), some of which went into the making of MP4. It has free (as in beer) encoders and decoders for Windows (and has had, for some time).

    Up against opponents like this, Ogg Vorbis is going to have to pull some amazing rabbits out of the hat, if it's going to be seen as a serious alternative.

    Now, I'm not saying that's impossible, or even unlikely - the (truly) Free software world has the benefits of strength in numbers, strength in minds, strength in flexibility, and no paymaster to kow-tow to, every five minutes.

    What I -am- saying, though, is that Ogg Vorbis isn't going to achieve anything remotely considerable as success if it's chiefly being compared against a dead & decaying standard, that is only staying upright by the sheer will-power of a few million zombie high-priests.

    IMHO, Ogg Vorbis has to (at least) match, if not surpass MP4, in EVERY respect, if it's to be a genuine contender in the War of the Formats.

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    1. Re:Sounds good, but will it survive? by DarkMan · · Score: 1

      MP4?

      If I remeber correctly, the MP4 you reffer to is a closed, commercial format, which uses an integrated player [0]. Hmm, space efficent, and cross platform.

      It also has the problem that you have to pay to use it. That's a problem.

      MP3 is also pay to encode.

      VQF, sure it might sound good, but try doing a seek on a VQF file - Mute and fast forward. Also closed, so you can't fix that. Any player that needs all my CPU time to jump to the middle of a track doesn't get my vote.

      The push for OGG will probably not come from home encoding, or hardware. It's most likely to come from web music sites, and internet 'radio'.

      With this sort of push, it doesn't actually need to be better than MP3 [1], just cheaper [2].

      [0] Did initially. May have changed by now.
      MP4 audio format not compatible with Macs.

      [1] Although I think it is.

      [2] Free to use and smaller files

    2. Re:Sounds good, but will it survive? by jd · · Score: 2

      You can grab the source for MP4. There are several sites which carry it, now. I've amassed quite a substantial collection of such s/w.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    3. Re:Sounds good, but will it survive? by slashdot-me · · Score: 1

      > MP3 (which is, frankly, the worst lossy sound format currently out there)

      Nah. You haven't lived until you've heard classical music through a 2.4 kbit/s linear predictive speech codec. Boinga boinga boinga.

      Ryan

  66. Re:Guns instead of MP3s by saBBath · · Score: 1

    I'm curious, what is it you feel compelled to defend yourself from?
    XsX

  67. More like .ogg : .mp3 :: .gz : .Z by yerricde · · Score: 2
    • The .gz format was created because free software couldn't get a Unisys patent license for the LZW algorithm at the core of the .Z format and because Phil Katz's deflation algorithm.
    • The .ogg format was created because free software couldn't get a Fraunhofer patent license for the MPEG layer 3 algorithm at the core of the .mp3 format and because the xiph.org people had a better algorithm.
    See the similarities?
    <O
    ( \
    XGNOME vs. KDE: the game!
    --
    Will I retire or break 10K?
  68. RAR vs. BZ2 by yerricde · · Score: 2

    I don't know about RAR vs. BZ2, but they're both a lot tighter than ZIP.
    <O
    ( \
    XGNOME vs. KDE: the game!

    --
    Will I retire or break 10K?
  69. exactly! by SethJohnson · · Score: 2


    The point here isn't that everyone needs to convert their MP3's to Vorbis. They'll just need to start encoding their music files from CD using the Vorbis codec. The value-add is the quality and size. It's much more believable that the Vorbis codec will gain widespread acceptance as a format whereas with a proprietary format like SMDI, where's the value-add for the consumers? On top of this, the value-add for software publishers is that this is a free codec, so the only cost of adding it to MusicMatch Jukebox or AudioCatalyst is the development. Thanks to competition in the market, I'd bet that the developers will be quick to add this to their encoders so their marketing materials can boast that the product supports the superior Ogg Vorbis format.

    As for hardware support (portables, DVD players), I'd bet the manufacturers like Diamond and Apex are salivating over the widespread embrace of a new format like Ogg Vorbis. There's no way they'd just provide a flash upgrade to enable OV support! To them, a new format is a new hardware purchase. For something like the Empeg, they'd probably be happy to provide a software patch that would bring support for a new format like Ogg Vorbis.



    Seth
  70. Video's NOT easy or simple... by Svartalf · · Score: 1

    Video's got vastly more information to it and our eyes are a hell of a lot more picky about things than our ears are. There's at least 10 to 100 times the information (depending on what you're comparing- speech for example has a usable bandwidth of 8kHz (phones...) and NTSC video which is about the lowest actually usable resolution of video takes something like 6MHz.) and many of the techniques that get optimal compression with lowest computed error end up with noticable artifacts.

    That's not to say that it's not a worthy goal- it is and people are looking for ways of doing it. It's just that it's a hell of a lot harder than Vorbis ended up being; and Vorbis wasn't that easy either.

    --
    I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
  71. Defensive Patent Time? by forrest · · Score: 1
    Given the record of the Patent Office, and the deep pockets of the people who will want to squish Ogg, won't these algorithms need defensive patents to protect them?

    Like, now?

    --
    -- Only unbalanced people can tip the scales.
  72. Vorbis vs mp3 by local($punk) · · Score: 1

    I don't know why everybody says it won't take over mp3... It's simply better. Most people I know have been waiting for a better music format for a while now. And most of the mp3 freaks are the geeks, who are going to jump on it the second it comes out. I know I will.
    It's like comparing magnetic tape to CD. It'll maybe take a little bit for everyone to convert, but it will happen.
    So I say: "Bye bye, mp3!" :')
    --------------

    --
    --------------
    $_='hfflbwfsbhfzp vs';s/(^.{4})(.{7 })(.+$)/$3 $2 $1/ ;y/b-z/a-z/;print
  73. exactly what i was going to say.. by ebbv · · Score: 1


    even the best MP3s, and i have made them myself, do not sound as good.

    MP3 is lossy compression, this is an expected..er... feature.
    ...dave

    --

    Think different? I'd be happy if most people would just think...
    1. Re:exactly what i was going to say.. by balthan · · Score: 1

      Yes, it is lossy. But CDs contain more information than our ears can possible use. You can cut out most of the excess information and be left with something that sounds exactly like the original to the human ear.

  74. VHS / Beta not all that relevant by Danny+Ra · · Score: 1

    How many video players could play both formats? And how much did it cost to buy one player? IIRC, the choice of VHS / Betamax was fairly exclusive for most consumers: you had one or the other, unless you liked spending money on players for two formats one of which was pretty much guaranteed to be obliterated from the market by the other within a short space of time.

    How many formats can Winamp handle? How difficult is it to get Winamp to handle even more formats? How much does it cost to get hold of Winamp? Different story, isn't it?

    Vorbis isn't going to have the problem that users of mp3 aren't going to be able to play Vorbis streams, so mindshare won't be determined on the basis of ruthless winner-takes-all competition.

    mp3.com still has links you can click on to get mp3 players and encoders. When the site started, not everybody could play mp3 format files - but all it takes is one short download, or grabbing the software of a magazine coverdisk. The fact that most people now have mp3 players needn't discourage anybody setting up a new music site (or managing an old one) from moving over to Vorbis and placing links for Vorbis players and encoders. More music, better quality, lower bandwidth? Ta very much...

    --
    "Knowledge is the continuation of ignorance by other means"
  75. Re:Britney Spears, Naked. Its a fact. by Bowie+J.+Poag · · Score: 1

    Wow, somebody actually noticed the Devo references. :) Sharp!
    Bowie J. Poag

    --
    Bowie J. Poag

  76. 30 cents a cd-r by abe+ferlman · · Score: 1
    Compusa regularly runs a special of 100 CDR's for $30.

    Sausage King of Chicago

    Vote Nader

    --
    microsoftword.mp3 - it doesn't care that they're not words...
  77. Re:Guns instead of MP3s by h4x0r-3l337 · · Score: 1

    People with guns in their house are 43 times more likely to be shot in their own home than people without a gun in their house. You're better off without the gun.

  78. No accounting for taste by MfA · · Score: 1

    For a large amount of people thats not true, CT did a nice blind test (I know I know, a blind test in high end audio testing... whats the world coming to, everyone knows subjective tests only count if you know what you are listening to ay?). There were only very few songs in which a majority of the people could distuingish 256Kb/s from the original... and this is just a transparancy test, not a quality one. In blind quality testing even lower bitrates would be enough.

  79. Re:modem usage by Bill+Currie · · Score: 2
    Actually, using "modem" with DSL (and possibly ISDN) is actually still accurate as modem means modulation/demodulation and DSL definitly uses modulation of a carrier wave. I'm not so certain about ISDN: I think it's very similar to ethernet in principle, but I imagine calling your 100M nic a modem would still be accurate.

    Bill - aka taniwha
    --

    --

    Bill - aka taniwha
    --
    Leave others their otherness. -- Aratak

  80. Anybody remember GIFs?? by HamNRye · · Score: 2

    Similar things were said about the GIF format before Unisys started sending out all of the letters about "Your website owes us $5,000 in licensing..."

    Frauhopper (sp?) has, as alluded to in the article, already started exercising some of that muscle. The price of freedom is truly eternal vigilance...

    ~Hammy

  81. Re:Britney Spears, Naked. Its a fact. by Bowie+J.+Poag · · Score: 1

    Actually, no, your MPEG doesnt rule. Its not even her, its some mexican.
    Bowie J. Poag

    --
    Bowie J. Poag

  82. eMpeg upport? by SuperKendall · · Score: 2

    I was thinking that hardware support was key also - and I was wondering since the eMpeg (car mp3 player) had the source availiable, has anyone tried adding Ogg support to it yet?

    ---> Kendall

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  83. Re:Britney Spears, Naked. Its a fact. by Bowie+J.+Poag · · Score: 1

    Its fairly simple, actually. We're working up toward next month's article in Wired. Think of it as the pre-game show.

    As for trolling, this site is owned by VA. Therefore, I will without hesitation pee upon it.
    Knowing what I know, you'd be drinking extra fluids too, just for the sake of it. :)

    Bowie J. Poag

    --
    Bowie J. Poag

  84. Way to go, slashdot by sanemind · · Score: 1

    The best interview I've read here in a long time! Truly brought up some wonderfull issues.

    --

    ---
    the pen is mightier then the sword. the sword is mightier then the court. the court is mightier then the pen.
  85. The one who will tell me what... by gTsiros · · Score: 1

    ...Xiphophorus does mean, wins a prezel.

    My guess is you don't know.
    Why do you use words when you don't know what they are about?

    --
    Looking for people to chat about multicopters, coding, music. skype: gtsiros
    1. Re:The one who will tell me what... by Dawn+Keyhotie · · Score: 1
      I'm not sure what the exact Latin translation is, but Xiphophorus is (or was) the genus name of several species of live-bearing toothcarps from the Yucatan peninsula. Specifically, the sword-tails and platys.

      A common tropical fish, often found in community fresh-water tanks, before everyone in the world decided to switch to reef tanks.

      --
      "The only good windmill is a tilted windmill."
    2. Re:The one who will tell me what... by gTsiros · · Score: 1

      Actually, it is Greek. Îéöïöüñïò. Swordsman.

      --
      Looking for people to chat about multicopters, coding, music. skype: gtsiros
  86. my big question... by AstynaxX · · Score: 1

    Hundreds of mp3's, new format... Ogg will need a [good!] encoder to tranform mp3's into oggs [and vice versa for quite a while, in order to alieviate 'hey Bob, you got that new [artist X] song?' "Yeah, but only in ogg"...]

    If they deliver what they prmoise and make a decent converter, I'll bite

    -={(Astynax)}=-

    --
    -={(Astynax)}=-
    "Darkness beyond Twilight"
    1. Re:my big question... by PurpleBob · · Score: 2

      You know, converting back and forth between two lossy formats can't be too good for the quality of the music.

      I don't think ogg-to-MP3 will really be necessary, assuming that WinAmp (and XMMS of course) will have plugins for Ogg.

      When I start using Ogg, I'm going to leave my Napster MP3s alone, and just work on re-burning my legal MP3s (surprisingly, about half of my collection) as Oggs from the CDs.
      --
      No more e-mail address game - see my user info. Time for revenge.

      --
      Win dain a lotica, en vai tu ri silota
  87. This guys got it all wrong. by lient · · Score: 3

    Binary is dead. Given the current buzzwordiness of XML, we need a human readable XML based audio format like so.

    <beep>
    <frequency>50hz</frequency>
    </beep>

    <guitar>
    <style>bass</style>
    <note>high C</note>
    </guitar>

    ...

    1. Re:This guys got it all wrong. by shren · · Score: 1

      That would be . . . MIDI? Except MIDI isn't human readable, unless you are a particularly obsessive human. Still... a MIDI to XML project shouldn't be all that hard.

      --
      Maybe the state's highest function is to grind out insoluble problems. (Zelazny, Hall of Mirrors)
    2. Re:This guys got it all wrong. by Admiral+Burrito · · Score: 2

      Binary is dead. Given the current buzzwordiness of XML, we need a human readable XML based audio format like so.

      The hard drive manufacturers must really love you. Imagine: A compression codec that increases the file size!

      Of course the free software community would counter with a ".ogg.gz" format, and Windows users would have their ".zip"...

    3. Re:This guys got it all wrong. by swdunlop · · Score: 1

      Not funny, not funny, not funny. ;) I've had the pleasure of coding for a Company that wants to take a perfectly fast and intelligent binary format and convert it to some ambiguous XML-ish format, because it gives the Marketing people joneses.

  88. Actually... by Svartalf · · Score: 2

    One can apply the same statement conversely. An imperfectly encoded piece of music is listenable, but a badly encoded viedo isn't really worth watching. It's all rather relative and subjective. It all depends on the level of imperfections- some people have a higher level of tolerance than others. The point I was trying to make (Which you completely missed, btw...) was that our eyes will pick out imperfections out of an image quicker than your ears will pick out imperfections in an audio stream. (Did you know that for all the "quality" of a CD or DAT, it's still very imperfect (the sound is composed of linear approximations that are performed at 44 and 48kHz respectively)? Most people will not pick out the imperfections in encoding in those media, but they can notice artifacts in an MPEG2 stream from a DVD if they're using a PC monitor or HDTV monitor to view them.)

    --
    I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
  89. .ogg files take a significantly bigger CPU slice by Anonymous Coward · · Score: 1

    I converted a couple of my MP3's to OGG format to test it out.

    The Results:

    1) The .ogg files was about 1 meg (20%) smaller than the .mp3
    2) I couldn't tell the difference in sound quality (although I did notice that the .ogg files use a variable bitrate)
    3) On my 266 NT box at work, Winamp playing an .mp3 takes about 4-5% of my CPU time, whereas Winamp playing an .ogg takes about 25-30% of my CPU time. This is a big (and painful) jump for me, especially when I'm compiling.

    I wonder if this number will improve as they progress through the beta stages...

  90. It's all about equipment... by Svartalf · · Score: 1

    Sadly, for most systems people use (whether it's a walkman, car stereo, or home stereo) you're not going to hear the differences- because the equipment is sufficiently imprecise enough to NOT accurately reproduce the distortions produced by the encoding, hence the "essentially perceptually lossless" claims for MP3, TwinVQ, and Vorbis- you're just not going to hear that much in the way of differences when it's encoded right. And that's just the equipment- not everyone can hear the differences when it's played on equipment that can reproduce the sounds as they're encoded.

    --
    I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
  91. Re:Why not spend time on video? by jaydub2001 · · Score: 1

    About a month ago, I went to hear a talk from one of folks at iCast, formally of icecast. The guy informed me that they are in fact working on an open-source video format. It is not based on mpeg4. I came away impressed with their committment to open source and their dedication to freeing users from the potential bonds of the mp3 format.

  92. Re:Guns instead of MP3s by alSeen · · Score: 2

    So says Handgun Control Inc. And you didn't even get the stat right. The lie they put up is that a gun is 22 times more likely to be used against someone you know. The thing they neglect to tell you is that that includes people you have just met before. The other thing they don't tell you is that most home defense is against people you know. Kinda makes sense, doesn't it?

    Stop swallowing what the media tells you and actually research things yourself.

    --
    alSeen@narnia.net

  93. If so, I for one will never use it by Chris+Johnson · · Score: 2
    Furrfu. I make a lot of use of compressed digital audio. Why would I stop using one sort of compression that's totally tied up with patents to go and use another sort of compression that's totally tied up with patents? N F W (and that's not "fscking" way, this time). I've been following Ogg Vorbis with great interest despite not being able to find Mac binaries. I mix my own recordings on an analog board and _know_ I can get the most out of Vorbis, and my artist agreement with mp3.com totally permits me to go make vorbised versions of any or all of my tracks and host them on a vorbis-oriented hosting service. But if they go and get into 'defensive patents' they can go pound sand, I won't help in the slightest.

    Quick clue session: there is no such thing as a defensive patent! A patent is a patent. The notion of a 'defensive' one is the intellectual property equivalent of passive-aggressive behavior. At the end of the day it's just a patent and has inevitably, unavoidably put the control in one person's hands, or one entity's, along with all the tools for abuse. There is NO such thing as a defensive patent. If people's desire to create and share their OWN INTELLECTUAL PRODUCTS is not enough to protect them legally- then we need a revolution of legal expectations, NOT 'defensive patents'. Are we not clear on the fact that the Vorbis people are doing their own work, in public, pointedly avoiding potential legal problems? Just how much credibility do we want to give potential attackers here? I'd rather be ready to scorn the potential attack and wave lots of evidence of prior art, instead. At some point that HAS to be enough. If it's not enough the system is so totally screwed that it's morally and ethically intolerable to cooperate with it in any way at all...

    1. Re:If so, I for one will never use it by Theodrake · · Score: 1

      What happens if they don't patent and someone does. I keep hearing horror stories of obvious ideas being patented. How hard is it to get a patent, once issued, revoked? How expensive? Is it cheaper to patent instead of fighting off patents.

  94. Holy crap by grappler · · Score: 2
    This guy is one-upping what the Fraunhoffer institute did practically single handedly? Guess it goes to show that there is always someone smarter than you...

    "What a waste it is to lose one's mind. Or not to have a mind is being very wasteful. How true that is"

    --
    Vidi, Vici, Veni
  95. Streaming music videos? Flash replacement? by Dr.Dubious+DDQ · · Score: 1
    (From the interview)
    Ralph is also hacking on MNG over Ogg

    Does this mean potential for cartoon "Music Videos" and or other animation with Ogg Vorbis?

    If OGG can keep sound and cartoon video synchronized better than Flash (which, at least on Linux, seems prone to getting out of sync), I'm definitely interested. I imagine "content authoring" tools for "Mng over Ogg" would end up more readily available and less expensive than ones for Flash.

    Obviously, as someone who's always been jealous of people who have the skills and talents to do animation, I'd LOVE to get some inexpensive, open tools to play with.

    Or am I getting my hopes up too quickly and/or misinterpreting this comment?


    Joe Sixpack is dead!
  96. You think Nanny Ogg would like it? by jw3 · · Score: 2
    Last time I checked "Carpe jugulum" Nanny Ogg & esp. Granny Weatherwax didn't like the priests of Om at all, and Vorbis is definitely the most prominent of them :-)

    Seriously speaking, Vorbis is named after the Pratchett character, but Ogg is not named after Nanny.

    Best regards,

    January

    P.S. Cuius testiculos habes, habeas cardia et cerebellum. :-P

  97. MUSIC content? by Chris+Johnson · · Score: 2
    I agree with your main point here, but man! This is the one field in which you just _cannot_ overlook MacOS (pre-OSX MacOS). A shockingly high percentage of professional music studios and pro-quality content producers (not soundcard people, people with actual studios) are MacOS based. Why? Because it will do hard realtime applications like digital audio or MIDI sequencing with perfect results on any Mac even vaguely capable of handling the task- digital audio on Nubus powermacs and some 68Ks with Digi boards, MIDI on anything even including the old black and white Mac Pluses and earlier. What happens is you lose the interface- the MIDI or digital audio records/plays perfectly without a bobble and screen redraw or mouse movement gets shaky if there's not enough CPU. No professional would have it any other way- interface responsiveness is _not_ worth a .01 second dropout in a final take in a recording studio billing hundreds of dollars an hour. Macs rule for this- ask the Geeks In Space guys- think of them as a funny sort of embedded system that happens to do a personal computer impression ;)

    So to hell with the 'Dozers, their soundcards won't be producing clean enough recordings to flaunt Vorbis anyways (except for the few mad dozers running kilobuck soundcards, that's different)- if there's anybody capable of doing it, get this stuff deployed on MacOS _pronto_, then do something like make an extension that adds the Vorbis codec to Quicktime. Hell, just whip up a quick and dirty SIOW port for just the CLI tools and have people use that for now- but get it into the hands of the serious professional audio geeks. Heck with the soundcard people! The majority of CONTENT is not generated by CD rippers- I'd say that content was the digital audio, and the ripping is just translating content that already exists. Wouldn't you rather have the artists releasing Vorbis content themselves?

  98. Vorbis compatible jukebox software... by Cryptnotic · · Score: 1
    As far as I know, there is only one jukebox software out there which supports Ogg Vorbis encoding natively. That software is the PhatMan music manager from PhatNoise, Inc.

    The software also supports MP3 and WMA encoding. Unfortunately, the software is currently Windows only.

    --
    My other first post is car post.
    1. Re:Vorbis compatible jukebox software... by wman32 · · Score: 1

      I've tried this software - it is actually pretty cool. I wish they would hurry up and release the PhatBox!!!!!

  99. Size/Quality Trade-off by Sly+Mongoose · · Score: 1

    I have to assume that anyone listening to MP3 today, is listening at what is to them acceptable quality levels. Because it they thought the quality was unaceptable, they would not be accepting it by listening! Therefore I see the benefit of the new format being one of size.

    If a .OGG (?) file with a bit-rate of 128 is equivilent in audio quality to the 192kbps .MP3s I currently use, then the advantage to me is the 33%-ish reduction in file size. This means I can buy a 40Gb hard drive instead of a 60Gb hard drive. I can get approximately 180 tracks on a CD-R instead of 120. I can download a track via my 56kbps modem in 20 minutes instead of 30, and an album in three hours instead of five. So all else being equal, why would I not choose to encode as .OGG files instead of .MP3? Why wouldn't I D/L .OGG files and take 50% longer to D/L .MP3?

    It is all down to one thing: The software that is available for me to use. I need to be able to encode my new CD's into the new format with the same degree of ease as I currently encode .MP3 files. I need to be able to playback the new format using the same or comparable software to what I currently use. (People using "skinnable" GUI applications will want to continue to do so, as will those who prefer using command-line apps.)

    It would appear that plug-ins for the common players are available, as are encoders for the common platforms. The coded is free, so anyone who wants can include it in their code. So it looks like there is every chance the software will be there when you want it.

    As for the Gbytes of 'legacy' .MP3 files out there, the playback applications simply need to be able to playback both formats interchangeably. It would be nice to have an MP3->OGG conversion utility, particularly one that did not cost in terms of audio quality. But that is not critical to the adoption of the new format.

  100. Holy CRAP! by Chris+Johnson · · Score: 3
    One percent royalty on music downloads? I am making upwards of $400 from mp3.com, the bulk of which is from free downloads (there's an incentive program, a million bucks divvied up among the musicians by mp3.com). That would be four bucks either from me or from mp3.com just for using the format.

    But wait, it gets better! A minimum of one cent per download??? Just how much do they freakin' think I _make_ from the downloads at mp3.com? I don't CHARGE people for those, it's part of the incentive program. As near as I can figure this would be in the thousands of dollars! O_O

    Oh, man, you are right, this _is_ scary. Hopefully I can get paid what I'm currently owed while still remaining 'blissfully ignorant' of this situation. To me, the one cent minimum royalty on each download is the CRUSHER- that is an absolute showstopper. Makes me glad I never invested in an encoder beyond BladeEnc (say what you want, if you have the capacity of pre-emphasising the highs you can get a really smooth full sound out of it that's not over-dull).

    Who knew? I could see a scenario in which mp3.com itself switches to Vorbis- that is, if it is actually possible to levy an mp3-distributing tax of a penny a download. Oy... this is nuts... looks like I have to teach myself C programming just to be able to compile and build Vorbis binaries for my Mac just to be able to operate as a musician... talk about 'not in the job description'! o_O

  101. MP3 vs OGG test results by Neuracnu+Coyote · · Score: 1

    I just finished doing a basic 'quality for size' test here where I created a wav of several different music types as well as speech, and ran it though an MP3 encoder (Musicmatch Jukebox 5, several times for different bitrates, and once for VBR) and an OGG encoder (once, using the standard encoder and standard options). If anyone is willing to host the resulting MP3 and OGG files, please email me at neuracnu at inlink dot com.

    The 4 minute, 42 second file took a staggering 13+ minutes to encode into OGG format with this AMD K6/2 333MHz machine. MP3 encoding took a mere fraction of that.

    The following files were produced:
    - 64kbps MP3 (2.15 MB)
    - 96kbps MP3 (3.23 MB)
    - 128kbps MP3 (4.31 MB)
    - 192kbps MP3 (6.46 MB)
    - VBR MP3 (5.58 MB)
    - VBR OGG (3.92 MB)

    As you can see, the OGG file weighs in someplace between 96 and 128 kbps MP3 files. Judging from my cheesy processor load meter, I can see that playing the OGG file uses about twice as many calculations as playing any of the MP3s.

    So far, I've found that OGGs are a little smaller than MP3s, take up a lot more clock cycles to play and a WHOLE lot more to encode. But how to they sound?

    Well, my ear has been trained to listen for MP3-like audio artifacts, and I didn't hear anything glaring in the music itself. The speech, on the other hand, was another matter. In laymen's terms, high pitched voices (I used "Part of Your World" from the Little Mermaid soundtrack) sound overly 'hissy' when compared with MP3, and low pitched voice sounds bland and subdued. I was not impressed.

    With these kinds of results, I'm not convinced that OGG will be replacing MP3 anytime soon at all.

    --
    --
    1. Re:MP3 vs OGG test results by xiphmont · · Score: 2

      Your voice observations are correct; mp3 has the same problem at comparable bitrates (compare ogg/mp3 in mono to see). Voice contains alot of high-frequency, highly correlated 'noise', but it's pulsed (and this is why all cutting edge voice codes are time-based and pulse/noise excited). mp3 has the same problems, but the extra boost of mid/side stereo is just enough to mask it (mp3 is actually starving the side channel to give you effectively a single 128kbps mono for voice)

      This voice problem (and pulsed noise artifacts in general) the last artifact we're actively working on. That along with channel coupling coming soon in Ogg should be enough eliminate the problem. We have the problem about half-licked in beta 2, but not completely eliminated at 128kbps; at 160 and above, there are enough extra bits to just snow the sample with extra resolution until the problem disappears.

      Monty

  102. But you can play mp3's in your car!!!! by frog51 · · Score: 2

    go to www.empeg.com and see what you think. 36 Gb of mp3 files in a unit that fits in your dashboard like a standard stereo, but it runs Linux and it rocks!
    I zapped all my CD's onto mine, downloaded a couple of ones and put on some of my own band - it is seriously versatile!


    Frog51

  103. This can be slipped in without the public knowing by grappler · · Score: 2
    The winamp and napster people could very easily get ogg in there with very little effort. Here's how:

    In napster, add some code to include .ogg files as part of the music collection (and I guess they'd have to do a little to read the files for bitrate, length etc).

    In winamp, add an ogg codec as part of the standard release (I think one already exists as a plugin) and add the file association along with the winamp lightning bold icon. Windows doesn't even show file extensions by default - it'll take some people a while to even know it was there.

    mp3 carries no brand loyalty - this could be very easy indeed.

    "What a waste it is to lose one's mind. Or not to have a mind is being very wasteful. How true that is"

    --
    Vidi, Vici, Veni
  104. Hardware MOD by Angst+Badger · · Score: 5

    What are you, high? We here at AmigaRut Industries have been working for friggin' years to bring a hardware MOD player to market! The advantages are obvious -- with such a small file size, you can fit tens of thousands of derivative, unimaginative techno dance tracks on a single CD at a sound quality that approaches a rusty gramophone being played through a walkie-talkie sealed inside of a ziplock bag and submerged in a toilet!

    I guess the lack of press coverage for AmigaRut's products is just another lamentable sign of the media conspiracy against forward-thinking Amiga-friendly companies striving to keep the hype alive for the latest, most bleeding-edge 80's technology.

    Unfortunately, our MOD player has been delayed because we have been working to incorporate not only S3M files, but also the old Apple II faux-stereo PCM files, complete with a codec that faithfully reproduces the wonderful warm, buzzy sound of the Apple II system speaker.

    You're not going to find value like that in any johnny-come-lately MP3 player, bucko!

    --

    --
    Proud member of the Weirdo-American community.
    1. Re:Hardware MOD by Angst+Badger · · Score: 2

      Damn. Amiga bashing is cool nowadays,

      Don't be silly. Amiga bashing was cool ten years ago, too, but we had to wait until the third or fourth time someone threatened to revive the machine as a point-and-drool set-top box before we could really score some yuks. ;)

      --

      --
      Proud member of the Weirdo-American community.
  105. Market push by DarkMan · · Score: 1

    Technology is not mainstream unless there is some push factor.

    Current pull factors ("It's cool!", "It's smaller!", "It sounds better!") wil not make it mainstream.

    This is the same as PNG.

    The tools to produce ogg files exist now, as do the players. Yes, same as PNG.

    The difference is that most GIF's downloaded are from small sites [0]. There are no gallerys of GIF's for download, that are well used.

    Most (legal) MP3's are downloaded from large(ish) sites. There are large 'gallerys', that are well used (cf mp3.com).

    It is those sites, along with streaming audio content (internet 'radio'), that are made to pay the Fraunhofer group (via patent). They are the ones to benefit from the change. And it's a big benefit. (Files are generally smaller for same quality in Ogg - that saves money too, in terms of bandwidth).

    There is a plugin for WinAmp, and Sonique. Apparently the Sonique plugin will be included in next main distribution too. Hopefully next verion of WinAmp too.

    [0] Erm, prehaps 'site with a small number of gif's' would be more accurate.

    1. Re:Market push by MissingFrame · · Score: 1

      Let's put it this way; /. uses GIF all over the place, yet PNG has been supported by all the browsers for at least a year. Nobody has time to convert all the GIFs to PNGs, and are too lazy to change the settings of whatever generates them. I fear the same may happen to Vorbis (and I don't want it that way!) MP3 is part of our language(s), as is GIF. In fact, even if Vorbis takes over completely, it'll be years before people call them anything but MP3s. If I knew how to change it, I would, but you can't change history (think of Kleenex and Crescent wrench for examples).

    2. Re:Market push by swdunlop · · Score: 1

      It's a trivial motion to install a new sound player. Now, for a windows user to install a new web browser, it'll take him a while, and it might not be effort worth taking.

      Also, the initial push from MP3 to OGG will come from home users, who are maintaining personal libraries of music, and want better/tighter/faster compression. I don't know if OGG will necessarily win inside a year, but it's definately on the right track to beating MP3's market share.

  106. No by DarkMan · · Score: 1

    There is no need for defensive patents. There is prior art - the main algorithms were publish over 30 years ago.

    That's one helluva prior art.

    Besides, when the aim is for free and patent free codec, patents are silly.

    It's all patent free, deliberatly so.

    Besides, what (exactly) can cause you to _need_ a patent for defensive purposes? A Patent gives a limited monopoly, to allow you to stop others from using your invention. how would they assist in this case?

  107. I tested .ogg versus .mp3 by OverCode@work · · Score: 1

    I recently encoded "Dream Theater - Pull Me Under" as both 128kbps MP3 and Ogg Vorbis.

    The Vorbis file was a bit larger, but not absurdly so. It's a variable bitrate format, apparently. I couldn't figure out how to disable VBR. I asked for an average bitrate of 128. As it stands, I doubt many people will for i in *.mp3; do ogglame --mp3input $i; done, but it's a workable option. The codec is improving.

    The Vorbis file also took much longer to encode, but perhaps that was because I was using the highly-optimized Gogo encoder (ie, almost pure assembly) versus the in-development Ogglame encoder. I also seem to recall that variable bitrate encoding is generally slower.

    The quality of the Vorbis file was excellent, as far as I could tell. I used the vorbis XMMS plugin to play it. My laptop's speakers leave something to be desired, but it even sounded a bit richer than the MP3 file.

    I intend to use Vorbis in one of my upcoming projects. It's totally free, and it's basically painless to support (the API is very clean).

    I'm under 21, so I can't buy the Ogg people a beer, but someone please do!

    -John

  108. Re: PNG by takshaka · · Score: 1
    The only place I ever see GIFs anymore these days is on the web.

    So, everywhere but in the most popular and widely-used medium for digital image files, PNG is king? Rock on.

  109. fine but .... by killmeplease · · Score: 1

    what about streaming audio. I think that the problem with mp3s is that we are still dealing with the distribution of music, be it files or cds with files on them. It seems to me that we could put a database of every song every made on the Internet/Web(for newbies) and allow people to play anything from that database without downloading files. This whole idea of playing lossy signals and waiting 10 minutes for each song baffles me. What do you think? Most people think this sounds like a weird idea but I think this will be the only way to make things work when we have these mega-bandwidth wireless devices. Why have storage on them? The idea of paying IBM for micro drives when we have tremendous storage elsewhere baffles my mind.

    --
    - Kill Yourself, spare us all! -
    1. Re:fine but .... by swdunlop · · Score: 1

      RTFA. (Read the f***ing article.) Two individuals from IceCast are adapting their software to stream Vorbis.

  110. someone to build alternative to divx? by Pegasus · · Score: 1

    really, just take some similliary developed video codec, or mpeg2 if there is none, and combine it with ogg. cant see why it wouldnt work ... any volunteers? :)

    1. Re:someone to build alternative to divx? by swdunlop · · Score: 1

      Actually, the guys at Xi appear to have their sights set on making a video codec as well.. But they're doing first things first, by doing Vorbis for audio data. Look at the earlier mentionings of Ogg Vorbis in Slashdot, and you'll read more about it.

  111. Can convert with LAME but with some quality loss by porky_pig_jr · · Score: 1

    You can convert between mp3 and ogg files using LAME, the one which has OGG support, but there will be some quality loss. Formats are not compatible.

  112. Answering a few of the readers' replies by xiphmont · · Score: 5
    A few people either missed points I made in passing (as I don't believe in or ) or asked made decent points the interview didn't touch. I want to catch a few of them now.

    First, Beta 2 is not out yet!. It'll be on www.vorbis.org and www.vorbis.com in inch high letters when it is :-) We're still shooting for releasing tomorrow.

    "No one will switch to Ogg Vorbis because mp3 is dominant"
    Consumers are not going to switch, the industry is. Both small and large industry players are going to try to avoid mp3 because of the licensing. For a small artist, $15,000 is alot of money. For the big companies, a flat percentage/per track fee is a huge chunk of cash. I stand to save my sponsor, iCast, around eight figures next year and they're not even one of the industry 'heavyweights' (yet ;-)

    ...and when the industry switches, so will the consumer.

    Now, the Slashdot crowd is not the typical herd of consumer sheep, but we're also a drop in the consumer bucket (we have more weight as techies than marketing segments). Ogg Vorbis will achieve market penetration top down because it saves everyone a ton of money and frees business plans from a large, uncontrollable external influence And if *companies* will use Vorbis to eliminate being yanked around (who says mp3 prices aren't going to go up? Remember, FhG reserves the right to set licensing case-by-case; MusicMatch gave away around 20% of their company for a free encoder license), the Right Thing for individuals is even more clear.

    "Ogg Vorbis: Don't sell your Soul (or your equity)"

    "There's been no real reason to think that MP3 will be "controlled" by the dark forces of the RIAA. MP3 is VHS, Ogg is Beta (a bit better - but is it worth the switch?)"
    Actually, this is backwards. Beta died exactly because Sony strangled the format with licensing in order to keep complete control of it. VHS won because of relatively open licensing.

    "I compared LAME 3.84 to Ogg Vorbis and LAME always sounded better."
    First off, you're probably comparing beta 1; there were several analysis bugs that are fixed in CVS and beta 2.

    Secondly, I mentioned although I did not emphasize, that Ogg Vorbis does not currently have channel coupling. If you're comparing Ogg Vorbis to LAME, you're comparing an essentially 'bundled mono' compression [today] to mid/side stereo in mp3. If you tell lame to compress two mono channels (like *current* Ogg Vorbis is), you'll see that you need to hike LAME up to about 192-225kbps to compare to Vorbis 128kbps in non-mid/side stereo. The fact that Vorbis (l/r stereo) still often beats LAME (m/s stereo) is astounding.

    Yeah, it's not fair to say 'we're better than mp3 if you cripple mp3'. The point is that this is the next feature we're implementing and at that point, our bitrate, for a given stereo quality, will drop by about 40% just like in mp3. From Segher, a hardcore mp3 hacker and friend:

    You say m/s stereo reduces the needed bitrate in mp3 by 30-50 kbps. My experience shows me that a 224kbps stereo is about equal to a 128kbps m/s-stereo for most material (i.e., material for which m/s is beneficial). That is about 100kbps.
    (I was being conservative with 30-50kbps)
    "There is no dark conspiracy between the RIAA and MPEG"
    You're right. There's no secret conspiracy. It's all very out in the open. MPEG (FhG especially) is fundamental in developing SDMI, and RIAA-mandated SDMI is an integral part of AAC/MPEG4.

    Courtney Love and others go off on this particular rant much better than I do, so I'll let it go at that ;-)

    "Not all companies are scum and many have acted in technological/public interests."
    Correct, but that is not the case here.

    MPEG is not non-commercial (why do people thing they are?). It is an industry standards consortium. The aim of the RIAA and MPEG is to *make money* and maintain the necessary control to do so. That does not mean that they will act abusively, however the chances of them doing so are greater without any moderating agent.

    Who here remembers the old phone company joke [back when AT&T had a monopoly in the US]: "We don't care; we don't have to. We're the phone company."? Extrapolate and roleplay accordingly. Why do people get up in arms about Echelon controlling/monitoring email when it's perfectly OK for MPEG/RIAA/SDMI to do the same thing?

    "Decode takes up about twice the CPU of mp3"
    Also true for now. Vorbis decode is *not* more complex than mp3, I'm simply a better engineer than I am an optimizer. Decode is bound on the iMDCT and iDRFT transforms I wrote (couldn't find any open source for them at the time) and they're not particularly speedy. Segher, Takehiro from GOGO/LAME and others are looking at making my solid but slow code a little less station-wagon-like :-)

    (BTW, if you're using top to see CPU usage, you're suffering from undersampling inaccuracy. At a minimum, compare mp3 decoders to vorbis decoders using 'time' not 'top' ;-)

    "How will you defend against patents? Why should I believe this 'patent free' claim?"
    IP patents are slowly turning into "watch the USPTO go clinically insane", so there are no guarantees. However, iCAST is footing the bill for an independent patent review of Ogg Vorbis. I'm probably not allowed to make an official statement at this time, but I will say (whether I should or not ;-) That the patent attourneys involved do not believe there are any plausible infringement claims possible against Vorbis.

    We'll have an official statement eventually, but the Wheels of Justice are already grinding much faster than the lawyers involved are used to ;-) I will also say I've been pleasantly surprised at how technically sharp the lawyers we're working with are.

    1. Re:Answering a few of the readers' replies by ChadN · · Score: 1

      Thanks for taking the time to explain Ogg Vorbis, and answer these questions. I'm currently spending my spare time learning about the details of mp3 encoding (the *deep* details), and am looking at Ogg Vorbis as well. I'm particularly interested in what kind of improvements you can make using wavelet pre-encoding, as I assume this will allow you to encode transients more efficiently in the frequency domain (rather than just jacking up the bit rate). Do you see this being implemented in the next 4-6 months?

      I'm currently reading "A Wavelet Tour of Signal Processing", and it is quite an eye opener for someone with a background in PDEs or signal theory.

      --
      "It's overkill, of course. But you can never have too much overkill." - Anonymous Slashdot Coward
  113. Q: Metadata? by harmonica · · Score: 2

    Can anyone tell a bit more about what metadata can be included in the .ogg files? A link, maybe? It was shortly mentioned that someone was working on it... Or is reading the source the only way right now?

    1. Re:Q: Metadata? by xiphmont · · Score: 2

      Right now, there's a comment header that allows text labels like 'TITLE', 'ARTIST', etc. A description of this header is in the CVS source int he doc/ directory.

      A metadata stream type is in progress; see the vorbis and vorbis-dev mailing list archives at xiph.org to see ongoing and past discussion.

      Monty

  114. Backwards compatibility by Anonymous Coward · · Score: 1

    Actually, there is an issue of backwards compatibility. Vorbis decoding currently about 60-70% (or more) of a P166MMX processor, MP3 uses 5-10%. Vorbis makes the entire system unresponsive - it needs a lot more optimization before it becomes usable on older computers.

  115. GIF vs PNG = MP3 vs Ogg Vorbis by hyoo · · Score: 1
    PNG is better and patent free but people continue to use GIF. Even though Ogg is better it may just dissapear under the shadow of MP3 and all the media that the format is getting.

    What is the big deal anyways. As long as I can get an MP3 encoder/decoder for free then I am happy. Hard drive space isn't an issue, and I don't think that an increase in audio quality by a few percent is enough for me to switch from MP3.

    Slashdotters are the type of people that would be anti-GIF because it isn't "Free". The funny thing is that Slashdot uses GIF images and not PNG... I wonder why.

    1. Re:GIF vs PNG = MP3 vs Ogg Vorbis by Mike+A. · · Score: 1
      The reason why Slashdot uses GIF images is that there's still a lot of browsers out there (Netscape 3.0, for example, which a lot of people are still using because it isn't nearly so bloated as 4.x) that don't support PNG.

      We don't have nearly so much of a problem in the MP3 player space - all we have to do is get Ogg Vorbis plugins made for WinAmp and XMMS and we're all set.

      --

      --

      --
      Do I look like I speak for my employer?
  116. Encoding latency? by jcr · · Score: 1

    What I want to know is, what's the latency to encode a Vorbis stream to a given (say, 56K bits/sec) bitrate?

    What I'm getting at is: can this technology be used for telephony?

    -jcr

    --
    The only title of honor that a tyrant can grant is "Enemy of the State."
  117. Good Point, Chris. by jcr · · Score: 1

    I'd love to see an Altivec-optimized implementation of Vorbis, included in Quicktime.

    -jcr

    --
    The only title of honor that a tyrant can grant is "Enemy of the State."
  118. Well, that's the trade-off. by jcr · · Score: 1

    Better compression takes more CPU. The question is, what's more important?

    -jcr

    --
    The only title of honor that a tyrant can grant is "Enemy of the State."
  119. I just asked Monty.. by jcr · · Score: 1

    The window latency is about 50ms. The rest of the encoding latency will be CPU-dependent.

    -jcr

    --
    The only title of honor that a tyrant can grant is "Enemy of the State."
  120. plu$ ca change by MadAhab · · Score: 3
    In looking over what big media companies are spending to have Real Networks stream their audio, and in looking at what iCast is doing by supporting this, it's a great example of where self-interest can create a public good, especially if it's a smarter self-interest than what others are excercising.

    Streaming is nowhere near economical as is. The existing commercial formats take way too big a bite of a would-be streaming company's budget. To make way for small broadcasters, you need Ogg or something like it.

    Running a company like iCast, you see your margins get shaved to hairs by the likes of Rob Glaser and Bill Gates. But it's not feasible to engineer a new format from scratch and force its adoption on the market. So what do you do?

    Find a smart, dedicated believer in an alternative format, and fund his dream project. In the end, you give away the product, but you also liberate yourself from crushing per-stream licensing and expensive, unstable, coercive OS choices. You give away the milk, and in return, you get the cow. If the standard takes off, they will be able to compete against Real, and iCast's investors will be slapping each other's backs over the best investment they ever made. Just keep the smart guys who made it possible, treat them well, and if the format takes over, you can get all the business for outsourced streaming (and very few companies want to do it themselves) since you are, after all, the source of the streaming server software that powers it.

    That's why you should pay very close attention to the article and parent comment's mentions of hardware players and industry support. These guys have made a very smart play, one I wish I was in a position to make because I saw it coming.

    Boss of nothin. Big deal.
    Son, go get daddy's hard plastic eyes.

    --
    Expanding a vast wasteland since 1996.
  121. this was said about LPs.. by ebbv · · Score: 1


    when going to CDs... that you won't hear the difference, but if you listen to a pristine vinyl LP on a high quality system and compare it to the CD equivallent, the vinyl LP still sounds better. it's smoother, has a 'warmer' sound to it.

    obviously, though, vinyl wears out and the sound quality is never quite as good after the first few play throughs.

    you are wrong about CDs containing more than our ears can use... that's like saying a movie contains more than our eyes can use. yes, you may not notice everything about the movie on every viewing, but on subsequent viewings you will notice things you didn't before...etc.

    i realize there are also physical limitations to our ears, as there are to our eyes,.. however, once again, people can tell the difference between 60 frames per second and 80. even though your eye cannot distinguish each individual frame, you can tell one is 'smoother' than the other.

    if you're not an audiophile, MP3s may be fine for you, maybe you cannot tell the difference.

    i can.
    ...dave

    --

    Think different? I'd be happy if most people would just think...
    1. Re:this was said about LPs.. by Alanzilla · · Score: 1

      I'll agree that an LP has a warmer sound, but I disagree about sounding "better".

      The CD reproduces much more exactly the sound that is actually there. This, just like flourescent lighting, does not always make it more pleasant, however.

      It can, though, if the mix for the CD was done correctly. One of the best CDs ever is the first commercial digital recording: Telarc's Cleveland Symphonic Winds. Truly, a marvelous sound achievement, and much better than the vinyl (I have both).

  122. Macintosh support by Chris+Hanson · · Score: 1

    My company recently submitted Macintosh support to the Vorbis project; they're in the CVS tree as of sometime earlier tonight.

    I did most of the initial work at MacHack this June, and I finally found the time to clean it up and contribute it to the project.

    If you have a CVS client and CodeWarrior Pro 5.3 you can build the Vorbis CODEC shared library, the WAV encoder example, and the raw PCM audio decoder example and use them on the Macintosh. It's not a complete, do-everything QuickTime CODEC, but it's a start.

    Many thanks to Christopher Montgomery for giving such a cool gift to the world.

    --
    Christopher M. Hanson
    President

  123. OGG Video by Mike+Hicks · · Score: 2

    Monty and others have done work on a video codec, but it hasn't been released yet. They want to get Vorbis out the door before re-focusing much effort on that.
    --
    Ski-U-Mah!

  124. chance to succeed - better quality at 128Kbps by porky_pig_jr · · Score: 1

    The only way Ogg Vorbis can succeed is to cleraly demonstrate it can do a better job than mp3 at 128Kbps, somethine en par with AAC (like LiquidAudio). Since AAC is heavily patented, and there are no free implementations available (seems like FAAC isn't going anywhere), Ogg may get its chance. As to the fact that mp3 is formally not free either - who gives? It is an open standard. THere are some fairly decent free encoders and a large number of decoders. Period.

  125. Slightly OT: ogg vs ATRAC by PhunkySchtuff · · Score: 1

    can anyone out there in net.land comment on how ogg compares to sony's ATRAC compression, used on MiniDiscs and now in their MemoryStick audio products? I've seen repeatedly that atrac sounds better than an mp3 at the same bitrate, but things like this are pretty hard to quantify... if there are any refs to ogg vs atrac, i'd love to see them. -- kai

  126. Re:Guns instead of MP3s by h4x0r-3l337 · · Score: 1
    So says Handgun Control Inc. And you didn't even get the stat right

    I'm pretty sure I got the "43 times" figure right. Unfortunately I accidentally deleted all my bookmarks, so I can't provide a URL (I bookmarked it for exactly this kind of discussion).

    The thing they neglect to tell you is that that includes people you have just met before. The other thing they don't tell you is that most home defense is against people you know

    It doesn't matter who uses the gun against whom. When you confront an armed intruder in your house with a gun of your own, somebody is likely to get shot. Chances are, it's going to be you. Not confronting the intruder gives that intruder no reason to shoot you (either deliberately or in panic). If you value your VCR more than your life, then by all means go ahead and buy a gun. Gun owners are at an evolutionary disadvantage, so the problem will solve itself in the end ;)
    (also, consider for a moment why even people in high-crime areas in Europe (and most of the rest of the civilized world) get by just fine without weapons for "home defense")

  127. Some cockamamie ideas by JCCyC · · Score: 1
    Use the extension .ovo -- isn't that the name of Peter Gabriel's new album? It's "egg" in Portuguese.

    "Music in an egg". Hmmmm. Egg breaking, musical notes coming out of it.

    Use an egg as a logo. Explain it isn't an egg, it's an ogg.

    Or I'm slightly deranged and everything in this message is gibberish, including this. It's late, I gotta sleep. But first I'm gonna have a snack. Some fried eggs maybe.

  128. Re:Guns instead of MP3s by steveha · · Score: 1
    People with guns in their house are 43 times more likely to be shot in their own home than people without a gun in their house. You're better off without the gun.

    This turns out not to be the case. The 43:1 ratio is a myth. If you take out the suicides, accidents, and justifiable homicides, and consider actual murders compared to actual killing in self-defense, the ratio looks more like 4:1. But most gun owners avoid shooting people as much as they can, and 98% of the time defend themselves without killing anyone, so the actual ratio looks more like 1:75 (75 people saved by guns for each one lost). Follow the link for support of the 1:75 claim. See also here.

    Dr. Lott has shown that using a gun to defend yourself gives you the best chance to escape an attack unharmed.

    steveha

    --
    lf(1): it's like ls(1) but sorts filenames by extension, tersely
  129. Re:Guns instead of MP3s by crok · · Score: 1

    Why do I get the feeling that someone's had one deathmatch too many? ;-)

  130. Re:Try minidisc! throw out them cassettes by non_linear · · Score: 1

    The purpose of minidisc is not to replace cds, but to record audio (not to store computer data) in a convenient format. they're meant to allow easy editing of tracks and easy re-recording (not unlike cassette tapes).

    SCMS can be shut off in a pro MD deck, so digital copies can be made for the musician in all of us. ;)

    anyway check out minidisc.org for more info.

  131. Re:Try minidisc! throw out them cassettes by non_linear · · Score: 1

    oops! the main purpose is audio. data storage is a side issue, unless MD2 takes off. my bad!

  132. Re:Try minidisc! it works! by non_linear · · Score: 1

    Nothing is perfect, but ATRAC compression (used in minidisc recording) is now a mature technology compared to its intro in 1996.

    I've done live recordings with MD. sounds fine to me! ;)

    check out minidisc.org for more info.

  133. Re:Troll Season! by StarKruzr · · Score: 1

    This isn't really a troll, it's just sort of silly.

    Email me.
    Don't trust anyone over 90000.

    --

    +++ATH0
  134. as i said.. by ebbv · · Score: 1


    i've used LAME, i've used everything, you are just not experienced in the ways of the audiophile. you even admit you haven't done any listening tests, why then do you bother trying to correct me?

    i think most people, if they do some listening, will notice the difference. it is quite striking to me.

    and to the person below, my MOD/S3M comment was a joke.. duh.. :P
    ...dave

    --

    Think different? I'd be happy if most people would just think...
  135. Wavelets by swkelleher · · Score: 1

    >> Wavelets are still something novel that no one >> else is using in serious production yet, and >> we need to do more real R&D before it's ready Maybe this is true in Mr. Montgomery's world, but not in video compression. We've been shipping a system with multiplexed video being compressed by wavelet hardware for over a year now... It has definite advantages over our MPEG versions of the same product.

  136. no what i meant was by ebbv · · Score: 1


    i can't currently and why would i want to install a system that would allow me to?

    and no it is not going to be the same quality as a CD player, that's a load of crap. see the other thread on this subject.
    ...dave

    --

    Think different? I'd be happy if most people would just think...
  137. uhh you're not differing by ebbv · · Score: 1


    you're just pointing out a situation where you CAN'T get the CDs.. but you would if you could for a decent price, right?

    well, if you don't care about quality you might not... anyway, this has nothing to do with the point i was making.

    i listen to a lot of music you just can't walk into the random CD store and find, but i know good stores i can go to and find rare CDs, and i make it my business to do so.
    ...dave

    --

    Think different? I'd be happy if most people would just think...
    1. Re:uhh you're not differing by RickHunter · · Score: 1

      Well, yes, you do have a point. However, remember that digital audio encoding is still a work in progress. From what I've heard, Ogg Vorbis is better than MP3, and whatever comes after Ogg Vorbis will be better than both. Remember that you are making a trade-off in quality (which I personally can't detect) for ease of access.


      -RickHunter
  138. Re:Guns instead of MP3s by h4x0r-3l337 · · Score: 1

    I can understand taking out the suicides, but why the accidents? If you accidentally get shot with your own gun, you're dead. Had you not had that gun, you would still be alive.
    The 75:1 ratio is a myth too of course. By presenting it this way you make believe that without guns, those 75 people would have died. Still even it is "only" 4:1, you are putting yourself at risk. This argument is just like the smokers versus non-smokers debate though. In their heart everybody knows smoking is bad for you, yet the addicts don't want to give up their God-given right to put themselves and others at risk.

  139. Re:Guns instead of MP3s by steveha · · Score: 1
    I can understand taking out the suicides, but why the accidents?

    Look, this is off-topic for the MP3 thread. It's a topic I care about, but we are abusing /. by discussing it here. I'll answer your questions, but if we want to continue this, we need to take it somewhere else.

    In the first place, an unknown number of gun cleaning "accidents" are actually suicides, done as a fake accident so that life insurance will pay off despite a no-pay-for-suicide clause. In the second place, people who quote the "43:1" statistic often say you are 43 times more likely to be shot, not to shoot yourself by mistake, so I think it is valid to pull those out. Third and finally, the number of accidents was so few in the Kellerman study that it doesn't really matter if we leave them in or out.

    The 75:1 ratio is a myth too of course. By presenting it this way you make believe that without guns, those 75 people would have died.

    This seems fair to me, since the anti-gun folks are claiming that in the 43:1 case that none of the gun suicides would have committed suicide using some other means than a gun, and none of the murder victims would have been murdered by some other means, and so on.

    If you read the link I put to Dr. Lott's article, you will see that actual research has shown that resisting violence with a gun is the safest thing you can do. ("Give the attacker what he wants" is, for a woman, 2.5 times more likely to result in harm. Even for a man, it is 1.4 times more likely to result in harm.)

    See you on some other forum if you want to keep this discussion going.

    steveha

    --
    lf(1): it's like ls(1) but sorts filenames by extension, tersely