0.2 System Audio Encoding Test Suite Michael Larabel This test suite consists of benchmarks that measure the amount of time needed to encode a sample WAV file to various audio formats. Among the formats are MP3, Ogg, and FLAC. This suite is good for testing the system's processor, memory, and overall system performance. 0 encode-mp3 time lame -h audio.wav audio.mp3 (45.0MB) encode-ogg time oggenc audio.wav -q 10 -o audio.ogg (45.0MB) encode-flac time flac --best audio.wav (45.0MB)