All Projects → kn007 → Silk V3 Decoder

kn007 / Silk V3 Decoder

Licence: mit
kn007's blog

Programming Languages

c
50402 projects - #5 most used programming language
assembly
5116 projects
C++
36643 projects - #6 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to Silk V3 Decoder

He
A robust HTML entity encoder/decoder written in JavaScript.
Stars: ✭ 2,973 (+62.28%)
Mutual labels:  decoder, encoder, encode, decode
Wx Voice
Convert audio files between Tencent apps (Weixin / Wechat, QQ) and Silk codec with other general formats such as MP3 and M4A
Stars: ✭ 93 (-94.92%)
Mutual labels:  decoder, encoder, convert, wechat
Flacon
Audio File Encoder. Extracts audio tracks from an audio CD image to separate tracks.
Stars: ✭ 252 (-86.24%)
Mutual labels:  mp3, encoder, convert
Qq Wechat Emotion Parser
QQ、微信表情符号解析:字符串到图片URL
Stars: ✭ 82 (-95.52%)
Mutual labels:  qq, wechat
Alita
一套把React Native代码转换成微信小程序代码的转换引擎工具。我们不造轮子,不发明新框架,只是提供工具把RN扩展到微信小程序端。
Stars: ✭ 1,733 (-5.4%)
Mutual labels:  mini-program, wechat
Hera
A framework for running WeChat applet. (小程序 SDK,小程序转 H5,小程序转安卓、iOS 原生应用、小程序渲染引擎)
Stars: ✭ 1,186 (-35.26%)
Mutual labels:  mina, wechat
Revokemsgpatcher
A hex editor for WeChat/QQ/TIM - PC版微信/QQ/TIM防撤回补丁(我已经看到了,撤回也没用了)
Stars: ✭ 12,482 (+581.33%)
Mutual labels:  qq, wechat
Tina Hackernews
📺 A Tina.js powered Wechat-Mini-Program implementation of Hacker News Reader
Stars: ✭ 93 (-94.92%)
Mutual labels:  mina, wechat
Anti Recall
Android 免root 防撤回神器 !
Stars: ✭ 1,274 (-30.46%)
Mutual labels:  qq, wechat
Neuchar
Senparc.NeuChar 跨平台信息交互标准
Stars: ✭ 96 (-94.76%)
Mutual labels:  qq, wechat
Bbwebimage
A high performance Swift library for downloading, caching and editing web images asynchronously.
Stars: ✭ 128 (-93.01%)
Mutual labels:  decoder, encoder
Alfalfa
Purely functional video codec, used for ExCamera and Salsify
Stars: ✭ 1,164 (-36.46%)
Mutual labels:  decoder, encoder
Tina
💃 一款轻巧的渐进式微信小程序框架
Stars: ✭ 1,153 (-37.06%)
Mutual labels:  mina, wechat
Mina Webpack
🍱 Mina single-file-component meets Webpack
Stars: ✭ 77 (-95.8%)
Mutual labels:  mina, wechat
Polar 3gpp Matlab
Matlab simulations of the encoder and SCL decoder for the New Radio polar code from 3GPP Release 15
Stars: ✭ 67 (-96.34%)
Mutual labels:  decoder, encoder
Mini Program
awesome mini-program. 微信小程序资料收集。
Stars: ✭ 104 (-94.32%)
Mutual labels:  mini-program, wechat
Wechaty
Conversational RPA SDK for Chatbot Makers
Stars: ✭ 11,647 (+535.75%)
Mutual labels:  wechat, qq
Fuif
Free Universal Image Format
Stars: ✭ 115 (-93.72%)
Mutual labels:  decoder, encoder
Iced
Blazing fast and correct x86/x64 disassembler, assembler, decoder, encoder for .NET, Rust, Python, JavaScript
Stars: ✭ 1,102 (-39.85%)
Mutual labels:  decoder, encoder
Easychatandroidclient
EasyChat是一个开源的社交类的App。主要包含消息、好友、群组等相关的IM核心功能。部分界面参照了QQ、微信等相关社交APP。EasyChat APP整体采用MVVM模式,基于JetPack(Lifecycle,LiveData,ViewModel,Room)构建
Stars: ✭ 64 (-96.51%)
Mutual labels:  qq, wechat

Description

Decode silk v3 audio files (like wechat amr, aud files, qq slk files) and convert to other format (like mp3). Batch conversion support.

silk-v3-decoder            (Decode Silk V3 Audio Files)
  |
  |---  silk               (Skype Silk Codec)
  |
  |---  windows            (For Windows Platform Users Program)
  |
  |---  LICENSE            (License)
  |
  |---  README.md          (Readme)
  |
  |---  converter.sh       (Converter Shell Script)
  |
  |---  converter_beta.sh  (Converter Shell Script(Beta))

Requirement

  • gcc
  • ffmpeg

How To Use

sh converter.sh silk_v3_file/input_folder output_format/output_folder flag(format)

E.g., convert a file:

sh converter.sh 33921FF3774A773BB193B6FD4AD7C33E.slk mp3

Notice: the 33921FF3774A773BB193B6FD4AD7C33E.slk is an audio file you need to convert, the mp3 is a format you need to output.

If you need to convert all audio files in one folder, now batch conversion support, using like this:

sh converter.sh input ouput mp3

Notice: the input folder is content the audio files you need to convert, the output folder is content the audio files after conversion finished, the mp3 is a format you need to output.

If you need to convert files on the Windows platfrom, click here to download zip package for silk2mp3.exe to convert, also can click here to get more information.

Other

Also provide silk v3 encode codec, compatible with Wechat/QQ.

About

kn007's blog


中文说明

解码silk v3音频文件(类似微信的amr和aud文件、QQ的slk文件)并转换为其它格式(如MP3)。 支持批量转换。

silk-v3-decoder            (解码silk v3音频文件)
  |
  |---  silk               (Skype Silk源码)
  |
  |---  windows            (可用于Windows平台的应用程序)
  |
  |---  LICENSE            (软件使用范围许可)
  |
  |---  README.md          (说明)
  |
  |---  converter.sh       (转换脚本)
  |
  |---  converter_beta.sh  (转换脚本(测试版))

依赖组件

  • gcc
  • ffmpeg

如何使用

sh converter.sh silk_v3_file/input_folder output_format/output_folder flag(format)

比如转换一个文件,使用:

sh converter.sh 33921FF3774A773BB193B6FD4AD7C33E.slk mp3

注意:其中33921FF3774A773BB193B6FD4AD7C33E.slk是要转换的文件,而mp3是最终转换后输出的格式。

如果你需要批量转换,比如转换某个目录,那么使用:

sh converter.sh input ouput mp3

注意:其中input是要转换的目录,而output是最终转换后音频输出的目录,最后的mp3参数是最终转换后输出的格式。

如果你需要在Windows下使用该程序,请下载silk2mp3.exe应用程序来完成转换,你可点击这里来查看更多Windows下如何使用的相关说明。

其他说明

如果你需要对音频文件进行silk v3编码,源码也已经提供,并且对微信、QQ进行了兼容,详见参数。

关于作者

kn007的个人博客

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].