Skip to content

Commit 7a16706

Browse files
committed
doc: 3.0
1 parent 5ea0e1e commit 7a16706

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,20 @@ 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 - [this](https://github.com/cwilso/wubwubwub/blob/MixTrack/js/visualizer.js) or [Wavesurfer](https://wavesurfer.xyz/)
8+
- Generate spectrogram instead of 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
1212
- Support WAV
1313
- Add seekbar
14-
- Add color RBG config
14+
- Add color RGB config
1515
- Add duration in treeview
16-
- New icon and logo
16+
- New icon and logo<br>
17+
<img src='https://github.com/lanly-dev/VSCode-Spectrogram/blob/main/media/vscodeignore/spec.png?raw=true' width='50' title='spec'/>
18+
<img src='https://github.com/lanly-dev/VSCode-Spectrogram/blob/main/media/spec.png?raw=true' width='55' title='spec3.0'/>
1719

1820
### Notes
19-
- 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
21+
- Clicking treeview item sometimes triggers playing the song, but due to the [autoplay policy](https://developer.chrome.com/blog/autoplay), most of the time you have to click the play button inside the webview
2022

2123
### References
2224
- Treeview API https://code.visualstudio.com/api/extension-guides/tree-view#view-actions

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Spectrogram
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? 🦝🤪💭
2+
This is an extension that plays and displays spectrograms of MP3, FLAC, and WAV audio files. Are you curious to see how your favorite songs' spectrograms look? 🦝🤪💭
33

4-
![Spectrogram2.0.0](media/vscodeignore/spec-sc3.png)
4+
![Spectrogram3.0](https://raw.githubusercontent.com/lanly-dev/VSCode-Spectrogram/refs/heads/main/media/vscodeignore/spec-sc4.png)
5+
6+
This extension contributes the following settings:
7+
8+
* `spectrogram.rgbColor`: Set color for rendering spectrogram
9+
* `spectrogram.showDuration`: Show duration in treeview/file explorer. Disabling it would load file items faster if the directory has many audio files
10+
11+
## Known Issues
12+
13+
Autoplay policy prevents starting the song from selecting the audio file in the treeview.
514

615
## Release Notes
716

0 commit comments

Comments
 (0)