Skip to content

Commit 9d4a0c8

Browse files
committed
dependencies
1 parent 951bf93 commit 9d4a0c8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"susres",
1010
"treeview",
1111
"vscodeignore",
12+
"wavesurfer",
1213
"webaudio"
1314
],
1415
"editor.rulers": [120],

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-
- [Wavesurfer](https://wavesurfer.xyz/)
8+
- Generate spectrogram instead real-time - [Wavesurfer](https://wavesurfer.xyz/)
99

1010
---
1111
## [3.0.0] - February 2025

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,11 @@
6262
"properties": {
6363
"spectrogram.rgbColor": {
6464
"type": "object",
65-
"default": { "r": 100, "g": 0, "b": 0 },
65+
"default": {
66+
"r": 100,
67+
"g": 0,
68+
"b": 0
69+
},
6670
"description": "RGB color for the spectrogram",
6771
"properties": {
6872
"r": {
@@ -101,6 +105,9 @@
101105
"lint-sum": "eslint --format summary-chart .",
102106
"lint-fix": "eslint --fix ."
103107
},
108+
"dependencies": {
109+
"music-metadata": "^10.8.0"
110+
},
104111
"devDependencies": {
105112
"@types/node": "^22.10.10",
106113
"@types/vscode": "^1.96.0",

0 commit comments

Comments
 (0)