File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ set(sources
8888 online-transducer-modified-beam-search-decoder.cc
8989 online-transducer-nemo-model.cc
9090 online-transducer-greedy-search-nemo-decoder.cc
91- online-websocket-server.cc
9291 online-websocket-server-impl.cc
9392 online-wenet-ctc-model-config.cc
9493 online-wenet-ctc-model.cc
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ set(srcs
3535 online-transducer-model-config.cc
3636 online-wenet-ctc-model-config.cc
3737 online-zipformer2-ctc-model-config.cc
38- online-websocket-server-app.cc
3938 provider-config.cc
4039 sherpa-onnx.cc
4140 silero-vad-model-config.cc
@@ -48,6 +47,12 @@ set(srcs
4847 voice-activity-detector.cc
4948 wave-writer.cc
5049)
50+
51+ list (APPEND srcs
52+ ${CMAKE_SOURCE_DIR} /sherpa-onnx/csrc/online-websocket-server.cc
53+ online-websocket-server-app.cc
54+ )
55+
5156if (SHERPA_ONNX_HAS_ALSA)
5257 list (APPEND srcs ${CMAKE_SOURCE_DIR} /sherpa-onnx/csrc/alsa.cc alsa.cc)
5358else ()
You can’t perform that action at this time.
0 commit comments