Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

idranme/node-silk-encode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Silk Encode

npm

本项目已不再维护,请迁移至 silk-wasm

API

function encode(input: string, output: string, samplingRate: string): Promise<void>

input 和 output 为文件地址,samplingRate 为采样率。input 需为 pcm 文件。

Build

yarn build

然后把编码器 (cli.exe) 放入 lib 目录。

Build cli

cd rs
cargo build --release
cross build --target x86_64-unknown-linux-musl

About

tencent silk encode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published