Click here to Skip to main content
15,867,594 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am developing one sound processing application using Qt as front end
How we get data samples from a microphone sound

I tried by overriding qint64 writeData(const char *data, qint64 len) in QIODevice but I failed to get data samples

Please help me


Arun Kumar K S
Posted
Comments
XTAL256 21-Aug-11 7:30am    
Qt is great for the front end, and i'm sure it is also good for sound processing, but have you thought about using a library such as FMOD?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900