• ms.lane@lemmy.world
    link
    fedilink
    English
    arrow-up
    16
    ·
    13 hours ago

    Does this mean the people playing their crappy music at full blast on speakers as they walk are now providing a public service?

  • panda_abyss@lemmy.ca
    link
    fedilink
    arrow-up
    38
    ·
    17 hours ago

    Here’s a fun trick: If you have N microphones on an area you can filter the audio to N -1 voices using just linear algebra, no AI.

    It’s a very cool trick.

    Now imagine what happens when you add AI and blanket an area.

      • panda_abyss@lemmy.ca
        link
        fedilink
        arrow-up
        14
        arrow-down
        1
        ·
        13 hours ago

        I had to do a bit of research to remind myself. We did this in university as an exercise, so it was a while ago.

        Basically with N signals (speakers) and M mixes (microphones). When M > N then you can create an MxN matrix and solve it numerically, and we were able to do that pretty easily. We also did the case where M=N as a demo and we used ICA for that with either projection pursuit or SVD, I can’t remember.

        You can read more about this on Wikipedia:

        With modern models this would be even easier with fewer microphones, and there’s been a lot of time and money between when these methods were devised and now.