Skip to content

Commit 9514887

Browse files
committed
100-->255
1 parent 50969fe commit 9514887

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

lab/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"spectrogram.rgbColor": {
6464
"type": "object",
6565
"default": {
66-
"r": 100,
66+
"r": 255,
6767
"g": 0,
6868
"b": 0
6969
},
@@ -100,7 +100,7 @@
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 ."

0 commit comments

Comments
 (0)