#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 17 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 17 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.
Done in r1691