mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-04 19:17:37 +08:00
12 lines
181 B
Go
12 lines
181 B
Go
// Package silk Silk编码核心模块
|
|
package silk
|
|
|
|
import (
|
|
"github.com/Mrs4s/go-cqhttp/internal/base"
|
|
)
|
|
|
|
func init() {
|
|
base.EncodeSilk = encode
|
|
base.ResampleSilk = resample
|
|
}
|