I want to trasmit raw audio captured from a DSP device using microphone over a network(LAN),
My front end is QT. I had already established a socket connection between server and client.
For that I used QServerSocket class at Server side and QSocket class at client side.
But I have done my audio capuring program in C language and I want to integrate it into QT.
While I am trying to transmit sound signals, I got some bad signals (some noise) at client side. But when I am trying to transfer some text through this socket using the same buffer I got it fine at client side.
Without GUI , my C program works well.
Can any one give any suggestion to resolve this pblm?
I have enclosed my project here...
Bookmarks