silklame-在内存中转换mp3/pcm到silk
-
项目地址 https://github.com/Executor-Cheng/silklame 头文件定义 https://github.com/Executor-Cheng/silklame/tree/master/include 操作系统 nuget地址 Windows https://www.nuget.org/packages/Mirai-CSharp.NativeAssets.Win32/ Linux https://www.nuget.org/packages/Mirai-CSharp.NativeAssets.Linux/ 注意事项
lameCoder_encodeToMp3
,lameCoder_decodeToPcm
,silkCoder_encodeToSilk
,silkCoder_decodeToPcm
这四个方法输出的destination
需要被正确free
, 否则会导致内存泄漏
一般情况下, 返回值0表示成功, 1表示OOM, 2表示参数错误, 3表示传了未初始化的lame_global_flags
参考
许可
AGPL-3.0 授权