{"id":13600105,"url":"https://github.com/kn007/silk-v3-decoder","last_synced_at":"2025-05-14T01:09:07.830Z","repository":{"id":37431802,"uuid":"51254613","full_name":"kn007/silk-v3-decoder","owner":"kn007","description":"[Skype Silk Codec SDK]Decode silk v3 audio files (like wechat amr, aud files, qq slk files) and convert to other format (like mp3). Batch conversion support.","archived":false,"fork":false,"pushed_at":"2025-01-22T15:46:55.000Z","size":77038,"stargazers_count":2844,"open_issues_count":4,"forks_count":642,"subscribers_count":73,"default_branch":"master","last_synced_at":"2025-04-05T18:01:37.606Z","etag":null,"topics":["audio-files","autoit","batch-conversion-support","convert","decode","decoder","encode","encoder","mina","mini-program","mp3","qq","silk","silkv3","wechat"],"latest_commit_sha":null,"homepage":"https://kn007.net/topics/decoding-qq-wechat-silk-v3-encoded-audio-to-mp3-or-other-formats/","language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kn007.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-07T16:26:05.000Z","updated_at":"2025-04-04T08:24:25.000Z","dependencies_parsed_at":"2022-07-20T12:17:28.735Z","dependency_job_id":"abaa1f9e-f737-40f4-8416-7269aaaa2d84","html_url":"https://github.com/kn007/silk-v3-decoder","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kn007%2Fsilk-v3-decoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kn007%2Fsilk-v3-decoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kn007%2Fsilk-v3-decoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kn007%2Fsilk-v3-decoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kn007","download_url":"https://codeload.github.com/kn007/silk-v3-decoder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248624739,"owners_count":21135496,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audio-files","autoit","batch-conversion-support","convert","decode","decoder","encode","encoder","mina","mini-program","mp3","qq","silk","silkv3","wechat"],"created_at":"2024-08-01T18:00:26.541Z","updated_at":"2025-04-12T19:39:52.354Z","avatar_url":"https://github.com/kn007.png","language":"C","funding_links":[],"categories":["C","语音识别与合成_其他"],"sub_categories":["资源传输下载"],"readme":"## Description\nDecode silk v3 audio files (like wechat amr, aud files, qq slk files) and convert to other format (like mp3).\nBatch conversion support.\n\n\u003ca href=\"https://github.com/kn007/silk-v3-decoder/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-green.svg?style=flat\"\u003e\u003c/a\u003e\n\n```\nsilk-v3-decoder            (Decode Silk V3 Audio Files)\n  |\n  |---  silk               (Skype Silk Codec)\n  |\n  |---  windows            (For Windows Platform Users Program)\n  |\n  |---  LICENSE            (License)\n  |\n  |---  README.md          (Readme)\n  |\n  |---  converter.sh       (Converter Shell Script)\n  |\n  |---  converter_beta.sh  (Converter Shell Script(Beta))\n```\n\n## Requirement\n\n* gcc\n* ffmpeg\n\n## How To Use\n\n```\nsh converter.sh silk_v3_file/input_folder output_format/output_folder flag(format)\n```\nE.g., convert a file:\n```\nsh converter.sh 33921FF3774A773BB193B6FD4AD7C33E.slk mp3\n```\nNotice: the `33921FF3774A773BB193B6FD4AD7C33E.slk` is an audio file you need to convert, the `mp3` is a format you need to output.\n\nIf you need to convert all audio files in one folder, now batch conversion support, using like this:\n```\nsh converter.sh input ouput mp3\n```\nNotice: 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.\n\nIf you need to convert files on the `Windows` platfrom, [click here](https://dl.kn007.net/directlink/silk2mp3.zip \"silk2mp3.zip\") to download zip package for `silk2mp3.exe` to convert, also can \u003ca href='/windows' target=\"_blank\"\u003eclick here\u003c/a\u003e to get more information.\n\n## Other\n\nAlso provide silk v3 encode codec, compatible with Wechat/QQ.\n\n## About\n\n[kn007's blog](https://kn007.net) \n\n***\n\n## 中文说明\n解码silk v3音频文件（类似微信的amr和aud文件、QQ的slk文件）并转换为其它格式（如MP3）。\n支持批量转换。\n\n\u003ca href=\"https://github.com/kn007/silk-v3-decoder/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-green.svg?style=flat\"\u003e\u003c/a\u003e\n\n```\nsilk-v3-decoder            (解码silk v3音频文件)\n  |\n  |---  silk               (Skype Silk源码)\n  |\n  |---  windows            (可用于Windows平台的应用程序)\n  |\n  |---  LICENSE            (软件使用范围许可)\n  |\n  |---  README.md          (说明)\n  |\n  |---  converter.sh       (转换脚本)\n  |\n  |---  converter_beta.sh  (转换脚本(测试版))\n```\n\n## 依赖组件\n\n* gcc\n* ffmpeg\n\n## 如何使用\n\n```\nsh converter.sh silk_v3_file/input_folder output_format/output_folder flag(format)\n```\n比如转换一个文件，使用：\n```\nsh converter.sh 33921FF3774A773BB193B6FD4AD7C33E.slk mp3\n```\n注意：其中`33921FF3774A773BB193B6FD4AD7C33E.slk`是要转换的文件，而`mp3`是最终转换后输出的格式。\n\n如果你需要批量转换，比如转换某个目录，那么使用：\n```\nsh converter.sh input ouput mp3\n```\n注意：其中`input`是要转换的目录，而`output`是最终转换后音频输出的目录，最后的`mp3`参数是最终转换后输出的格式。\n\n如果你需要在`Windows`下使用该程序，请下载[silk2mp3.exe](https://dl.kn007.net/directlink/silk2mp3.zip \"silk2mp3.zip\")应用程序来完成转换，你可\u003ca href='/windows' target=\"_blank\"\u003e点击这里\u003c/a\u003e来查看更多Windows下如何使用的相关说明。\n\n## 其他说明\n\n如果你需要对音频文件进行silk v3编码，源码也已经提供，并且对微信、QQ进行了兼容，详见参数。\n\n## 关于作者\n\n[kn007的个人博客](https://kn007.net) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkn007%2Fsilk-v3-decoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkn007%2Fsilk-v3-decoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkn007%2Fsilk-v3-decoder/lists"}