index
:
rusty-microphone.git
main
Signal processing to give real time feedback on music
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
web
Age
Commit message (
Collapse
)
Author
2017-11-11
Fixed incorrect stderr function name in javascript
Justin Worthe
2017-11-10
Added polyfill for web audio api
Justin Worthe
2017-11-09
Added docs to the complex parts of the rusty microphone javascript
Justin Worthe
Also refactored some stuff
2017-11-05
Fixed positioning of framerate label
Justin Worthe
2017-11-05
Set up web interface to mimic GTK interface
Justin Worthe
2017-11-04
Updated calls from web to limit the window size to 512 samples
Justin Worthe
2017-11-03
Added a connection to the microphone through the web, calling into Rust
Justin Worthe
2017-10-16
Added correlation function which updated array in place
Justin Worthe
2017-10-15
Added emscripten calls for hz interpretation
Justin Worthe
This also uncovered a weird compilation issue. Emscripten did NOT like me using the remainder operator with a floating point number.
2017-10-15
Moved emscripten APIs to their own module and added stubs for other methods
Justin Worthe
2017-09-24
Emscripten endpoint for finding fundamental frequency
Justin Worthe
IT'S ALIVE!