Quantcast
Viewing all articles
Browse latest Browse all 40524

Recieved by UDP a sound buffer and need play it

Hi:
This post ist a continuation developed this other: http://forum.openframeworks.cc/t/goal-capture-sound-in-pc-a-and-send-it-by-udp-protocol-to-pc-b-and-play-it/20497

Now the problem its that:

I have a code A in a pc A. Here the sound its capture by microphone and codified in a string. I send this string at remote pc B. In pc B, code B convert the string in float array numbers = sound buffer in code A ( I cheked this in console print ) When i reproduce it, I hearing pops and chunkrys, white noise. I need hearing the same sound captured in Pc A in code A.

Any person know make this ??

Thank full.

code A: ( transmit )
ofApp.cpp (1,8 KB)

code B: ( received )

ofApp.cpp (2,4 KB)


Viewing all articles
Browse latest Browse all 40524

Trending Articles