Qt application for performing ABX codec listening tests.
- Conveniently convert files to desired format and/or bitrate with ffmpeg.
- Choose number of tries and segment of files to perform test with.
- Switch between A, B and X, rewind, seek back/forward at any point of time.
- qt5-base
- qt5-multimedia
- ffmpeg (needed for audio conversion)
mkdir build
cd build
cmake .. && make
- Run abx-test-qt.
- Select files for A and B, number of tries, desired segment of files.
- Press OK, then start test.
- Play A, B and X, make your guesses.
- Inspect your results after test ends.
- Mitigate click when switching players