Thread: speech compression

  1. #1
    Registered User
    Join Date
    Sep 2007
    Posts
    2

    speech compression

    i need to know if there are any source codes available in c for speech compression

  2. #2
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    I'm gonna have to go ahead and say... yes

    Then ask why you haven't searched the web? This isn't really a place to acquire research slaves...

  3. #3
    Registered User
    Join Date
    Sep 2007
    Posts
    2
    i have searched for it in the net.. .but wasnt able to find any codes for any codecs.....

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Obviously....
    Top 174 results of at least 188,400 retrieved for the query speech compression source code
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  5. #5
    Registered User nempo's Avatar
    Join Date
    Aug 2007
    Posts
    39
    Google for 'speex'

  6. #6
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Do you want a standardized speech compression algorithm, or do you just want something that compresses the sound into something smaller?

    There are a number of standard voice compression algorithms around, uLaw being one of those. http://www.speech.cs.cmu.edu/comp.sp...ion3/Q3.1.html

    Another method is the GSM compression used in Mobile Phones. It is a fair bit more complex than uLaw, but also offers more compression.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Data Compression
    By Ezerhorden in forum C++ Programming
    Replies: 5
    Last Post: 02-11-2006, 10:19 AM
  2. compression
    By X PaYnE X in forum C Programming
    Replies: 20
    Last Post: 01-11-2005, 05:14 PM
  3. Speech coding, detecting pitch
    By subdene in forum C++ Programming
    Replies: 2
    Last Post: 11-24-2004, 09:35 PM
  4. efficient compression algorithm pls
    By gooddevil in forum C Programming
    Replies: 7
    Last Post: 05-08-2004, 03:33 AM
  5. Compression utility source code
    By Blizzarddog in forum C++ Programming
    Replies: 4
    Last Post: 11-07-2003, 08:15 PM