Skip to content

Develop

Thomas Duhamel requested to merge develop into main

Created by: thomasduhamel

Application pushed to the first stage: Reproduction of the original features in a more generic fashion, with an update UI, configuration system using JSON.

Includes:

  • JSON configuration for an experiment, specifying trials through room, visibility, audio and user-position combinations, organized in blocks, with the estimations that will be asked to the participant a,d break times between trials/blocks;
  • A main menu that remembers previously opened configuration, sort them through favorites and date of last use, outline the missing/messed up files;
  • A modal window to add new configurations;
  • A CSV data output per experiment per user per session, with one line per trial, containing informations about the experiment, the room and data of the trial and estimation;
  • Spatialized sounds for one static sound source and one rotation-only but static listener, using DAFF files;
  • A modal window to specifiy where you should look for the DAFF fies and where to output the CSV data files.

Merge request reports