Hi Ian,
Yes, they were the BASS versions.
As you said, we updated all of them to the 2040d02 (2.4.13) version and ran new tests.
- We opened an audio file and we saved the first 100k examples;
- Linux and Mac, except for 20 samples, are the same - you can find a screenshot with the differences on the link below;
- Windows is radically different.
Also on the link are two data files, one from Linux, and the other from Windows, which contains the audio data straight from the BASS lib.
Files are a bit big to attach, so I've uploaded them on my Dropbox:
https://www.dropbox.com/sh/wh357s343mebl38/AAAFsBfiBanysWd4hCPKkjiLa?dl=0Please let me know if you can't download them.
This is the method we're using to get the data from BASS:
int c=BASS_ChannelGetData(chan, audioData, pos*2|BASS_DATA_FLOAT);