#446 closed enhancement (fixed)
Added sample application to mix WAV files using conference bridge
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
A new sample file, mix.c (under pjsip-apps/src/samples directory, can be used to mix several input WAV files into an output WAV file.
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 r1684:
- Fixed overflow bug in length calculation
- added force overwrite option, and
- added trailing silence in the output file
Note: See
TracTickets for help on using
tickets.
Done in r1681 and r1682