Skip to content

[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.

License

Notifications You must be signed in to change notification settings

zhaowensky/silk-v3-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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(format)

e.g.

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.

About

kn007's blog

About

[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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 80.7%
  • Assembly 11.8%
  • C++ 4.7%
  • Objective-C 2.0%
  • Other 0.8%