go.mod set to use go 1.17, and use unsafe.Slice to optimize the code (#1920)
Co-authored-by: liyuzhi <liyuzhi@info.easeus.com.cn>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module add-punctuation
|
||||
|
||||
go 1.12
|
||||
go 1.17
|
||||
|
||||
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
module audio-tagging
|
||||
|
||||
go 1.12
|
||||
go 1.17
|
||||
|
||||
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module sherpa_onnx
|
||||
|
||||
go 1.12
|
||||
go 1.17
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
module keyword-spotting-from-file
|
||||
|
||||
go 1.12
|
||||
go 1.17
|
||||
|
||||
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
module non-streaming-decode-files
|
||||
|
||||
go 1.12
|
||||
go 1.17
|
||||
|
||||
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
module non-streaming-speaker-diarization
|
||||
|
||||
go 1.12
|
||||
go 1.17
|
||||
|
||||
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
module non-streaming-tts
|
||||
|
||||
go 1.12
|
||||
go 1.17
|
||||
|
||||
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
module real-time-speech-recognition-from-microphone
|
||||
|
||||
go 1.12
|
||||
go 1.17
|
||||
|
||||
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
module speaker-identification
|
||||
|
||||
go 1.12
|
||||
go 1.17
|
||||
|
||||
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
module streaming-decode-files
|
||||
|
||||
go 1.12
|
||||
go 1.17
|
||||
|
||||
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
module streaming-hlg-decoding
|
||||
|
||||
go 1.12
|
||||
go 1.17
|
||||
|
||||
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
module vad-asr-paraformer
|
||||
|
||||
go 1.12
|
||||
go 1.17
|
||||
|
||||
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
module vad-asr-whisper
|
||||
|
||||
go 1.12
|
||||
go 1.17
|
||||
|
||||
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
module vad-speaker-identification
|
||||
|
||||
go 1.12
|
||||
go 1.17
|
||||
|
||||
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
module vad-spoken-language-identification
|
||||
|
||||
go 1.12
|
||||
go 1.17
|
||||
|
||||
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
module vad
|
||||
|
||||
go 1.12
|
||||
go 1.17
|
||||
|
||||
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../
|
||||
|
||||
Reference in New Issue
Block a user