Slashdot Mirror


3D Sound by Creator of MP3

im333mfg writes "News.com has an article detailing the Fraunhofer Institute for Media Technology's latest and greatest audio solution, Iosono, or as they're putting it 'true three dimensional audio, which can give the impression of, for example, a horse galloping through the center aisle of a movie theater, or pinpoint a noise so that it sounds exactly like a person shouting from outside theater walls. The best existing surround sound speakers can approximate this only for a small sweet spot, perhaps a few feet wide, while the Iosono system would create the same realistic illusion for everyone in the room.'"

4 of 166 comments (clear)

  1. BENEDICT ARNOLDS OF THE OPEN SOURCE MOVEMENT by Anonymous Coward · · Score: -1, Offtopic
    • Marc Andreessen made 100s of millions of dollars shortly after graduating from UIUC. Today's graduates of the same university face moving back in with their parents. "Fuck that, I got mine!"
    • Brian Behlendorf decided he'd rather go to India to recruit software engineers than help out the graduating classes of 2001-2004 here in the US.
    • Robert Malda stood idly by and said NOTHING while his company offshored its flagship product.

    Miguel de Icaza, Bruce Perens, Eric Raymond, and Linus Torvalds all got rich off the Open Source Movement. What do you have to look forward to?

  2. Google translation of first page. by LightningBolt! · · Score: -1, Offtopic

    Hugs are really simple.
    Hugs are really fun.

    There are many kinds of hugs.
    What's your favorite one?

    My favorite hug is a birthday hug.
    A birthday hug makes me feel so special.

    My favorite hug is a grandparent hug.
    I love it when they come to visit.

    My favorite hug is a "that's OK" hug.
    Thank you. That makes me feel better.

    My favorite hug is a puppy hug.
    Ooh! That feels all wet and tickly!

    My favorite hug is a "feel better" hug.
    Now it doesn't hurt so much.

    My favorite hug is a "good job" hug.
    Yea! I like feeling proud.

    My favorite hug is a "don't be afraid" hug.
    That makes me feel safe.

    My favorite hug is a goodnight hug.
    Ah! Now I feel all warm and snuggly.

    My favorite hug is an "I love you" hug.
    That's the best feeling of all!

    Hugging once, hugging twice -
    Every hug feels very nice.

    --
    Old people fall. Young people spring. Rich people summer and winter.
  3. you should try gnu online dating? by Anonymous Coward · · Score: -1, Offtopic

    wherever it went? just the idea, causes the excitment/action?

  4. Re:Phased array sound by Anonymous Coward · · Score: -1, Offtopic
    your sig fails it!

    void (*sig(int sig, void (*sig)(int)))(int);

    cdecl> explain void (*sig(int, void (*)(int)))(int)
    declare sig as function (int, pointer to function (int) returning void) returning pointer to function (int) returning void


    first, your function takes in 2 variables named sig. second, it returns a function "void x(int)", and accepts and int and a "void x(int)", but itself takes in (int, (void x(int))), so declarative recursion is not possible. outside of being obtuse syntax, it is not in any way clever.

    YOUR SIG FAILS IT!