RofhiT
RofhiT
Friends 1
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
RofhiT
Registered at MQL5.community