1Benchmarking libsndfile-1.0.0 2----------------------------- 3Each test takes a little over 5 seconds. 4 5 Raw write PCM_16 : 31084269 samples per sec 6 Raw read PCM_16 : 63597065 samples per sec 7 8Native endian I/O : 9 Write short to PCM_16 : 83.19% of raw write 10 Read short from PCM_16 : 82.93% of raw read 11 Write int to PCM_24 : 31.12% of raw write 12 Read int from PCM_24 : 37.90% of raw read 13 Write float to PCM_16 : 37.00% of raw write 14 Read float from PCM_16 : 45.53% of raw read 15 Write float to PCM_24 : 29.08% of raw write 16 Read float from PCM_24 : 28.48% of raw read 17 Write float to PCM_32 : 22.08% of raw write 18 Read float from PCM_32 : 31.21% of raw read 19 Write float to FLOAT : 28.70% of raw write 20 Read float from FLOAT : 56.32% of raw read 21 22Endian swapped I/O : 23 Write short to PCM_16 : 22.08% of raw write 24 Read short from PCM_16 : 23.20% of raw read 25 Write int to PCM_24 : 30.96% of raw write 26 Read int from PCM_24 : 37.76% of raw read 27 Write float to PCM_16 : 35.82% of raw write 28 Read float from PCM_16 : 22.61% of raw read 29 Write float to PCM_24 : 27.70% of raw write 30 Read float from PCM_24 : 28.37% of raw read 31 Write float to PCM_32 : 20.77% of raw write 32 Read float from PCM_32 : 23.46% of raw read 33 Write float to FLOAT : 15.03% of raw write 34 Read float from FLOAT : 15.43% of raw read 35 36