Open source G711A/PCMA, G711U/PCMU, G726, PCM transcoding AAC project Easyaacencoder

Source: Internet
Author: User
Tags visual studio 2010

Project and Source Address: Https://github.com/EasyDarwin/EasyAACEncoder

Easyaacencoder is easydarwin Open Source Media Services team to organize, develop an audio transcoding to AAC tool Library, currently supports G711A/G711U/G726/PCM and other audio format transcoding, cross-platform, support windows /linux/arm. Invoke Example

testeasyaacencoder: AAC transcoding via EASYAACENCODERAPI to g711a/g711u/g726;

Windows compilation method,

Visual Studio 2010 Compilation:./easyaacencoder-master/easyaacencoder.sln

Linux Compilation method,

chmod +x./buildit
./buildit

the arm version of the Easyaacencoder library can be compiled by itself ;

Special Instructions

Easyaacencoder currently supported audio and video formats:

/* Audio Codec */
enum law
{
    Law_ulaw    =   0,      /**< U Law */
    Law_alaw    =   1,      /** < A Law */
    LAW_PCM16   =   2,      /**<-bit uniform PCM values. RAW PCM Data */  
    law_g726    =
  
   3       /**< G726 * *
};

/* Rate Bits *
/enum rate
{
    rate16kbits=2,  /**< 16k bits per second (2 bits per ADPCM sample) */
   rate24kbits=3,  /**< 24k bits per second (3 bits per ADPCM sample) */
    rate32kbits=4,  /**< 32k bits Per second (4 bits per ADPCM sample) */
    rate40kbits=5   /**< 40k bits per second (5 bits per ADPCM sample) */
   };

  
for more information

Mail: support@easydarwin.org

WEB:www.EasyDarwin.org

Author: Break/Wave Leo,arno,wellsen

Copyright©easydarwin.org 2013-2016

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.