github.com/Mrs4s/go-cqhttp@v1.2.0/modules/silk/stubs.go (about)

     1  // Package silk Silk编码核心模块
     2  package silk
     3  
     4  import (
     5  	"github.com/Mrs4s/go-cqhttp/internal/base"
     6  )
     7  
     8  func init() {
     9  	base.EncodeSilk = encode
    10  	base.ResampleSilk = resample
    11  }