This shows you the differences between two versions of the page.
| speed_test [2017/03/21 21:04] – created deva | speed_test [2017/03/24 20:51] (current) – deva | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======Read Speed Test====== | ======Read Speed Test====== | ||
| - | The following terminal output shows the difference in processing requirements for 24bit and 32bit wav files when loading from the disk. This is a strong indicator that we should ALWAYS keep our wav files in 32bit on disk to enhance disk streaming. | + | The following terminal output shows the difference in processing requirements for 24bit little endian |
| < | < | ||
| - | time ./ | + | time ./ |
| real 0m13.421s | real 0m13.421s | ||
| user 0m9.944s | user 0m9.944s | ||
| sys 0m3.464s | sys 0m3.464s | ||
| - | time ./ | + | time ./ |
| real 0m4.410s | real 0m4.410s | ||
| user 0m0.376s | user 0m0.376s | ||