first commit
This commit is contained in:
11
pkg/helper/AliAudio_test.go
Normal file
11
pkg/helper/AliAudio_test.go
Normal file
@ -0,0 +1,11 @@
|
||||
package helper
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestTransAudioToText(t *testing.T) {
|
||||
gotResult, err := TransAudioToText("https://check.dongdongdianjing.com/videos/20250606/d69960523fe2756076f1f8d7c37fa742.mp4")
|
||||
fmt.Sprintf("%+v %+v", gotResult, err)
|
||||
}
|
||||
Reference in New Issue
Block a user