Moved memo

This commit is contained in:
Yuta Hayashibe 2022-10-10 00:53:09 +09:00
parent b282f88cfb
commit 250a245c53

View file

@ -22,6 +22,12 @@ pip install -U git+https://github.com/shirayu/whispering.git@v0.5.0
pip install -U torch torchaudio --extra-index-url https://download.pytorch.org/whl/cu116
```
If you get ``OSError: PortAudio library not found`` in Linux, install "PortAudio".
```bash
sudo apt -y install portaudio19-dev
```
## Example of microphone
```bash
@ -71,17 +77,6 @@ whispering --host ADDRESS_OF_HOST --port 8000 --mode client
You can set ``-n``, ``--allow-padding`` and other options.
## Tips
## PortAudio Error
If you get ``OSError: PortAudio library not found``: Install ``portaudio``
```bash
# Ubuntu
sudo apt-get install portaudio19-dev
```
## License
- [MIT License](LICENSE)