-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
# Cardinal-JV-Archive-Make | ||
|
||
Cardinal Japanese Voice Archive Maker | ||
音声归档制作工具 | ||
|
||
用来转换wav格式的音声文件为flac格式的归档压缩文件信息的工具。 | ||
用来转换 `wav` 格式的音声文件为 `flac` 格式的归档压缩文件信息的工具,目的是提供小体积,易于检索的无损音声保存方式。 | ||
目前正在开发中 | ||
|
||
![](imgs/sc.png) | ||
|
||
## 计划 | ||
- [ ] 实现 wav、mp3 等到 flac 格式的转换 | ||
- [ ] 实现编辑 flac metadata 将作者,封面等信息嵌flac文件 | ||
- [ ] 实现 `wav`、`mp3` 等到 `flac` 格式的转换 | ||
- [ ] 实现编辑 `flac metadata` 将作者,封面等信息嵌flac文件 | ||
- [ ] 实现根据 RJ 号从 DLSite 抓取描述信息进行补全 | ||
- [ ] 实现根据描述信息生成 HTML 格式的 README | ||
- [ ] 实现在README.html 中内嵌一个播放器,并支持频谱、歌词显示等功能 | ||
- [ ] 实现根据描述信息生成 HTML 格式的 `README.html` | ||
- [ ] 实现在 `README.html` 中内嵌一个播放器,并支持频谱、歌词显示等功能 | ||
- [ ] ~~或许做个i18n?~~ |