Skip to content

Commit

Permalink
update started_notify
Browse files Browse the repository at this point in the history
  • Loading branch information
lemisky committed Mar 27, 2022
1 parent f9764b0 commit 20762bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
pip install yagmail[all] requests
- name: Download Scripts
run: |
wget https://raw.githubusercontent.com/foyoux/started-notify/main/.github/workflows/star_notify.py#${{github.run_id}}
wget https://raw.githubusercontent.com/foyoux/started-notify/main/.github/workflows/started_notify.py#${{github.run_id}}
- name: Send Email
run: |
python star_notify.py ${{github.token}} ${{secrets.NOTIFY_EMAIL}}
python started_notify.py ${{github.token}} ${{secrets.NOTIFY_EMAIL}}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ pip install pilk
[**SILK**](https://en.wikipedia.org/wiki/SILK) 是一种语音编码格式,由 [**Skype**](https://en.wikipedia.org/wiki/Skype_Technologies)
公司研发,网上可找到的最新版本是 2012 发布的。

**SILK** 原始代码已上传到 [v0.0.1 release](https://github.com/foyoux/pilk/releases/tag/v0.0.1) , 包含规范文档
**SILK** 原始代码已上传到 [Release](https://github.com/foyoux/pilk/releases/tag/v0.0.1) , 包含规范文档

**Tencent** 系语音支持来自 [silk-v3-decoder](https://github.com/kn007/silk-v3-decoder)

[v0.0.1 release ](https://github.com/foyoux/pilk/releases/tag/v0.0.1)
[Release ](https://github.com/foyoux/pilk/releases/tag/v0.0.1)
中也包含 [silk-v3-decoder](https://github.com/kn007/silk-v3-decoder) 重编译的 **x64-win**
版本,支持中文,[源代码](https://github.com/foyoux/silk-codec)

Expand Down

0 comments on commit 20762bc

Please sign in to comment.