Skip to content

Mdong9/web-audio-bluetooth

 
 

Repository files navigation

Web-Audio-Bluetooth

This is a branch repository for a web-audio-bluetooth project

(Michael Dong - Intern Research)

Notes: May continue onto interpolation to achieve faster message sending speeds (currently at 50ms per letter with space buffer)

Update: Version 1: Using average has shown that values at the beginning and end of data points for each letter skews average resulting in confusing letters for other letters

Version 2: Using Median is not completely reliable as data groups sometimes don't have enough "time" to present the proper value associated with the letter

Version 3: Highest value in data group has provided us with the most successful results so far. Allows us to select the upper limit a letter is able to be represented as and use that value to represent the letter. We have also modified the letter-to-number table to create bigger ranges for letters to fall into to resolve any issues with interpretting a letter incorrectly

About

web audio bluetooth intern research repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.1%
  • C 7.0%
  • HTML 2.1%
  • JavaScript 1.6%
  • Python 1.2%