mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-04-21 13:37:55 +08:00
Update README.md
This commit is contained in:
@@ -49,12 +49,23 @@ You can use it to query audio waveforms by specifying the text message as a GET
|
|||||||
### terminal
|
### terminal
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl https://ggwave-to-file.ggerganov.com/?m=Hello\ world! --output hello.wav
|
# audible example
|
||||||
|
curl -sS 'https://ggwave-to-file.ggerganov.com/?m=Hello world!' --output hello.wav
|
||||||
|
|
||||||
|
# ultrasound example
|
||||||
|
curl -sS 'https://ggwave-to-file.ggerganov.com/?m=Hello world!&p=4' --output hello.wav
|
||||||
```
|
```
|
||||||
|
|
||||||
### browser
|
### browser
|
||||||
|
|
||||||
https://ggwave-to-file.ggerganov.com/?m=Hello%20world%21
|
- Audible example
|
||||||
|
|
||||||
|
https://ggwave-to-file.ggerganov.com/?m=Hello%20world%21
|
||||||
|
|
||||||
|
- Ultrasound example
|
||||||
|
|
||||||
|
https://ggwave-to-file.ggerganov.com/?m=Hello%20world%21&p=4
|
||||||
|
|
||||||
|
|
||||||
### python
|
### python
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user