Update README.md

This commit is contained in:
Georgi Gerganov
2022-03-31 18:32:01 +03:00
committed by GitHub
parent 5b709ed3d3
commit 64f00a758f

View File

@@ -47,6 +47,11 @@ Usage: ./bin/ggwave-to-file [-vN] [-sN] [-pN] [-lN]
echo "Hello world!" | ./bin/ggwave-to-file -l12 > example.wav
```
- Play the generated waveform directly through the speakers
```bash
echo "Hello world!" | ./bin/ggwave-to-file | play --ignore-length -t wav -
```
## HTTP service