I would like to know if it is possible to access Windows audio codecs in the current Dev C++ release (for use in a voip application for instance ). If not, is there another way to implement audio compression using dev c++?
Thanks,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would like to know if it is possible to access Windows audio codecs in the current Dev C++ release (for use in a voip application for instance ). If not, is there another way to implement audio compression using dev c++?
Thanks,
DevC++ in no more than an IDE, thats it.
it uses the minGW that has gcc 3.2 or gcc 2.95.x. your question would be better answered by gcc i think.
N@N!