Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#449 closed enhancement (fixed)

New conference mixing algorithm

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-0.9.0
Component: pjmedia Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

New mixing algorithm for conference bridge: rather than doing multiplication of signal from sources, we can just add the signal from the sources. The benefits of this approach are it doesn't weaken the input signals, and it is faster since the multiplication is replaced by simple addition.

Change History (2)

comment:1 Changed 16 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed

Done in r1691

comment:2 Changed 16 years ago by bennylp

In r1692:

  • signed/unsigned arithmetic mistake caused RX volume adjustment to produce loud static noise (thanks Norman Franke for the report)
Note: See TracTickets for help on using tickets.