DrAbcOfficial / SilkSharp

Silk v3 codec binding for .net 8
GNU General Public License v3.0
0 stars 0 forks source link

请问一下这个库怎么使用? #1

Open shuaqq2004 opened 2 weeks ago

shuaqq2004 commented 2 weeks ago

C#开发者,想arm(SILK_V3)转mp3或wav格式。

Decoder decoder = new();
decoder.decodeAsync("1.amr", "out.pcm");

直接decode直接就崩了。 win11.下载了ffmpeg 放在exe同级目录下。

DrAbcOfficial commented 2 weeks ago

该储存库只支持skype silk v3格式,不支持amr格式,请使用ffmpegcore或者其他封装库处理你的问题 ffmpeg相关的问题请去相应储存库提问

DrAbcOfficial commented 2 weeks ago

把你测试的音频上传上来我看看