RofhiT / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
RofhiT
Added topic Is it possible to receive a sound in RIFF Wave Format using a Socket and Write it to a File and play the sound file
// Load the binary sound file into a byte array string result; uchar wavHeader[8]; int file = FileOpen("sound.wav", FILE_WRITE|FILE_READ|FILE_BIN); if (file
: