pull/2524/head
Hui Zhang 2 years ago
parent 99b3632d4d
commit 043246e168

@ -19,8 +19,8 @@
#include "boost/asio/ip/tcp.hpp"
#include "boost/beast/core.hpp"
#include "boost/beast/websocket.hpp"
#include "recognizer/recognizer.h"
#include "frontend/audio/feature_pipeline.h"
#include "recognizer/recognizer.h"
namespace beast = boost::beast; // from <boost/beast.hpp>
namespace http = beast::http; // from <boost/beast/http.hpp>

@ -13,9 +13,9 @@
// limitations under the License.
#include "decoder/param.h"
#include "recognizer/u2_recognizer.h"
#include "kaldi/feat/wave-reader.h"
#include "kaldi/util/table-types.h"
#include "recognizer/u2_recognizer.h"
DEFINE_string(wav_rspecifier, "", "test feature rspecifier");
DEFINE_string(result_wspecifier, "", "test result wspecifier");

Loading…
Cancel
Save