• 0

[C] Audio Processing


Question

Hi,

I'm working on a C application that has to process some audio from a microphone line but can't find anything usefull on the subject. I don't mind having to work with the Windows API, but I can't find a good detailed documentation on the mechanics behind it with examples of implementation. Any help ? The best option would be a C book talking about multimedia in detail, but I can't find any either (on Amazon at least).

Thank's :)

PS : I stress C and not C++

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
Hi,

I'm working on a C application that has to process some audio from a microphone line but can't find anything usefull on the subject. I don't mind having to work with the Windows API, but I can't find a good detailed documentation on the mechanics behind it with examples of implementation. Any help ? The best option would be a C book talking about multimedia in detail, but I can't find any either (on Amazon at least).

Thank's :)

PS : I stress C and not C++

Try looking into the FMOD library, not sure if it is native C, but they do support alot of different languages and is totally cross platform.

I had done some work using that library awhile ago.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.