mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-25 10:21:00 +00:00
Moved memo
This commit is contained in:
parent
b282f88cfb
commit
250a245c53
1 changed files with 6 additions and 11 deletions
17
README.md
17
README.md
|
@ -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
|
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
|
## Example of microphone
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -71,17 +77,6 @@ whispering --host ADDRESS_OF_HOST --port 8000 --mode client
|
||||||
|
|
||||||
You can set ``-n``, ``--allow-padding`` and other options.
|
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
|
## License
|
||||||
|
|
||||||
- [MIT License](LICENSE)
|
- [MIT License](LICENSE)
|
||||||
|
|
Loading…
Reference in a new issue