Thread: need help from sound and audio programmers

  1. #1
    Unregistered
    Guest

    Unhappy need help from sound and audio programmers

    I want to develop a sound recognition program for Turkish language. Basicly software should handle your you speech and convert it to the text.
    But I am new on sound programming. Could any one help me about what kind of c libraries and tools could I use for sound and audio programming.
    Thank you all....

  2. #2
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    http://www.thefreecountry.com/developercity

    They have links to audio processing libraries, I'm not sure if their useful for speech synthesis too.

    http://www.speech.cs.cmu.edu/comp.sp...eechlinks.html

    This is about speech processing.

    Or try "speech synthesis tools" or something like that in a search machine.

  3. #3
    Sayeh
    Guest
    More accurately, this is called "DSP" or "Digital Signal Processing". What you are interested in are algorithms for "PCM" and "ADPCM".

    Both are forms of Pulse-Code Modulation. The latter is "adaptive".

    You want support a sample rate of atleast 32.

    enjoy.

  4. #4
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    Sayeh, you're right. But since DSP is applicable for a very large range of applications, image processing is also DSP, I would recommend to search for libraries for audio processing and/or speech processing. It's quite complex, speech recognition, but a real nice challenge. Succes!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. DirectX Question
    By bladerunner627 in forum Game Programming
    Replies: 2
    Last Post: 04-04-2005, 11:55 AM
  2. Low latency sound effects
    By VirtualAce in forum Game Programming
    Replies: 0
    Last Post: 12-21-2004, 01:58 AM
  3. Updated sound engine code
    By VirtualAce in forum Game Programming
    Replies: 8
    Last Post: 11-18-2004, 12:38 PM
  4. Alpha of my first game
    By Shakti in forum Game Programming
    Replies: 28
    Last Post: 06-09-2004, 12:24 AM
  5. Help me modify my Sound Server
    By zdude in forum C Programming
    Replies: 1
    Last Post: 05-14-2003, 05:15 PM