From 605e37507a339cb7f9eed27209f80e76e84e6eae Mon Sep 17 00:00:00 2001 From: JungJun Date: Fri, 24 Jun 2022 17:23:33 +0900 Subject: [PATCH] =?UTF-8?q?stt,tts=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stt/sttselvas.go | 2 +- tts/ttsselvas.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stt/sttselvas.go b/stt/sttselvas.go index 773a4a0..9f18ad5 100644 --- a/stt/sttselvas.go +++ b/stt/sttselvas.go @@ -2,7 +2,7 @@ package stt /* -#cgo LDFLAGS: -lstdc++ -lssl -lcrypto /home/leejj9612/dev/voiceagent/extlib/selvasstt/SDK/LIB/c_linux/x64/libASRLIB.a +#cgo LDFLAGS: -lstdc++ -ldl /home/leejj9612/dev/voiceagent/extlib/selvasstt/SDK/LIB/c_linux/x64/libASRLIB.a /home/leejj9612/dev/voiceagent/extlib/selvasstt/SDK/OpenSSL/Linux/Linux_x64/libssl.a /home/leejj9612/dev/voiceagent/extlib/selvasstt/SDK/OpenSSL/Linux/Linux_x64/libcrypto.a #cgo CFLAGS: -I /home/leejj9612/dev/voiceagent/extlib/selvasstt/SDK/INCLUDE #include #include diff --git a/tts/ttsselvas.go b/tts/ttsselvas.go index 3da6012..ff4514c 100644 --- a/tts/ttsselvas.go +++ b/tts/ttsselvas.go @@ -2,8 +2,8 @@ package tts /* -#cgo LDFLAGS: /home/shbaik/dev/work/voiceagent/extlib/selvastts/lib/Linux/C/x64/libpttsnet_m.a -#cgo CFLAGS: -I /home/shbaik/dev/work/voiceagent/extlib/selvastts/include +#cgo LDFLAGS: /home/leejj9612/dev/voiceagent/extlib/selvastts/lib/Linux/C/x64/libpttsnet_m.a +#cgo CFLAGS: -I /home/leejj9612/dev/voiceagent/extlib/selvastts/include #include #include #include