update funasr-onnx-offline-rtf
| | |
| | | n_total_length += snippet_time; |
| | | FunASRFreeResult(result); |
| | | }else{ |
| | | LOG(ERROR) << ("No return data!\n"); |
| | | LOG(ERROR) << wav_ids[i] << (": No return data!\n"); |
| | | } |
| | | } |
| | | { |
| | |
| | | using websocketpp::lib::placeholders::_1; |
| | | m_client.set_open_handler(bind(&WebsocketClient::on_open, this, _1)); |
| | | m_client.set_close_handler(bind(&WebsocketClient::on_close, this, _1)); |
| | | // m_client.set_close_handler(bind(&WebsocketClient::on_close, this, _1)); |
| | | |
| | | m_client.set_message_handler( |
| | | [this](websocketpp::connection_hdl hdl, message_ptr msg) { |