So I'm using the recording feature in a program where I've previously been doing some work on analyzing the data stored in wave files. Looking at the data I get back from recording using sfml, the data is about 10,000 times bigger. It still looks like it oscillates above and below zero. So is it still basically standard PCM format? Also, the recorded data always starts out with a series of -1's spread throughout a series of zeros. Is this done by sfml or is this something i'm doing? I'm just trying to get a beta idea of how this data compares to how data is stored in a wave file, so any information would be helpful.