Opened 16 years ago
Closed 16 years ago
#818 closed defect (fixed)
Resample NONE on mobile platforms causes G722.1 calls failed.
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.2-QA |
Component: | applications | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
G722.1 works on 16kHz, while mobile platforms apps uses 8kHz, the absence of resample causes calls using G722.1 failed.
Possible solution:
- Switch to linear resample (or libresample with small filter).
- Use audio switchboard as default conference engine in mobile platforms.
Change History (3)
comment:1 Changed 16 years ago by nanang
comment:2 Changed 16 years ago by nanang
In r2678:
- Updated config_site_sample.h to enable resampling with small filter on WM platforms.
- Updated quality setting in WM sample apps (PocketPJ & pjsua_wince) to use default value.
- Updated VS projects of G722.1, Speex, libresample: turning on optimization for debug mode on WM platforms.
comment:3 Changed 16 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In r2676: Enable resampling on Symbian platforms: