Skip to content

Commit

Permalink
1.0.2.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kn007 committed May 28, 2017
1 parent 08ed99c commit 683b92e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
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.2.0</b> (28 May 2017)
* Add AMR header fix checkbox.
* Wechat mini program audio conversion support.
* Fix some bugs.

<b>Version 1.0.1.2</b> (19 Feb 2017)
* Force frequency, max CBR bitrate output(for mp3).

Expand Down Expand Up @@ -42,6 +47,11 @@

## 更新历史

2017-05-28发布1.0.2.0版本:
* “尝试强制AMR编码解码文件”变为可选项。
* 支持微信小程序语音转换(包括编码、解码)。
* 修复一些Bug。

2017-02-19发布1.0.1.2版本:
* 强制输出固定频率和最大化比特率(主要针对MP3)。

Expand Down
20 changes: 12 additions & 8 deletions windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Batch conversion support.

Also support encode to silk v3 (Need `silk_v3_encoder`), compatible with QQ/Wechat.

Wechat mini program audio conversion support.

## Requirement

* silk_v3_decoder
Expand All @@ -32,17 +34,17 @@ Also you can download the [full version](https://dl.kn007.net/directlink/silk2mp

## Screenshots

![screenshot](/windows/screenshots/20160928221818.png?raw=true "Screenshot")
![screenshot](/windows/screenshots/20170528161558.png?raw=true "Screenshot")

[More screenshots](/windows/screenshots/)

## Hash

`MD5: F73B3E0A156EBC8334DDD9C86482A2A3`
`MD5: 3F9E5B3C36A0B346335CC6061AD032D3`

`SHA1: 92A10F84CDC1740E9B2CF033EF622758C2393056`
`SHA1: 3F67B5CB3678AE24388CE4A1CBA46338D56027D3`

`CRC32: 971325AE`
`CRC32: F8D4EA22`

## Notice

Expand Down Expand Up @@ -84,6 +86,8 @@ Alipay: kn007#126.com (Change # to @)

支持将文件编码为silk v3音频文件(需要`silk_v3_encoder`),兼容QQ、微信。

支持转换微信小程序语音文件,可编码或解码。

## 依赖组件

* silk_v3_decoder
Expand All @@ -106,17 +110,17 @@ Alipay: kn007#126.com (Change # to @)

## 程序截图

![screenshot](/windows/screenshots/20160928221726.png?raw=true "Screenshot")
![screenshot](/windows/screenshots/20170528161523.png?raw=true "Screenshot")

[更多截图](/windows/screenshots/)

## 程序鉴定

`MD5: F73B3E0A156EBC8334DDD9C86482A2A3`
`MD5: 3F9E5B3C36A0B346335CC6061AD032D3`

`SHA1: 92A10F84CDC1740E9B2CF033EF622758C2393056`
`SHA1: 3F67B5CB3678AE24388CE4A1CBA46338D56027D3`

`CRC32: 971325AE`
`CRC32: F8D4EA22`

## 其他提示

Expand Down

0 comments on commit 683b92e

Please sign in to comment.