Article

Introducing an Unreal Engine toolkit for audio-visual perception studies in the virtual lab IHTApark (en)

* Presenting author
Day / Time: 08.03.2023, 15:40-16:20
Typ: Poster
Information: Die Poster werden durchgängig von Dienstag bis Donnerstag im Foyer auf Ebene Z ausgestellt (3.OG vor dem Plenarsaal Z), sortiert nach thematischen Zusammenhängen in der hier angegebenen Posterinsel (siehe Sitzungstitel). Das Posterforum zur angegebenen Zeit bietet die Möglichkeit, mit den Autor*innen in Diskussion zu kommen.
Abstract: Analyzing people’s perceived quality of urban spaces is a difficult task due to the lack of standardized methods to evaluate architectural design, especially in situations where sound matters. In order to conduct such experiments under reproducible conditions, it has been proposed to use virtual audio-visual models. An example of a VR model, that has recently been developed as a study framework, is the digital twin of a green space called IHTApark. Its visual appearance is implemented and rendered in Unreal Engine while the sound is reproduced by the open-source software Virtual Acoustics. It allows including fully synthesized sound sources as well as real-life recordings which enhance the realism of acoustic environments.This poster introduces a toolkit to conduct perception studies in such virtual environments. Most importantly, the toolkit contains a user interface for Unreal Engine to handle stimulus selection and collect subjective ratings. Mushra-like ratings are used to perform sensory evaluations like the individual vocabulary profiling. The interface is realized in the form of an open-source plugin for Unreal Engine and uses a TCP server/client structure to communicate with, e.g. Matlab, where experiment parameters can be controlled and results are processed.
Error

Error : E_DEPRECATED

strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated

1
/kunden/431424_13355/webseiten/subdomains/app2023.daga-tagung.de/memyc/resources/OutputCompression.php, line 35
32.              */
33.             if (headers_sent()) {
34.                 $encoding = false;
35.             } elseif (strpos($HTTP_ACCEPT_ENCODING, 'x-gzip') !== false) {
36.                 $encoding = 'x-gzip';
37.             } elseif (strpos($HTTP_ACCEPT_ENCODING, 'gzip') !== false) {
38.                 $encoding = 'gzip';