Update README.md

This commit is contained in:
Georgi Gerganov
2021-01-10 16:01:00 +02:00
committed by GitHub
parent 761c4c7641
commit 901a068d9e

View File

@@ -49,12 +49,23 @@ You can use it to query audio waveforms by specifying the text message as a GET
### terminal
```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
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