Remix.run Logo
4gotunameagain 4 days ago

MEMS accelerometers found in phones don't have nearly enough sampling frequency to encode meaningful audio

kibwen 4 days ago | parent [-]

Researchers have managed to produce photos from the theoretically 1-bit photosensor on your phone (which is similarly permissionless), so don't make that proclamation so hastily. Even if it can't decipher a conversation, it may be able to detect things about your environment that leak bits of entropy about you.

https://news.mit.edu/2024/study-smart-devices-ambient-light-...

4gotunameagain 4 days ago | parent [-]

Single pixel imaging is a well known method that depends on injecting known information (light patterns) and capturing the same scene multiple times in order to reconstruct.

Audio is by definition a time varying signal. If you cannot sample it fast enough, the information is gone. The fundamental Nyquist-Shannon sampling theorem has proven the concept of the critical (Nyquist) frequency. There are ways around this in special cases: for band limited signals undersampling is a method to reconstruct them using sampling lower than the critical frequency, and for sparse signals compressed sensing can be used. Real life audio is neither band limited (as sampled by any device on the phone), nor sparse. I think it is a physical impossibility with the current sensors.

https://en.wikipedia.org/wiki/Nyquist%E2%80%93Shannon_sampli...

kibwen 4 days ago | parent [-]

To reiterate, I'm not suggesting it should be able to listen in on conversations, but rather that it may plausibly be able to detect recurring environmental vibrations. For example, let's say your phone is left on a table unnattended, then if your house is near a train then it may be able to sense the regularity of the train's passing (whose schedule itself varies throughout the day, providing a unique fingerprint for both determining which train it might be and your position along that train's route).

4gotunameagain 4 days ago | parent [-]

Yes, for sure you can sample and detect lower frequency vibrations. That's the whole point of an accelerometer :)