freeswitch/libs/silk
Brian West 5328dc272d use 2.59
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17060 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-20 17:21:18 +00:00
..
doc bring the code up to the release tarball 2010-03-17 16:16:27 +00:00
interface bring the code up to the release tarball 2010-03-17 16:16:27 +00:00
src don't need this 2010-03-17 16:42:38 +00:00
test bring the code up to the release tarball 2010-03-17 16:16:27 +00:00
.update round 1 2010-03-20 17:07:44 +00:00
AUTHORS round 1 2010-03-20 17:07:44 +00:00
COPYING round 1 2010-03-20 17:07:44 +00:00
ChangeLog round 1 2010-03-20 17:07:44 +00:00
INSTALL round 1 2010-03-20 17:07:44 +00:00
Makefile.am round 1 2010-03-20 17:07:44 +00:00
NEWS round 1 2010-03-20 17:07:44 +00:00
README round 1 2010-03-20 17:07:44 +00:00
Silk_SDK.sln bring the code up to the release tarball 2010-03-17 16:16:27 +00:00
configure.gnu round 1 2010-03-20 17:07:44 +00:00
configure.in use 2.59 2010-03-20 17:21:18 +00:00
readme.txt bring the code up to the release tarball 2010-03-17 16:16:27 +00:00

readme.txt

************************************************************************
Fixed Point SILK SDK 1.0.2 beta source code package
Copyright 2010 (c), Skype Limited
https://developer.skype.com/silk/
************************************************************************

Date: 09/03/2010 (Format: DD/MM/YYYY)

I. Description

This package contains files for compiling and testing the fixed
point SILK SDK library. The following is included in this package:

    o Source code for the fixed point SILK SDK library
    o Source code for creating encoder and decoder executables
    o Test vectors
    o Comparison tool
    o Microsoft Visual Studio solution and project files
    o Makefile for GNU C-compiler (GCC)
    
II. Files and Folders

    o doc/          - contains more information about the SILK SDK
    o interface/    - contains API header files
    o src/          - contains all SILK SDK library source files
    o test/         - contains source files for testing the SILK SDK
    o test_vectors/ - contains test vectors   
    o Makefile      - Makefile for compiling with GCC
    o readme.txt    - this file
    o Silk_SDK.sln  - Visual Studio solution for all SILK SDK code

III. How to use the Makefile

    1. How to clean and compile the SILK SDK library:
      	  
       make clean lib
 
    2. How to compile an encoder executable:

       make encoder

    3. How to compile a decoder executable:

       make decoder

    4. How to compile the comparison tool:

       make signalcompare

    5. How to clean and compile all of the above:

       make clean all

    6. How to use the comparison tool:
       
       See 'How to use the test vectors.txt' in the test_vectors folder.     	

IV. History

    Version 1.0.2 - Updated with various bugfixes and improvements
    Version 1.0.1 - First beta source code release
    
V. Compatibility

    This package has been tested under the following platforms:

    Windows XP Home and Professional
    Windows Vista, 32-bit version
    Mac OS X Version 10.5.8
    Ubuntu Linux 9.10, 64-bit version 

VI. Known Issues

    None

VII. Additional Resources

    For more information, visit the SILK SDK web site at:

    <https://developer.skype.com/silk/>