File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
55
66## [ Future Works]
77- Real-time input mode/recorder
8- - Generate spectrogram instead real-time - [ Wavesurfer] ( https://wavesurfer.xyz/ )
8+ - Generate spectrogram instead real-time - [ this ] ( https://github.com/cwilso/wubwubwub/blob/MixTrack/js/visualizer.js ) or [ Wavesurfer] ( https://wavesurfer.xyz/ )
99
1010---
1111## [ 3.0.0] - February 2025
Original file line number Diff line number Diff line change 11` spec2.html ` was for finding a workaround on suspend() and resume() bug from Chrome
2-
3- https://mdn.github.io/fetch-examples/fetch-array-buffer
Original file line number Diff line number Diff line change 6363 "spectrogram.rgbColor" : {
6464 "type" : " object" ,
6565 "default" : {
66- "r" : 100 ,
66+ "r" : 255 ,
6767 "g" : 0 ,
6868 "b" : 0
6969 },
100100 "package" : " webpack --mode production --devtool hidden-source-map" ,
101101 "wp" : " webpack" ,
102102 "wp-watch" : " webpack --watch" ,
103- "task-clean-output" : " ts- node tasks.js clean" ,
103+ "task-clean-output" : " node tasks.js clean" ,
104104 "lint" : " eslint ." ,
105105 "lint-sum" : " eslint --format summary-chart ." ,
106106 "lint-fix" : " eslint --fix ."
You can’t perform that action at this time.
0 commit comments