Browse Source

2024.5.16 测试整体构建

master
Administrator 1 year ago
parent
commit
0818e31ce1
5 changed files with 0 additions and 6 deletions
  1. +0
    -1
      bin/grpc_server_main.cc
  2. +0
    -1
      bin/http_server_main.cc
  3. +0
    -1
      bin/websocket_server_main.cc
  4. +0
    -2
      frontend/wav.h
  5. +0
    -1
      grpc/grpc_server.h

+ 0
- 1
bin/grpc_server_main.cc

@ -18,7 +18,6 @@
#include "decoder/params.h"
#include "grpc/grpc_server.h"
#include "utils/wn_log.h"
DEFINE_int32(port, 10086, "grpc listening port");
DEFINE_int32(workers, 4, "grpc num workers");

+ 0
- 1
bin/http_server_main.cc

@ -14,7 +14,6 @@
#include "decoder/params.h"
#include "http/http_server.h"
#include "utils/wn_log.h"
DEFINE_int32(port, 10086, "http listening port");

+ 0
- 1
bin/websocket_server_main.cc

@ -13,7 +13,6 @@
// limitations under the License.
#include "decoder/params.h"
#include "utils/wn_log.h"
#include "websocket/websocket_server.h"
DEFINE_int32(port, 10086, "websocket listening port");

+ 0
- 2
frontend/wav.h

@ -23,8 +23,6 @@
#include <string>
#include "utils/wn_log.h"
namespace wenet {
struct WavHeader {

+ 0
- 1
grpc/grpc_server.h

@ -24,7 +24,6 @@
#include "decoder/asr_decoder.h"
#include "frontend/feature_pipeline.h"
#include "utils/wn_log.h"
#include "grpc/wenet.grpc.pb.h"

Loading…
Cancel
Save