Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 997 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 997 Bytes

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