VADD

Volcano Auditory Display Devices

A portable real-time infrasound sonification device built on the Teensy 3.6 microcontroller. VADD transposes sub-audible infrasonic signals (below 20 Hz) into the audible range using frequency modulation, allowing researchers to listen to volcanic activity in the field.

The sonification algorithm is written in Faust and compiled to C++ for the Teensy Audio Library. An infrasonic microphone captures low-frequency pressure waves, which are low-pass filtered, scaled, and used to frequency-modulate a carrier oscillator. Bandstop filters remove the unmodulated carrier frequency, leaving only the sonified infrasonic content.

Publications

Apel, T. & Johnson, J. (2021). Portable Realtime Volcano Infrasound Auditory Display Devices. Proceedings of the 26th International Conference on Auditory Display (ICAD 2021). PDF

Portable Realtime Volcano Infrasound Auditory Display Devices - ICAD 2021

Volcano Seismology and Acoustics workshop

Code

VADD — Teensy/Faust source code and Fritzing circuit design.