Opened 12 years ago

Last modified 9 years ago

#1586 closed enhancement

SILK audio codec wrapper implementation — at Version 8

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 nanang)

Requirements:

  • Desktop platforms:
    • Get SILK SDK 1.0.8 or 1.0.9 FLP/FIX (floating/fixed point version) from here
  • Mobile platforms:
    • iOS:
      • Get SILK SDK 1.0.8 ARM version from here

How to build:

  • Windows platforms:
    1. Build SILK SDK (the FLP version is recommended) using SILK provided VS2005 & VS2010 solutions. The output library, i.e: SKP_Silk_FLP_Win32_debug.lib for debug mode and SKP_Silk_FLP_Win32_mt.lib for release mode, will be in the SILK "src" folder.
    2. Add include and library path for SILK in the Visual Studio settings. For example, the include path should point to SILK "interface" folder and the library path should point to the SILK 'src' folder.
    3. Define SILK codec support in pjlib/include/pj/config_site.h:
      #define PJMEDIA_HAS_SILK_CODEC		    1
      
  • Makefile based platforms:
    1. Run make in the SILK SDK directory. Note for iOS platform: modify Makefile to use the correct iPhone SDK version and compiler if necessary.
    2. 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 (8)

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)

comment:5 Changed 12 years ago by bennylp

In 4270:

More re #1586: added PJMEDIA_HAS_SILK_CODEC to config_auto.h.in

comment:6 Changed 12 years ago by ming

In 4271:

Re #1586: Removed configure warning when using --with-silk option

comment:7 Changed 12 years ago by ming

In 4272:

Re #1586: Implement SILK config setting and fixed decoding fmtp

comment:8 Changed 12 years ago by nanang

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