Opened 12 years ago
Last modified 12 years ago
#1532 closed enhancement
Possible optimization in conference bridge (thanks Michael Derfler for the patch) — at Initial Version
Reported by: | nanang | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-2.0.1 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | release-1.16 | Backported: | yes |
Description
The optimization proposed is in the conference bridge get_frame() function, brief desc:
- remove the redundant loop at the beginning (trivial)
- the mixing step can be replaced with just copying the samples when there is only one transmitter for the listening port.
Original report can be found here.
Note: See
TracTickets for help on using
tickets.