Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 644 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 644 Bytes

Audio subjective tests web interface

The idea of this project is to give an easy-to-use web-interface to run subjective audio tests.

Installation

This interface is tested under node.js v21.4.0 and react v18.2.0. To start, install node.js.

Please run npm install inside the repository folder to install all dependencies needed.

Setup

All configuration and tests setup shall be done by modifying the file public/subjective_test_config.json.

Running Tests

In the project directory, you can run:

npm start

Open http://localhost:3000 to view it in your browser.