Article

Towards the Implementation of a Standard-compliant Audiometry System on a Mobile Device (online)

* Presenting author
Day / Time: 24.03.2022, 11:00-11:40
Room: 57-03
Typ: Poster
Online-access: Bitte loggen Sie sich ein, damit weitere Inhalte sichtbar werden (bspw. der Zugang zur Onlinesitzung).
Information: Die Poster sind von Dienstag morgen bis Donnerstag nachmittag in der hier angegebenen Posterinsel bzw. hier als PDF im jeweiligen Posterbeitrag einsehbar. Das Posterforum zu diesen Postern findet im hier genannten Zeitraum im angegebenen Saal statt. Für weiterführende Diskussion verabreden Sie sich bitte mit der/dem jeweiligen Autor(in) am Poster oder nutzen den virtuellen Pausenraum. Dieser steht während der DAGA und auch danach zur Verfügung.
Abstract: Pure-tone air conduction audiometry is often needed in research for a prescreening of subjects in the course of a listening experiment. Therefore it would be desirable to be able to do such an audiometry test according to the given standards on a mobile device.The implementation of an audiometry functionality on a mobile device like a smartphone or tablet without additional playback interfaces and according to ISO 8253-1:2010 is complex, but possible. The dynamic range and especially the maximum output level, which is limited by the audio output hardware of the mobile device, as well as the necessary calibration and protection of the system against manipulation by the test person are challenges for the implementation of such a hearing test app.The iOS implementation presented in this paper can solve the mentioned challenges and fulfills the standard with a minor restriction in the maximum possible output level. We give insights into the structure of the user interface and the methods used for calibration of different headphone types. Furthermore, we show how the aforementioned challenges can be overcome. A validation based on dummy head measurements and feedback from users performing listening tests confirms the quality, reliability and usability of the app.
Error

Error : E_DEPRECATED

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

1
/kunden/431424_13355/webseiten/subdomains/app2022.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';