#1054 closed enhancement (fixed)
iLBC codec framework for iPhone OS
Reported by: | ming | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.7 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
The iLBC codec provided by third party is very CPU-intensive on iPhone devices, so we need to implement iLBC codec framework using iPhone OS' supplied iLBC codec.
Change History (4)
comment:1 Changed 15 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 15 years ago by ming
- Milestone changed from iphone-branch to release-1.7
- Resolution fixed deleted
- Status changed from closed to reopened
- Version changed from iphone-branch to trunk
comment:3 Changed 15 years ago by ming
- Resolution set to fixed
- Status changed from reopened to closed
In r3175, merged into the main trunk.
comment:4 Changed 14 years ago by bennylp
To enable the built-in iLBC codec, declare this in your config_site.h:
#define PJMEDIA_ILBC_CODEC_USE_COREAUDIO 1
Note: See
TracTickets for help on using
tickets.
Implemented in r3137. The implementation works on Mac OS as well.