29 lines
792 B
Markdown
29 lines
792 B
Markdown
# PLY - Simple terminal audio player
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
wget https://git.rznet.fr/tchivert/ply/releases/download/latest/ply-linux-amd64 -O ~/.local/bin/ply
|
|
chmod +x ~/.local/bin/ply
|
|
```
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
Usage of ply:
|
|
-c config file (default "$HOME/.config/ply/session.conf")
|
|
-f file or dir to play (current dir if not specified)
|
|
-r recurse into directories (default false)
|
|
-s sample rate (default 44100)
|
|
-v base volume (default -5)
|
|
```
|
|
|
|
## Acknowledgements
|
|
|
|
- [gopxl/beep](https://github.com/gopxl/beep/) - Audio library
|
|
- [gdamore/tcell](https://github.com/gdamore/tcell/) - Terminal library
|
|
|
|
## License
|
|
|
|
This project is licensed under the MIT License. See the [LICENSE](https://git.rznet.fr/tchivert/ply/src/branch/main/LICENSE) file for more information.
|