I'm working on an audio application, written in C. I need to provide live audio playback under Windows. I need to decide which audio API to use. I'm ...
I'm experimenting a bit with GStreamer (ossbuild 0.10.7) on Windows, but I can't seem to make audio streaming between two computers work. All I hear at the receiver side is ...
Hi, bit of a C++ newbie here and I'm confused as to how I should go about writing something: Basically I want to write a windows socket client using stream sockets that can send some data to a socket server. I have searched on sockets but it seems to have got me more confused, can anyone suggest a good way to ...