mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-02-06 16:47:59 +08:00
Update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user