mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-03-31 18:06:51 +08:00
minor : fix curl commands in README to not use spaces
This commit is contained in:
@@ -60,10 +60,10 @@ You can easily test the library using the free [waver](https://github.com/ggerga
|
||||
|
||||
```bash
|
||||
# audible example
|
||||
curl -sS 'https://ggwave-to-file.ggerganov.com/?m=Hello world!' --output hello.wav
|
||||
curl -sS 'https://ggwave-to-file.ggerganov.com/?m=Hello%20world!' --output hello.wav
|
||||
|
||||
# ultrasound example
|
||||
curl -sS 'https://ggwave-to-file.ggerganov.com/?m=Hello world!&p=4' --output hello.wav
|
||||
curl -sS 'https://ggwave-to-file.ggerganov.com/?m=Hello%20world!&p=4' --output hello.wav
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -61,10 +61,10 @@ You can easily test the library using the free [waver](https://github.com/ggerga
|
||||
|
||||
```bash
|
||||
# audible example
|
||||
curl -sS 'https://ggwave-to-file.ggerganov.com/?m=Hello world!' --output hello.wav
|
||||
curl -sS 'https://ggwave-to-file.ggerganov.com/?m=Hello%20world!' --output hello.wav
|
||||
|
||||
# ultrasound example
|
||||
curl -sS 'https://ggwave-to-file.ggerganov.com/?m=Hello world!&p=4' --output hello.wav
|
||||
curl -sS 'https://ggwave-to-file.ggerganov.com/?m=Hello%20world!&p=4' --output hello.wav
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -75,10 +75,10 @@ You can use it to query audio waveforms by specifying the text message as a GET
|
||||
|
||||
```bash
|
||||
# audible example
|
||||
curl -sS 'https://ggwave-to-file.ggerganov.com/?m=Hello world!' --output hello.wav
|
||||
curl -sS 'https://ggwave-to-file.ggerganov.com/?m=Hello%20world!' --output hello.wav
|
||||
|
||||
# ultrasound example
|
||||
curl -sS 'https://ggwave-to-file.ggerganov.com/?m=Hello world!&p=4' --output hello.wav
|
||||
curl -sS 'https://ggwave-to-file.ggerganov.com/?m=Hello%20world!&p=4' --output hello.wav
|
||||
```
|
||||
|
||||
### browser
|
||||
|
||||
Reference in New Issue
Block a user