A web app written with the Tornado framework for visualizing audio. The web app only processes 8-channel flac and wav files (for the time being) to detect direction of sound, duration of sounds, and a transcription using speech recognition. Try it out using the test.wav file. It only supports Japanese at the moment.
Used for hosting the web server in Japan.
Used as the web server for serving the webapp and delivering data to the browser via websockets.
Used for hosting the Bing Speech API server instance.
Used for analyzing the audio files.
Used for transcribing the audio file via a wrapper around the Bing Speech API, as Google Speech API is not available anymore.
Used for creating real-time data visualizations in the browser.
Used for n-dimensional filtering of multivariate datasets across D3 charts.
A wrapper around D3.js for building charts quickly.