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)
- gcc
- ffmpeg
sh converter.sh silk_v3_file/input_folder output_format/output_folder flag(format)
E.g., convert a file:
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.
解码silk v3音频文件(类似微信的amr文件、QQ的slk文件)。 支持批量转换。
silk-v3-decoder (解码silk v3音频文件)
|
|--- silk (Skype Silk源码)
|
|--- LICENSE (软件使用范围许可)
|
|--- README.md (说明)
|
|--- converter.sh (转换脚本)
- gcc
- ffmpeg
sh converter.sh silk_v3_file/input_folder output_format/output_folder flag(format)
比如转换一个文件,使用:
sh converter.sh 33921FF3774A773BB193B6FD4AD7C33E.slk mp3
注意:其中33921FF3774A773BB193B6FD4AD7C33E.slk
是要转换的文件,而mp3
是最终转换后输出的格式。
如果你需要批量转换,比如转换某个目录,那么使用:
sh converter.sh input ouput mp3
注意:其中input
是要转换的目录,而output
是最终转换后音频输出的目录,最后的mp3
参数是最终转换后输出的格式。