mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-04-20 05:06:32 +08:00
Update README.md
This commit is contained in:
11
README.md
11
README.md
@@ -43,9 +43,14 @@ You can easily test the library using the free `Waver` application which is avai
|
|||||||
- https://ggwave.ggerganov.com
|
- https://ggwave.ggerganov.com
|
||||||
|
|
||||||
### [HTTP service](https://github.com/ggerganov/ggwave/blob/master/examples/ggwave-to-file/README.md#http-service)
|
### [HTTP service](https://github.com/ggerganov/ggwave/blob/master/examples/ggwave-to-file/README.md#http-service)
|
||||||
```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
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Technical details
|
## Technical details
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user