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
- Clicking treeview item some time able trigger playing the song, but due to the autoplay policy, most of the time you have to click play button inside the webview
20
+
21
+
### References
22
+
- Treeview API https://code.visualstudio.com/api/extension-guides/tree-view#view-actions
23
+
- VS Code support codecs https://code.visualstudio.com/updates/v1_71#_ffmpeg-codecs-support
15
24
16
25
## [2.0.0] - September 2022
17
-
- Add seeking 5s back and fort buttons
26
+
- Add seeking 5s back and forth buttons
18
27
- Reduce extension size with Webpack
19
-
- Support flac
28
+
- Support FLAC
20
29
- Switch to `main` branch
21
30
- Use [Codicons](https://microsoft.github.io/vscode-codicons/dist/codicon.html)
22
31
- Use resume/suspend methods
23
32
- webpack 5.74.0 compiled with 1 warning in 9069 ms
24
33
- 12 files, 278.85KB, 1.71.0
25
34
26
35
Known issues:
27
-
- Webpack watch doesn't work as expect - it does rebuild but not each change-save
28
-
-Vscode's debugging needs to click twice - run and restart in order to launch the app (maybe only for macOS)
36
+
- Webpack watch doesn't work as expected - it does rebuild but not on each change-save
37
+
-VS Code's debugging needs to click twice - run and restart in order to launch the app (maybe only for macOS)
29
38
30
39
Notes:
31
-
-**Finally! This extension works on vscode stable version** 🙌🎊🎉🥳🥂
32
-
- It turns out that vscode doesn't ship mp3 codec with its ffmpeg library (it probably got removed in the past since this extension worked before) and recently add it back in v1.71 - [Issue](https://github.com/microsoft/vscode/ssues/48494)
33
-
- Put back resume/suspend since the issue got fixed for electron/chromium - [Issue1052747](https://bugs.chromium.org/p/chromium/issues/detail?id=1052747) | [Issue1018499](https://bugs.chromium.org/p/chromium/issues/detail?id=1018499)
34
-
- Reduce extension size - it was funny to see previous version use webpack to minimize the 1 file - `controller.js`
35
-
- All previous versions of this extension will not work in any recent vscode versions
40
+
-**Finally! This extension works on VS Code stable version** 🙌🎊🎉🥳🥂
41
+
- It turns out that VS Code doesn't ship MP3 codec with its FFmpeg library (it probably got removed in the past since this extension worked before) and recently added it back in v1.71 - [Issue](https://github.com/microsoft/vscode/issues/48494)
42
+
- Put back resume/suspend since the issue got fixed for Electron/Chromium - [Issue1052747](https://bugs.chromium.org/p/chromium/issues/detail?id=1052747) | [Issue1018499](https://bugs.chromium.org/p/chromium/issues/detail?id=1018499)
43
+
- Reduce extension size - it was funny to see the previous version use Webpack to minimize the 1 file - `controller.js`
44
+
- All previous versions of this extension will not work in any recent VS Code versions
36
45
37
46
## [1.1.0] - December 2019
38
47
- Display duration
39
-
- Minor bugfixes
48
+
- Minor bug fixes
40
49
- Remove [Semantic](https://semantic-ui.com)
41
50
- Switch method suspend/resume -> start/stop
42
51
- Update CSS
@@ -58,8 +67,8 @@ References:
58
67
59
68
Notes:
60
69
- Pumped up the VS Code requirement to 1.40 due to Web Audio API bug, probably from Chrome
61
-
- 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)
62
-
- The extension works (except the pause/resume function - API bug again) on VS code exploration build 1.37 with ELectron 6 | Chrome 76
70
+
- 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)
71
+
- The extension works (except the pause/resume function - API bug again) on VS Code exploration build 1.37 with Electron 6 | Chrome 76
63
72
- This extension will not be working for a while 😥
This is an extension that play and display spectrogram of mp3 and flac audio files. So, are you now curious to see how your favorite songs' spectrogram looks like? 🦝🤪💭
2
+
This is an extension that plays and displays spectrograms of mp3 and flac audio files. Are you curious to see how your favorite songs' spectrograms look? 🦝🤪💭
0 commit comments