benchmark-1.0.6pre10-coltrane 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. Benchmarking libsndfile-1.0.6pre10
  2. ----------------------------------
  3. Each test takes a little over 5 seconds.
  4. Raw write PCM_16 : 28845961 samples per sec
  5. Raw read PCM_16 : 63471874 samples per sec
  6. Native endian I/O :
  7. Write short to PCM_16 : 86.21% of raw write
  8. Read short from PCM_16 : 82.60% of raw read
  9. Write int to PCM_24 : 34.89% of raw write
  10. Read int from PCM_24 : 37.26% of raw read
  11. Write int to PCM_32 : 43.36% of raw write
  12. Read int from PCM_32 : 41.30% of raw read
  13. Write float to PCM_16 : 43.02% of raw write
  14. Read float from PCM_16 : 43.99% of raw read
  15. Write float to PCM_24 : 32.72% of raw write
  16. Read float from PCM_24 : 28.21% of raw read
  17. Write float to PCM_32 : 25.92% of raw write
  18. Read float from PCM_32 : 30.98% of raw read
  19. Write float to FLOAT : 46.65% of raw write
  20. Read float from FLOAT : 56.66% of raw read
  21. Endian swapped I/O :
  22. Write short to PCM_16 : 54.53% of raw write
  23. Read short from PCM_16 : 56.32% of raw read
  24. Write int to PCM_24 : 35.28% of raw write
  25. Read int from PCM_24 : 37.33% of raw read
  26. Write int to PCM_32 : 26.21% of raw write
  27. Read int from PCM_32 : 23.51% of raw read
  28. Write float to PCM_16 : 41.39% of raw write
  29. Read float from PCM_16 : 23.56% of raw read
  30. Write float to PCM_24 : 30.86% of raw write
  31. Read float from PCM_24 : 28.27% of raw read
  32. Write float to PCM_32 : 23.83% of raw write
  33. Read float from PCM_32 : 20.54% of raw read
  34. Write float to FLOAT : 27.26% of raw write
  35. Read float from FLOAT : 29.04% of raw read