Files
markbench-tests/flac
Derek Hirotsu e02728a281 Audit Harness Utils (#37)
* pep8 lint

* Update readme

* update readme

* typo

* readme placeholder

* update readme

* update readme

* pep8 lint

* pep8 lint

* add keras methods

* add steam util functions

* Add steam util funcs

* rename logging util to output to avoid potential clashes with standard library package
2023-09-20 15:42:32 -07:00
..
2023-09-18 10:53:42 -07:00
2023-09-20 13:56:45 -07:00
2023-09-20 15:42:32 -07:00
2023-09-18 10:53:42 -07:00
2023-09-07 12:30:36 -07:00
2023-09-18 10:53:42 -07:00
2023-09-18 10:53:42 -07:00

FLAC Audio Encode

Test which encodes Nine in Nails - The Slip in WAV form to FLAC

FLAC stands for Free Lossless Audio Codec, an audio format similar to MP3, but lossless, meaning that audio is compressed in FLAC without any loss in quality.

This test tracks how long it takes to encode the song 30 times and the duration is recorded as the score in seconds.

Prerequisites

  • Python 3.10+

Output

report.json

  • score: the compression and decompression score from the test each in KiB/s
  • version: version of FLAC used