https://github.com/lich0821/silkmp3converter
Silk MP3 Converter. 微信语音转 MP3,MP3 转微信语音。
https://github.com/lich0821/silkmp3converter
mp3 robot silk wechat
Last synced: about 1 month ago
JSON representation
Silk MP3 Converter. 微信语音转 MP3,MP3 转微信语音。
- Host: GitHub
- URL: https://github.com/lich0821/silkmp3converter
- Owner: lich0821
- Created: 2023-12-02T09:37:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-03T02:30:01.000Z (5 months ago)
- Last Synced: 2025-03-26T11:21:43.844Z (about 2 months ago)
- Topics: mp3, robot, silk, wechat
- Language: C
- Homepage:
- Size: 15.3 MB
- Stars: 45
- Watchers: 2
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# SILK and MP3 Converter
## Usage
Download `Converter.exe` [here](https://github.com/lich0821/SilkMp3Converter/releases/latest) and run.```sh
usage: Converter.exe in.amr out.mp3 [sample_rate]in.amr : Bitstream input to decoder
out.mp3 : Speech output from decoder
[Hz] : Sampling rate of output signal in Hz; default: 24000
```## Quick Start
### Clone the repo
```sh
git clone https://github.com/lich0821/SilkMp3Converter.git
```### Install lame (with vcpkg)
```sh
vcpkg install mp3lame:x86-windows-static
vcpkg install mp3lame:x64-windows-static
```Build and run.