Skip to content

Commit

Permalink
1.0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kn007 committed Sep 29, 2016
1 parent a43d9c8 commit 0eb119d
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")应用程序来完成转换,你可<a href='/windows' target="_blank">点击这里</a>,查看更多Windows下如何使用的相关说明
如果你需要在`Windows`下使用该程序,请下载[silk2mp3.exe](https://dl.kn007.net/directlink/silk2mp3.zip "silk2mp3.zip")应用程序来完成转换,你可<a href='/windows' target="_blank">点击这里</a>来查看更多Windows下如何使用的相关说明

## 关于作者

Expand Down
10 changes: 10 additions & 0 deletions windows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## ChangeLog

<b>Version 1.0.1.0</b> (30 Sept 2016)
* Fix miss AMR header error.
* Add about page.
* Fix some bugs.

<b>Version 1.0.0.6</b> (22 Sept 2016)
* Fix Wechat play Silk v3 encode file(from silk2mp3) error.
* Add custom output format support.
Expand Down Expand Up @@ -30,6 +35,11 @@

## 更新历史

2016-09-30发布1.0.1.0版本:
* 修复缺失AMR头无法转换问题。
* 新增关于页。
* 修复一些Bug。

2016-09-22发布1.0.0.6版本:
* 修复编码后,微信播放完,会有杂音。
* 新增输出格式自定义。
Expand Down
44 changes: 32 additions & 12 deletions windows/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand All @@ -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
Expand All @@ -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、微信

## 依赖组件

Expand All @@ -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`

## 其他提示

Expand All @@ -115,6 +126,7 @@ The test was passed when used following system:

于以下环境测试通过:
* Windows XP
* Windows Vista
* Windows 7
* Windows 8
* Windows 10
Expand All @@ -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/)
Binary file modified windows/silk2mp3.exe
Binary file not shown.

0 comments on commit 0eb119d

Please sign in to comment.