1Benchmarking libsndfile-1.0.0rc2 2-------------------------------- 3Each test takes a little over 5 seconds. 4 5 Raw write PCM_16 : 31638069 samples per sec 6 Raw read PCM_16 : 62788982 samples per sec 7 8Native endian I/O : 9 Write short to PCM_16 : 82.37% of raw write 10 Read short from PCM_16 : 82.17% of raw read 11 Write int to PCM_24 : 30.80% of raw write 12 Read int from PCM_24 : 37.95% of raw read 13 Write float to PCM_16 : 36.22% of raw write 14 Read float from PCM_16 : 23.32% of raw read 15 Write float to PCM_24 : 28.41% of raw write 16 Read float from PCM_24 : 28.41% of raw read 17 Write float to FLOAT : 28.41% of raw write 18 Read float from FLOAT : 57.50% of raw read 19 20Endian swapped I/O : 21 Write short to PCM_16 : 21.73% of raw write 22 Read short from PCM_16 : 23.37% of raw read 23 Write int to PCM_24 : 31.02% of raw write 24 Read int from PCM_24 : 38.24% of raw read 25 Write float to PCM_16 : 35.51% of raw write 26 Read float from PCM_16 : 19.16% of raw read 27 Write float to PCM_24 : 27.37% of raw write 28 Read float from PCM_24 : 28.74% of raw read 29 Write float to FLOAT : 15.11% of raw write 30 Read float from FLOAT : 15.60% of raw read 31 32