Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Acoustic Echo Cancellation

Discussion in 'Audio & Video' started by DeltaCygniLabs, Feb 3, 2015.

  1. DeltaCygniLabs

    DeltaCygniLabs

    Joined:
    Nov 27, 2013
    Posts:
    14
    Hello,

    I'm coding a Voice over IP system, and then I need an echo cancellation mechanism. It has to work on all platforms; Android, iOs, Mac, and PC.

    I've tried this C# implementation, it looks like working on fixed platforms but it's too heavy for mobiles, on Android the performances are just too bad.

    It seems that Midnight Status has been able to code something good enough for mobiles in native C# with his Video Chat. I bought it, but echo cancellation is there embedded as a black box option, in a way that is far too restrictive for being used as is in my system.

    There are so many possible approaches ( C# generic code, C plugins, platform specific plugins...) that any hint or help would be greatly appreciated!
     
  2. RMGK

    RMGK

    Joined:
    Sep 30, 2011
    Posts:
    75
    Did you find a solution? I am looking for Android and iOS.
     
  3. jtok4j

    jtok4j

    Joined:
    Dec 6, 2013
    Posts:
    321
    Has anyone found a echo cancellation option for mobile phones? I'm looking for a solution to remove the echo from voip audio played over a speakerphone. Any suggestions?
    Thanks and Keep on Creating!
     
  4. Lyraedan

    Lyraedan

    Joined:
    Jun 25, 2019
    Posts:
    8
    Sorry to bump like this. Your using Star Trinity, how did you get it working properly? I try to implement it and it sounds like its destroying audio frames