Play hosted .wav

No, you’ll need to absract the hosted wav as a remote file. Read the remote file as an istream with a 512 char buffer, and maintain 4096 chars of the stream in advance. Then point CWave to that buffer :slight_smile: