Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.68 KB

readme.md

File metadata and controls

38 lines (26 loc) · 1.68 KB

DSP Lab Project

—— Mimic Spatial Audio

By Bingcheng


img1

In this project, android phone/ iphone is used as the head movement detector, and the spatial audio will be generated in real time.


As we know, human can detect the position of the source of the audio with two ears, becasue there will be a small time delay between two ears.

In this project, a test web app will be introduced to test this opinion in 2D plane for easy understanding. In the future, the 3D spatial audio will be implimented.

For 2D spatial audio, you can detect the direction of the audio, but the height of the audio can not be recognized. In this way, there will be less calculation and it will be easier for beginners to understand.


TODO

  • Use IMUs in phones to detect head position
  • Do real time volume adjustment according to head position
  • Find good voice for different spatial point
  • 3D plot of head position and position of the spatial point
  • Use AI facial position detector to make a desktop version of spatial audio
  • 3D version with Three.js

References