arbuckle / audio-experiments

Some experiments with browser audio APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audio Stuff

  • Codecs implemented in Javascript
  • Retrieving raw data from getUserMedia APIs
  • Generating tones programatically at a given frequency
  • Transmitting data between two devices using audio, by modulating the amplitude of the tones
  • Transmitting data between two devices using audio, by modulating the frequency of the tones
  • Estimating the distance between two devices by echoing patterns between devices and accounting for latency

About

Some experiments with browser audio APIs


Languages

Language:JavaScript 72.3%Language:HTML 22.9%Language:Go 3.1%Language:CSS 1.7%