diff --git a/README.md b/README.md index 7bdaeef..10507bf 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ sh converter.sh input ouput mp3 ``` 注意:其中`input`是要转换的目录,而`output`是最终转换后音频输出的目录,最后的`mp3`参数是最终转换后输出的格式。 -如果你需要在`Windows`下使用该程序,请下载[silk2mp3.exe](https://dl.kn007.net/directlink/silk2mp3.zip "silk2mp3.zip")应用程序来完成转换,你可点击这里,查看更多Windows下如何使用的相关说明。 +如果你需要在`Windows`下使用该程序,请下载[silk2mp3.exe](https://dl.kn007.net/directlink/silk2mp3.zip "silk2mp3.zip")应用程序来完成转换,你可点击这里来查看更多Windows下如何使用的相关说明。 ## 关于作者 diff --git a/windows/CHANGELOG.md b/windows/CHANGELOG.md index 176ea2f..e6b31f9 100644 --- a/windows/CHANGELOG.md +++ b/windows/CHANGELOG.md @@ -1,5 +1,10 @@ ## ChangeLog +Version 1.0.1.0 (30 Sept 2016) + * Fix miss AMR header error. + * Add about page. + * Fix some bugs. + Version 1.0.0.6 (22 Sept 2016) * Fix Wechat play Silk v3 encode file(from silk2mp3) error. * Add custom output format support. @@ -30,6 +35,11 @@ ## 更新历史 +2016-09-30发布1.0.1.0版本: + * 修复缺失AMR头无法转换问题。 + * 新增关于页。 + * 修复一些Bug。 + 2016-09-22发布1.0.0.6版本: * 修复编码后,微信播放完,会有杂音。 * 新增输出格式自定义。 diff --git a/windows/README.md b/windows/README.md index 098aec7..b517e21 100644 --- a/windows/README.md +++ b/windows/README.md @@ -1,12 +1,14 @@ +# Silk2MP3 + ## Description -Decode silk v3 audio files (like wechat amr files, qq slk files) and convert to mp3 format. +Decode silk v3 audio files (like wechat amr files, qq slk files) and convert to other format. The program for Windows users. Batch conversion support. -Also support encode to silk v3 (Need `silk_v3_encoder`). +Also support encode to silk v3 (Need `silk_v3_encoder`), compatible with QQ/Wechat. ## Requirement @@ -30,17 +32,17 @@ Also you can download the [full version](https://dl.kn007.net/directlink/silk2mp ## Screenshots -![screenshot](/windows/screenshots/20160601170959.png?raw=true "Screenshot") +![screenshot](/windows/screenshots/20160928221818.png?raw=true "Screenshot") [More screenshots](/windows/screenshots/) ## Hash -`MD5: CD3A8AC8105F6D21DD00AD27ACE4253D` +`MD5: D0804851FE2CB7B69D45AF8917F37DD2` -`SHA1: 0FE5495D4B5CD814D5171FF50C8EA42056F4CB12` +`SHA1: 056FBFA86CACDE23444B4D6546BCDE05C55E9EC4` -`CRC32: 6C6BE309` +`CRC32: 02A870AC` ## Notice @@ -50,6 +52,7 @@ The program compiled with `Autoit3`. The test was passed when used following system: * Windows XP +* Windows Vista * Windows 7 * Windows 8 * Windows 10 @@ -62,16 +65,24 @@ The test was passed when used following system: [kn007's blog](https://kn007.net) +## Donate + +PayPal: kn007#126.com (Change # to @) + +Alipay: kn007#126.com (Change # to @) + +[More(Like Wechat, Tenpay, etc.)](https://kn007.net/donate/) + *** ## 中文说明 -解码silk v3音频文件(类似微信的amr文件、QQ的slk文件)并转换为MP3格式。 +解码silk v3音频文件(类似微信的amr文件、QQ的slk文件)并转换为其他音频格式。 在Windows平台可用的应用程序。 支持批量转换。 -支持将文件编码为silk v3音频文件(需要`silk_v3_encoder`)。 +支持将文件编码为silk v3音频文件(需要`silk_v3_encoder`),兼容QQ、微信。 ## 依赖组件 @@ -95,17 +106,17 @@ The test was passed when used following system: ## 程序截图 -![screenshot](/windows/screenshots/20160601170900.png?raw=true "Screenshot") +![screenshot](/windows/screenshots/20160928221726.png?raw=true "Screenshot") [更多截图](/windows/screenshots/) ## 程序鉴定 -`MD5: CD3A8AC8105F6D21DD00AD27ACE4253D` +`MD5: D0804851FE2CB7B69D45AF8917F37DD2` -`SHA1: 0FE5495D4B5CD814D5171FF50C8EA42056F4CB12` +`SHA1: 056FBFA86CACDE23444B4D6546BCDE05C55E9EC4` -`CRC32: 6C6BE309` +`CRC32: 02A870AC` ## 其他提示 @@ -115,6 +126,7 @@ The test was passed when used following system: 于以下环境测试通过: * Windows XP +* Windows Vista * Windows 7 * Windows 8 * Windows 10 @@ -126,3 +138,11 @@ The test was passed when used following system: ## 关于作者 [kn007的个人博客](https://kn007.net) + +## 赞助作者 + +PayPal:kn007#126.com (请将 # 改为 @) + +支付宝:kn007#126.com (请将 # 改为 @) + +[其他方式(如微信支付、财付通等)](https://kn007.net/donate/) diff --git a/windows/silk2mp3.exe b/windows/silk2mp3.exe index ba1d1e7..4ec9187 100644 Binary files a/windows/silk2mp3.exe and b/windows/silk2mp3.exe differ