Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 598 Bytes

README.MD

File metadata and controls

29 lines (20 loc) · 598 Bytes

SILK and MP3 Converter

Usage

Download Converter.exe here and run.

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

git clone https://github.com/lich0821/SilkMp3Converter.git

Install lame (with vcpkg)

vcpkg install mp3lame:x86-windows-static
vcpkg install mp3lame:x64-windows-static

Build and run.