@ -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");
@ -14,7 +14,6 @@
#include "http/http_server.h"
DEFINE_int32(port, 10086, "http listening port");
@ -13,7 +13,6 @@
// limitations under the License.
#include "websocket/websocket_server.h"
DEFINE_int32(port, 10086, "websocket listening port");
@ -23,8 +23,6 @@
#include <string>
namespace wenet {
struct WavHeader {
@ -24,7 +24,6 @@
#include "decoder/asr_decoder.h"
#include "frontend/feature_pipeline.h"
#include "grpc/wenet.grpc.pb.h"