You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31-1Lines changed: 31 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,39 @@ All notable changes to the "Spectrogram" extension will be documented in this fi
3
3
4
4
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
5
5
6
+
## [Future Works]
7
+
- Generate spectrogram faster than real time
8
+
- Playing effect provided by Web Audio API
9
+
- Playback time slider
10
+
- More colors
11
+
- Support more audio formats
12
+
-[Display duration on treeview](https://code.visualstudio.com/api/extension-guides/tree-view#view-actions)
13
+
- Minimize package size --> [blocked that cause by Pugjs](https://github.com/pugjs/pug/issues/2889#issuecomment-456477196) due to its Uglify.js dependency.
14
+
- Switch back [suspend/resume](https://developer.mozilla.org/en-US/docs/Web/API/AudioContext/AudioContext) instead using start/stop --> blocked that cause by Chrome? since Firefox works fine
15
+
- Realtime input mode
16
+
17
+
## [1.1.0] - December 2019
18
+
- Remove Semantic
19
+
- Update CSS
20
+
- Display duration
21
+
- Minor bugfixes
22
+
- Switch method suspend/resume --> start/stop []
23
+
- 3524 files, 4.33MB
24
+
6
25
## [1.0.1] - September 2019
7
26
- Fixed path issue for other OS platforms
8
27
- Set VS Code version requirement to 1.40 - Wait for VS Code to update to newer Chrome version
Copy file name to clipboardExpand all lines: README.md
+18-10Lines changed: 18 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,28 +4,36 @@
4
4
5
5
This is an extension that play and display spectrogram of mp3 audio files.
6
6
7
-

7
+

8
8
9
9
## Known Issues
10
-
Limited to mp3
10
+
- Limited to mp3
11
+
- Only works with [VS Code - exploration](https://github.com/microsoft/vscode/issues/76069)
11
12
12
13
## Release Notes
13
14
14
-
### 1.0.1
15
+
### 1.1.0
16
+
- Improve UI
17
+
- Fixed pause/resume
18
+
- Fixed minor bugs
19
+
- Refactor code
20
+
21
+
Note:
22
+
```
23
+
- Still, this extension is only working in exploration build, tested on 1.41 E7|C78 😥
24
+
- Not so sure why it doesn't work in stable/insider build on E6|C76 according to 1.0.1 note 🤔
25
+
```
15
26
27
+
### 1.0.1
16
28
Fixed path issue other OS platforms (tested on MacOS and Ubuntu)
17
29
18
-
#### Note
30
+
Note:
31
+
```
19
32
Pumped up the VS Code requirement to 1.40 due to Web Audio API bug, probably from Chrome
20
33
- Just right after the 1st release, the Web Audio API stops working on 1.30 to 1.39 of VS code (VS code 1.38 stable build is on Electron 4 | Chrome 69)
21
34
- The extension is working (except the pause/resume function - API bug again) on VS code exploration build 1.37 with ELectron 6 | Chrome 76
22
35
- This extension will not be working for a while 😥
0 commit comments