Update README.md

This commit is contained in:
Georgi Gerganov
2021-01-09 15:41:09 +02:00
committed by GitHub
parent 6f17505ee2
commit 33aceaa3bf

View File

@@ -14,12 +14,16 @@ https://ggwave-to-file.ggerganov.com/
You can use it to query audio waveforms by specifying the text message as a GET parameter to the HTTP request. Here are a few examples:
### curl
### terminal
```bash
curl https://ggwave-to-file.ggerganov.com/?m=Hello\ world! --output hello.wav
```
### browser
https://ggwave-to-file.ggerganov.com/?m=Hello%20world%21
### python
```python