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:
franck-li
2025-02-25 15:31:15 +08:00
committed by GitHub
parent dc2f7e9f9b
commit 0dcaf3a061
32 changed files with 41 additions and 41 deletions

View File

@@ -1,5 +1,5 @@
module add-punctuation
go 1.12
go 1.17
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../

View File

@@ -1,5 +1,5 @@
module audio-tagging
go 1.12
go 1.17
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../

View File

@@ -1,3 +1,3 @@
module sherpa_onnx
go 1.12
go 1.17

View File

@@ -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 => ../

View File

@@ -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 => ../

View File

@@ -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 => ../

View File

@@ -1,5 +1,5 @@
module non-streaming-tts
go 1.12
go 1.17
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../

View File

@@ -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 => ../

View File

@@ -1,5 +1,5 @@
module speaker-identification
go 1.12
go 1.17
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../

View File

@@ -1,5 +1,5 @@
module streaming-decode-files
go 1.12
go 1.17
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../

View File

@@ -1,5 +1,5 @@
module streaming-hlg-decoding
go 1.12
go 1.17
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../

View File

@@ -1,5 +1,5 @@
module vad-asr-paraformer
go 1.12
go 1.17
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../

View File

@@ -1,5 +1,5 @@
module vad-asr-whisper
go 1.12
go 1.17
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../

View File

@@ -1,5 +1,5 @@
module vad-speaker-identification
go 1.12
go 1.17
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../

View File

@@ -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 => ../

View File

@@ -1,5 +1,5 @@
module vad
go 1.12
go 1.17
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../