Skip to content

Uses the device motion on your device to detect words. you are saying

Notifications You must be signed in to change notification settings

chaseWillden/devicemotion-voice-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Device Motion Voice Detection

The purpose of this is to run experiements on if a device can detect your voice just from the vibrations of your phone.

The DeviceMotion API does not need specific API permissions from the device owner.

Setup

Training folder

Visualizing the data in a x,y,z plot

  1. cd training
  2. uv sync

Server folder

The listener for the data collection and writing

  1. cd server
  2. npm i
  3. npm run start

Mobile app

The mobile app will use the DeviceMotion API to collect the data and send it to the server.

  1. cd mobile
  2. npm i
  3. npm run web

Download the expo-go app and scan the QR code.

About

Uses the device motion on your device to detect words. you are saying

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published