Changes between Initial Version and Version 3 of Ticket #1532


Ignore:
Timestamp:
Jun 11, 2012 4:19:54 AM (12 years ago)
Author:
nanang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1532

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #1532 – Description

    initial v3  
    11The optimization proposed is in the conference bridge get_frame() function, brief desc: 
    2  - remove the redundant loop at the beginning (trivial) 
     2 - ~~remove the redundant loop at the beginning (trivial)~~ '''Note''': basically this loop is iterating listeners, while the next loop is iterating transmitters, so they can't really be merged. 
    33 - the mixing step can be replaced with just copying the samples when there is only one transmitter for the listening port. 
    44