Sound of Touch: Acoustic Sensing in Tactile Interfaces
- Sound of touch is a family of methods that use acoustic and vibro-acoustic signals to analyze, localize, and render tactile interactions.
- Techniques employing passive and active sensing achieve high-resolution contact localization and force estimation in robotic manipulation and human-computer interaction.
- Emerging designs integrate physical modeling with learning-based inference, advancing applications in material recognition, security, and affective communication.
In current usage across this literature, the “sound of touch” denotes a family of methods that treat touch as an acoustic or vibro-acoustic phenomenon: contact can be localized, tracked, classified, or rendered by analyzing vibrations generated by impact, friction, or structural resonance, and tactile experiences can conversely be synthesized through acoustically driven structures. The topic spans robotic manipulation, large-area touch interaction, soft tactile skins, affective human-robot interaction, multimodal representation learning, musical haptics, and security. Across these domains, the central technical premise is consistent: touch perturbs a mechanical system, that perturbation leaves an informative spectral-temporal signature, and inference or actuation can be built around that signature (Amri et al., 28 Jan 2026, Yi et al., 18 Feb 2026).
1. Physical basis and signal models
A common formulation models touch as a force input propagating through a structure to one or more sensors. In Vibro-Sense, a point poke at location generates a contact force and the measured signal at microphone is
where is the impulse response and is additive noise. After STFT, the localization problem is cast as learning a mapping from a stacked multi-channel spectrogram to (Amri et al., 28 Jan 2026).
In ALTo, the governing variable is the time difference of arrival. If a tap reaches two sensors at times and , then
0
and, after calibration, 1. The touch location lies on a hyperbola defined by the difference in distances to the two sensors. ALTo uses independent intra-device TDOA for the left/right and top/bottom stereo pairs, then solves the corresponding hyperbolic equations to obtain 2 on a rigid surface (Seshan, 2021).
Active acoustic systems replace passive listening with continuously excited resonant structures. In Sound of Touch, the sensing element is a tensioned steel guitar string governed by the one-dimensional wave equation
3
with natural modes
4
Contact at position 5 with force 6 changes vibration modes through local clamping or reaction force and through an increase in effective tension 7, producing measurable spectral shifts at contact microphones (Yi et al., 18 Feb 2026).
AcousTac encodes touch through acoustic resonance in pneumatic chambers. Its basic resonance relations are 8 for a pipe open at one end and “closed” at the other, and 9 when a compliant silicone cap is compressed by 0. Combined with the experimentally fit shell relation 1, this yields a force-to-frequency mapping (Li et al., 2023).
These formulations also clarify that the sound of touch is not restricted to airborne audio. The smartphone side-channel attack “Hearing your touch” explicitly states that a tap generates a sound wave that propagates on the screen surface and in the air, and that built-in microphones can recover location-dependent distortions of that wave (Shumailov et al., 2019). A plausible implication is that many apparently different systems are variations on the same inverse problem: infer contact state from structure-borne and airborne propagation signatures.
2. Passive acoustic localization and trajectory tracking
Passive systems infer contact from touch-generated signals without continuous excitation. The best-documented results span tables, plates, mobile devices, and robotic hands.
Vibro-Sense equips the RH8D robotic hand with seven piezoelectric contact microphones, downsamples raw 2 kHz signals to 3 kHz, trims a 4 ms contact-centered window, subtracts pre-trigger steady-state noise, computes an STFT with 5 and hop size 6, stacks the seven spectrograms, and feeds them to an Audio Spectrogram Transformer with 7 transformer blocks and token dimension 8. In leave-one-material-out evaluation over 9 seeds, static impulse localization achieved 0 mm on metal, 1 mm on soft plastic, 2 mm on hard plastic, and 3 mm on wood. In dynamic trajectory tracking, wood was best at 4 mm for the fixed-hand scenario, 5 mm for random movement, and 6 mm for the combined setting. The system maintained effective tracking during active robot motion, and the authors released raw audio, preprocessed spectrograms, splits, CAD mounts, checkpoints, and scripts under an MIT license (Amri et al., 28 Jan 2026).
ALTo instruments a 7 cm 8 9 cm wooden board with four piezoelectric disks placed near the midpoints of the four edges, records all four channels through two stereo inputs at up to 0 kHz, detects the first threshold crossing in each channel, computes intra-device TDOA for left/right and top/bottom pairs, and solves the multilateration problem after calibration of 1 and 2. Its prototype achieved mean absolute errors of 3 cm in the 4-direction and 5 cm in the 6-direction, with one-dimensional calibration showing 7 at 8 kHz (Seshan, 2021).
The Lamb-wave tactile plate uses a thin copper plate, four PZT patches, and a 9-tone excitation from 0 kHz to 1 kHz. A touch changes the FFT-amplitude signature through local viscoelastic loading, and localization is performed by nearest-neighbor matching against calibrated reference spectra with a Manhattan distance. The reported spatial resolution is down to 2 mm for one-finger localization, with total latency under 3 ms, and a double-validation check improved single-point localization from approximately 4 to approximately 5–6 over 7 trials (Liu et al., 2009).
The smartphone acoustic side channel is not a tactile interface in the usual sense, but it is a localization system in adversarial form. Using only the device microphones at 8 kHz, it achieved 9 recovery of 0 1-digit PIN-codes within 2 attempts on a tablet and recovered 3 words of size 4–5 letters with 6 attempts on a smartphone (Shumailov et al., 2019).
| System | Mechanism | Reported result |
|---|---|---|
| Vibro-Sense | Seven piezo microphones + AST | Under 7 mm average static error |
| ALTo | Four piezo disks + intra-device TDOA | 8 cm in 9, 0 cm in 1 |
| Lamb-wave plate | Lamb-wave absorption + pattern matching | 2 mm resolution, under 3 ms |
| Smartphone side channel | Built-in mics + tap acoustics | 4 PIN recovery within 5 attempts |
A recurrent empirical finding is that material properties shape observability. Vibro-Sense reports that stiff materials such as metal produce sharp, high-bandwidth impact pulses that are advantageous for impulse localization, whereas textured materials such as wood generate frictional micro-impacts that are more informative for trajectory tracking (Amri et al., 28 Jan 2026). This suggests that acoustic touch perception is not governed by geometry alone; it is jointly determined by substrate transfer functions, contact mechanics, and the time scale of the task.
3. Active acoustic tactile sensing and resonant skins
Active acoustic tactile sensing uses driven resonators whose state changes under contact. Sound of Touch implements this with a tensioned steel guitar string mounted on an aluminum frame, continuously excited by two modified EBow drivers and monitored by two piezo-based contact microphones. Digitization uses a Focusrite Scarlett 4i4 at 6 kHz and 7-bit resolution, and inference operates on 8 s sliding windows converted either to a 9 Mel-spectrogram or a harmonic feature vector. A frozen Audio Spectrogram Transformer pretrained on AudioSet provides a 0-dimensional embedding, with logistic regression heads for contact occurrence and slip detection and small 1-layer MLPs for location and force. On held-out tests, contact detection and slip detection reached 2 accuracy for slip under 3 m/s, localization MAE was 4–5 mm depending on object rigidity, and force estimation MAE was 6–7 N with end-to-end inference latency of approximately 8 ms per 9 s window (Yi et al., 18 Feb 2026).
The same work derives a physics-based simulator that discretizes the string into finite nodes and integrates a damped, driven wave equation with force-dependent tension and damping. After discarding the first approximately 0 ms of transient, FFT peak trajectories in simulation and real data agreed to within 1–2 across modes 3 (Yi et al., 18 Feb 2026). This is significant because it links learning-based inference to an interpretable mode-shift mechanism rather than treating the spectrogram solely as a black-box input.
AcousTac targets a different operating regime: electronics-free force-sensitive soft skin. Each taxel is a rigid PLA pipe with a compliant silicone end cap, driven by 4–5 L/min of compressed air and measured with a standard off-board microphone at 6 kHz. Taxels are tuned by tube length 7, cap thickness 8, and either a central hole 9 or added mass 00. For hole-modified caps with 01 mm and 02 mm, the reported monotonic sensing region is from approximately 03 N to approximately 04 N with sensitivity approximately 05 Hz/N; larger holes with 06 mm lower 07 to approximately 08 N and raise sensitivity to approximately 09 Hz/N. Across configurations, the platform is described as tunable across a force range of 10–11 N with adjustable sensitivity of approximately 12–13 Hz/N, and the update rate is 14 Hz with 15 ms latency (Li et al., 2023).
The contrast between the two systems is instructive. Sound of Touch is optimized for real-time contact location, normal force, and slip on extended robot surfaces, while AcousTac is optimized for static and quasi-static force sensing on soft robotic surfaces where electronics near the contact are not suitable (Yi et al., 18 Feb 2026, Li et al., 2023). A plausible implication is that active acoustic tactile sensing is not a single architecture but a design space structured by resonator type, excitation mechanism, readout location, and target bandwidth.
4. Learning-based manipulation and multimodal tactile representations
Several systems use the sound of touch as supervision or as a primary sensing stream in robot manipulation.
In “Learning Gentle Grasping Using Vision, Sound, and Touch,” audio is used only at data-collection time to label examples as “gentle” or “non-gentle.” A standard commodity microphone is rigidly mounted on the side of the Allegro Hand and records 16 s of mono audio at 17 kHz. Gentleness is defined by a hand-set threshold on short-time energy over the full window,
18
with a toy squeak event triggering the non-gentle label. The downstream policy does not consume raw audio; instead, a DenseNet-121-based visuo-tactile model predicts stable and gentle outcomes from RGB, DIGIT images, and candidate actions. On 19 samples, the full model achieved 20 overall grasp outcome accuracy versus 21 for vision-only, and in 22 real-world trials it reached approximately 23 stable-and-gentle success versus approximately 24 for vision-only and 25 for random regrasp (Nakahara et al., 11 Mar 2025).
In “Adding internal audio sensing to internal vision enables human-like in-hand fabric recognition with soft robotic fingertips,” the new Minsound fingertip embeds a Knowles SPH0645 MEMS microphone in a soft fingertip shell and captures vibrations from 26 Hz to 27 kHz at 28 kHz. Each camera frame at 29 Hz is aligned with the most recent 30 audio samples, PSDs are estimated with Welch’s method and truncated to 31 bins up to 32 kHz, and multimodal features are fused in a transformer with 33 layers of multi-head self-attention, 34 heads, and 35. On a dataset of 36 fabrics plus “no fabric,” internal audio only achieved 37 fabric classification accuracy, internal plus external audio achieved 38, while vision only was 39. Under coffee-shop noise at 40–41 dB, internal audio alone dropped to 42, but adding proprioception raised performance to 43 and adding an external microphone reached 44 (Andrussow et al., 13 Feb 2026).
UniTouch addresses the sound of touch at the representation-learning level rather than the sensor-design level. Yang et al. align a tactile encoder to the frozen ImageBind image branch, thereby inheriting associations to audio, language, and other modalities already bound to that space. On ObjectFolder 2.0, UniTouch reported zero-shot touch-to-audio retrieval mAP of 37.9, outperforming supervised baselines such as CCA, PLSCA, DSCMR, and DAR in the table reproduced in the paper (Yang et al., 2024). This is notable because no explicit tactile-audio pairs are needed during training.
Taken together, these studies show three distinct roles for touch-generated sound in learning systems: as a self-supervised label for contact quality, as a high-bandwidth sensing modality for material recognition, and as an indirectly aligned embedding target in a unified multimodal space (Nakahara et al., 11 Mar 2025, Andrussow et al., 13 Feb 2026, Yang et al., 2024).
5. Human interaction, affect, and perceptual studies
In affective and social interaction, the sound of touch is used as a cue for gesture type, arousal, valence, and emotional intent. The main reported platforms are Pepper-based studies with a forearm-mounted microphone.
“Sound-Based Recognition of Touch Gestures and Emotions for Enhanced Human-Robot Interaction” uses a single directional microphone near Pepper’s left forearm and a lightweight audio-only MTRCNN. Log-mel spectrograms are computed from 45 ms Hamming windows with 46 ms hop, 47 Mel bands, and per-band mean-variance normalization. The model has three parallel CNN branches with kernel sizes 48, 49, and 50, a fused 51-dimensional embedding, 52 M parameters, 53 MB model size, and 54 G FLOPs per 55 s input. On the test set with 56 s input, mean accuracies were 57 for arousal, 58 for valence, 59 for joint 60-way arousal-valence, and 61 for 62-way gesture recognition. Gesture accuracy peaked at 63 with 64 s input, while joint emotion peaked at 65 with 66 s input (Hou et al., 2024).
“Conveying Emotions to Robots through Touch and Sound” records 67 s gestures with a Waveshare USB-to-audio microphone mounted adjacent to a 68 tactile pad on Pepper’s forearm. Audio features include MFCCs 69–70, spectral centroid, spectral bandwidth, zero-crossing rate, and RMSE, reduced to summary statistics and concatenated with tactile features for classification. Among six off-the-shelf classifiers, a linear-kernel SVM achieved the highest accuracy, with 71 mean cross-validation accuracy on the training set and 72 final test accuracy for 73 emotions. “Attention” was the most accurately conveyed emotion, with balanced accuracy of 74 (Ren et al., 2024).
“Touch Speaks, Sound Feels” inverts the direction of communication by delivering vibration, sound, or their combination to human participants. Its VibroSleeve uses a 75 grid of 76 vibration motors on the upper arm synchronized with loudness-normalized 77 kHz audio over headphones. In a within-subjects study with 78, mean emotion decoding accuracy was 79 for touch only, 80 for sound only, and 81 for the combined condition, with all pairwise differences significant. Gesture decoding was 82 for touch only, 83 for sound only, and 84 for the combined condition (Ren et al., 11 Aug 2025).
Not all perceptual questions yield positive effects for sound. “A Study of Material Sonification in Touchscreen Devices” used granular synthesis of rubbing sounds on a touchscreen tablet and found that the considered audio cues did not significantly contribute to the perception of material qualities, although they increased immersion. Inter-participant agreement was lower in digital conditions than in full-modal physical touch, and dynamic audiovisual interaction increased engagement time relative to visual only and static audiovisual conditions (Martín et al., 2018).
These results delimit the semantics of the sound of touch in HRI and perception. Audio can be highly effective for gesture recognition and can improve affective decoding when paired with haptics, but it does not automatically enrich all perceptual judgments (Hou et al., 2024, Ren et al., 11 Aug 2025, Martín et al., 2018).
6. Acoustic actuation and tactile rendering
The sound of touch also names a reverse mapping: using acoustics to produce tactile sensations or to transmit touch-like structure.
Musinger combines a touch-sensitive recorder with a wearable haptic display. Three force-sensitive resistors under the fingers of one user are sampled at 85 Hz and transmitted to a forearm-mounted display of three independent linkages with normal displacement up to 86 mm, resolution 87 mm, bandwidth from DC to 88 Hz, and normal force excursion up to 89 N. Four familiar melodies were rendered as tactile patterns, and recognition accuracy reached 90 without white noise and 91 with white noise (Cabrera et al., 2024).
The programmable acoustic metamaterial uses dual-state linear resonant actuators arranged in a lattice with 92 mm and passive-state resonance at 93 Hz. By powering some cells as vibration sources and leaving others passive as resonators, it creates self-tuned band gaps and reconfigurable waveguides. For three-bit patterns encoded at cells spaced by 94 mm, decoding success exceeded 95 for delays of at least 96 ms when the carrier was within the band gap near 97 Hz, but was approximately 98 at 99 Hz outside the band gap. In a 00-alternative forced-choice study with eight participants, mean correct identification was 01 at 02 Hz and 03 at 04 Hz (Daunizeau et al., 2024).
The soft vibrotactile display using sound speakers replaces rigid tactors with standard audio speakers pneumatically coupled through soft silicone tubes to the fingertip. The reported prototype uses Ecoflex 0030, tubing with inner diameter 05 mm and length approximately 06 mm, and UM1515IA speakers with free-air resonance approximately 07 Hz. The authors report empirically verified stimuli up to approximately 08 Hz and an 09 stimulation array over an 10 mm area (Ihara et al., 2024).
In musical haptics, computed fingertip touch and microtouch establish one-to-one mappings between sonic grains and force events. The Cyclotactor tracks fingertip movement at 11 Hz over a 12 mm range with approximately 13 mm resolution, outputs fingerpad-orthogonal force in the range 14 N, and supports vibrotactile cues up to 15 Hz with 16 ms round-trip latency. The KSFT provides fingerpad-parallel friction output in the range 17–18 N with approximately 19 ms round-trip latency (Jong, 12 Feb 2025). Microtouch pairs each audio grain with either a non-vibratory or vibratory force pulse; in the reported pilot, non-vibratory CT pulses were clearly perceived down to 20 ms, vibratory CT pulses required at least 21 ms, and intensity ratings increased monotonically with force amplitude and duration (Jong, 2021).
A plausible implication is that acoustic haptics divides into at least three engineering strategies: transmission of symbolic structure through tactile patterns, spatial sculpting of vibration fields through wave control, and direct time-locking of audio synthesis events to haptic transients.
7. Limitations, misconceptions, and research directions
Several limitations recur across the literature. Material non-uniformity and anisotropy complicate calibration in surface-based systems; ALTo explicitly notes wood grain, knots, and hidden metal supports as sources of error, and cross-device synchronization was too noisy for reliable TDOA, motivating intra-device TDOA only (Seshan, 2021). AcousTac has an initial boundary-condition transition below approximately 22 N unless mitigated by a hole or added mass, and it requires continuous airflow of 23–24 L/min (Li et al., 2023). Sound of Touch with strings identifies tension drift versus sensitivity as a hardware trade-off, and the authors state that two pickups per string are the minimal configuration to decouple 25 and 26 (Yi et al., 18 Feb 2026). Vibro-Sense shows marked material dependence between impulse localization and friction-based tracking, indicating that a single contact model is unlikely to dominate across tasks (Amri et al., 28 Jan 2026).
A common misconception is that touch-generated sound is always an intended sensing channel. The smartphone acoustic side channel demonstrates the opposite: microphones can recover sensitive user input without any tactile interface being designed for that purpose. Reported mitigations include blocking or muddying audio during secure input, hardware indicators for microphone usage, and application-level jamming (Shumailov et al., 2019).
Another misconception is that adding audio necessarily improves perceptual realism or semantic interpretation. The material-sonification study found no significant improvement in rating material qualities, despite increased immersion (Martín et al., 2018). Likewise, emotion studies report persistent confusions among classes with similar arousal or valence, and some emotions show low intraclass correlation values in how consistently they are conveyed through touch and sound (Ren et al., 2024).
The present trajectory nevertheless points toward broader integration. Vibro-Sense provides open-source datasets, models, and setups (Amri et al., 28 Jan 2026); Sound of Touch provides a physics-grounded simulator for design and interpretation (Yi et al., 18 Feb 2026); UniTouch shows that tactile-audio association can be inherited through a shared embedding space (Yang et al., 2024). This suggests a convergence between physically interpretable acoustic transduction, transformer-based sequence models, and multimodal alignment. If that convergence continues, the sound of touch is likely to remain not a single device class but a unifying research program for contact localization, force sensing, slip detection, material recognition, affective communication, and tactile rendering.