Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1013 Bytes

README.md

File metadata and controls

42 lines (33 loc) · 1013 Bytes

Description

Decode silk v3 audio files (like wechat amr files, qq slk files). Batch conversion support.

silk-v3-decoder     (Decode Silk V3 Audio Files)
  |
  |---  silk        (Skype Silk Codec)
  |
  |---  LICENSE     (License)
  |
  |---  README.md   (Readme)
  |
  |---  converter.sh  (Converter Shell Script)

Requirement

  • gcc
  • ffmpeg

How To Use

sh converter.sh silk_v3_file/input_folder output_format/output_folder flag

e.g.

sh converter.sh 33921FF3774A773BB193B6FD4AD7C33E.slk mp3

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.

About

kn007's blog