stt,tts 수정

main
JungJun 3 years ago
parent a98bdbf9b4
commit 605e37507a

@ -2,7 +2,7 @@
package stt 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 #cgo CFLAGS: -I /home/leejj9612/dev/voiceagent/extlib/selvasstt/SDK/INCLUDE
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

@ -2,8 +2,8 @@
package tts package tts
/* /*
#cgo LDFLAGS: /home/shbaik/dev/work/voiceagent/extlib/selvastts/lib/Linux/C/x64/libpttsnet_m.a #cgo LDFLAGS: /home/leejj9612/dev/voiceagent/extlib/selvastts/lib/Linux/C/x64/libpttsnet_m.a
#cgo CFLAGS: -I /home/shbaik/dev/work/voiceagent/extlib/selvastts/include #cgo CFLAGS: -I /home/leejj9612/dev/voiceagent/extlib/selvastts/include
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <pttsnet.h> #include <pttsnet.h>

Loading…
Cancel
Save