1Benchmarking libsndfile-1.0.18pre15 2----------------------------------- 3Each test takes a little over 5 seconds. 4 5 Raw write PCM_16 : 103189885 samples per sec 6 Raw read PCM_16 : 660854036 samples per sec 7 8Native endian I/O : 9 Write short to PCM_16 : 95.08% of raw write 10 Read short from PCM_16 : 96.39% of raw read 11 Write int to PCM_24 : 54.55% of raw write 12 Read int from PCM_24 : 28.50% of raw read 13 Write int to PCM_32 : 46.97% of raw write 14 Read int from PCM_32 : 39.98% of raw read 15 Write float to PCM_16 : 60.85% of raw write 16 Read float from PCM_16 : 27.79% of raw read 17 Write float to PCM_24 : 46.23% of raw write 18 Read float from PCM_24 : 22.62% of raw read 19 Write float to PCM_32 : 35.38% of raw write 20 Read float from PCM_32 : 24.18% of raw read 21 Write float to FLOAT : 47.73% of raw write 22 Read float from FLOAT : 40.62% of raw read 23 24Endian swapped I/O : 25 Write short to PCM_16 : 79.98% of raw write 26 Read short from PCM_16 : 49.27% of raw read 27 Write int to PCM_24 : 53.80% of raw write 28 Read int from PCM_24 : 28.50% of raw read 29 Write int to PCM_32 : 41.68% of raw write 30 Read int from PCM_32 : 25.89% of raw read 31 Write float to PCM_16 : 61.03% of raw write 32 Read float from PCM_16 : 27.74% of raw read 33 Write float to PCM_24 : 45.10% of raw write 34 Read float from PCM_24 : 22.43% of raw read 35 Write float to PCM_32 : 35.24% of raw write 36 Read float from PCM_32 : 22.37% of raw read 37 Write float to FLOAT : 42.01% of raw write 38 Read float from FLOAT : 28.98% of raw read 39