Opened 12 years ago

Last modified 9 years ago

#1586 closed enhancement

SILK audio codec wrapper implementation — at Version 4

Reported by: nanang Owned by: nanang
Priority: normal Milestone: release-2.1
Component: pjmedia Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description (last modified by ming)

Requirements:

  • Desktop platforms:

Get SILK SDK 1.0.8 or 1.0.9 FLP/FIX (floating/fixed point version).

  • Mobile platforms:
    • iOS:

Get SILK SDK 1.0.8 ARM version from https://github.com/pereckerdal/silk-arm-ios

How to build:

  • iOS only: Modify Makefile to use the correct iPhone SDK version and compiler if necessary.
  • Run make in the SILK SDK directory.
  • Run PJSIP's configure script with the option --with-silk=your_silk_sdk_flp/fix_dir

Limitation:

Currently only 1 frame per packet mode is supported.

Change History (4)

comment:1 Changed 12 years ago by nanang

In 4264:

Re #1586: Initial version of SILK wrapper.

comment:2 Changed 12 years ago by ming

In [4265]:

Re #1586: Add build config for SILK

comment:3 Changed 12 years ago by ming

  • Description modified (diff)

comment:4 Changed 12 years ago by ming

  • Description modified (diff)
Note: See TracTickets for help on using tickets.