Skip to content

Commit

Permalink
sox in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mddct committed Jan 17, 2024
1 parent 443888b commit 816e72a
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,21 @@ git clone https://github.com/wenet-e2e/wenet.git
``` sh
conda create -n wenet python=3.8
conda activate wenet
conda install conda-forge::sox
pip install -r requirements.txt
pre-commit install # for clean and tidy code

# If you encounter sox compatibility issues
RuntimeError: set_buffer_size requires sox extension which is not available. Please refer to the stacktrace above for how to resolve this
# Solution
# ubuntu
sudo apt-get install sox libsox-dev
# centos
sudo yum install sox sox-devel
# conda env
conda install conda-forge::sox
# MacOS
brew install sox
```

**Build for deployment**
Expand Down Expand Up @@ -100,8 +113,8 @@ Please scan the personal QR code on the right, and the guy is responsible for in

``` bibtex
@inproceedings{yao2021wenet,
title={WeNet: Production oriented Streaming and Non-streaming End-to-End Speech Recognition Toolkit},
author={Yao, Zhuoyuan and Wu, Di and Wang, Xiong and Zhang, Binbin and Yu, Fan and Yang, Chao and Peng, Zhendong and Chen, Xiaoyu and Xie, Lei and Lei, Xin},
title={WeNet: Production oriented Streaming and Non-streaming End-to-End Speech Recognition Toolkit},
author={Yao, Zhuoyuan and Wu, Di and Wang, Xiong and Zhang, Binbin and Yu, Fan and Yang, Chao and Peng, Zhendong and Chen, Xiaoyu and Xie, Lei and Lei, Xin},
booktitle={Proc. Interspeech},
year={2021},
address={Brno, Czech Republic },
Expand Down

0 comments on commit 816e72a

Please sign in to comment.