Slashdot Mirror


Speex Goes 1.0, Xiph Goes 501(c)3

Emmettfish writes "Hey, folks! We've posted an announcement this morning; Speex (the free and open voice compression codec by Jean-Marc Valin) has gone 1.0, and the Xiph.Org Foundation is now officially recognized as a charitable non-profit organization by the IRS. Donate to help us write more Free Software and get a tax break. Thanks!"

7 of 128 comments (clear)

  1. Re:What's the difference between Speex and OGG? by pe1rxq · · Score: 5, Informative

    Speex is a voice codec used for low bandwidth voice data (ie voip).
    Ogg is a container format, you can put speex data inside an ogg file.

    You probably mean Vorbis, which is an general purpose audio codec much like mp3. Most of the time vorbis data is also put into ogg files.

    Jeroen

    --
    Secure messaging: http://quickmsg.vreeken.net/
  2. Re:This is good by popeyethesailor · · Score: 5, Informative

    Isnt that what Speakfreely is about ?
    Also available for Unix.
    CLI based, but some front-ends are available too.

  3. Re:This is good by cduffy · · Score: 4, Informative

    On a related note: if there are any other active projects for a netmeeting-type application (I'm aware of Gnomemeeting, but I'd like to avoid the whole directory/ILS business, and just do simple person-to-person calls, with possible encryption if desired), please post a link.

    You *are* familiar with Speak Freely, right?

  4. Public Software Fund by Russ+Nelson · · Score: 4, Informative

    We just went through this at the Public Software Fund. Basically, you need a good lawyer and thousands of dollars. You also need to show that nobody will get any private benefit from the publicly-funded works. You also have to show that what you're doing falls into several categories of public benefits, like scientific research, or charitable works.

    But if all you want to do is have your public software project receive tax-free donations, just register with Pubsoft and add your project to the list?

    --
    Don't piss off The Angry Economist
  5. Re:hmmm by arvindn · · Score: 5, Informative
    From your fake username, url and sig, I assume you are trolling. However, might as well clear up a point.

    From the speex website:

    Position regarding patents

    The goal of Speex is to provide a codec that is open-source (released under the LGPL) and that can be used in open-source software. This implies that it also has to be free from patent restrictions. Unfortunately, the field of speech coding known to be a real patent minefield and to make the matter worse, each country has its own patent laws and list of granted patents so tracking them all would be next to impossible. This is why we cannot provide an absolute warranty that Speex is indeed completely patent-free.

    That being said, we are doing our best to keep away from known patents and we do not patent the algorithms we use. That's about all we can do about it. If you are aware of a patent issue with Speex, please let us know.

    Normally there shouldn't be any problem when you use Speex. However for the reasons explained above, if you are thinking about using Speex commercially, we strongly suggest that you have a closer look at patent issues with respect to your country. Note that this is not specific to Speex, since many "standardized" codecs have an unclear patent status (like MP3, GSM and probably others), not to mention the risks of a previously unknown patent holder claiming rights on a standardized codec long after standardization (GIF, JPEG).

    Strangely I got a 404 on their website, but got the above info through the google cache.
  6. Re:Sourceforge next? by J.+Tang · · Score: 4, Informative

    Kind of off-topic, but not really, no, you cannot deduct time spent on OSS projects. Under the section "Contributions You May Not Deduct" on page A-4, 2002 1040 instructions, you cannot deduct "Value of your time or services".

    So if you're looking to itemize deductions this year, give money to Xiph et al.

    Disclaimer: IANALTP (I am not a licensed tax preparer)

  7. Re:What's the difference between Speex and OGG? by jonathan_ingram · · Score: 4, Informative

    An example from the media formats world:

    AVI is a container format (it standard for Audio Video Interleave, or something similar). Within reason, you can put data encoded with many different audio or video codecs into an AVI file -- the most common choice these days being an MPEG-4 variant (i.e. DivX) for the video, and MP3 for the audio.

    A similar situation holds for Apple's container format, which often has the suffix .MOV (this is also the basis for the MPEG-4 container format). Most commonly, you'll see .MOVs with the Sorenson video codec -- and it's the closed nature of this video codec which has (until very recently) held back most .MOVs from being played back in Linux.

    Back to Xiph's products: Ogg is the overall container format. It's quite simple, and is currently being submitted to the IETF as an internet recommendation. Inside this container, you can place whatever you like. Until very recently, almost every Ogg file would contain Vorbis audio, which leads to the confusion a lot of people have between the things Ogg and Vorbis stand for. This is slowly changing. Quite a few people in the movie ripping world are using Ogg as an alternative to AVI, as the Ogg container format is a lot happier with containing variable bitrate codecs (such as Vorbis) than AVI is (even variable bitrate MP3 can only be inserted into an AVI container by a fairly dodgy procedure).

    Xiph's codecs include Vorbis, which is for medium bitrate music, Speex, which is for low bitrate speech, FLAC, which is for high bitrate lossless audio, and in development is Theora, a video codec which is a reworking of the previously closed VP3 codec by On2.