https://github.com/sqlwwx/docker-silk-v3-decoder
https://github.com/sqlwwx/docker-silk-v3-decoder
decoder docker openresty silk
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sqlwwx/docker-silk-v3-decoder
- Owner: sqlwwx
- Created: 2018-09-19T07:42:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T22:53:38.000Z (almost 5 years ago)
- Last Synced: 2025-02-09T21:12:01.554Z (over 1 year ago)
- Topics: decoder, docker, openresty, silk
- Language: Lua
- Size: 178 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# docker-silk-v3-decoder - Docker tooling for silk-v3-decoder

## images
```
sqlwwx/silk-v3-decoder
sqlwwx/silk-v3-decoder-openresty
sqlwwx/silk-v3-decoder-alinode
```
## start server
```
docker run -p 8080:80 -t sqlwwx/silk-v3-decoder-openresty
```
## apis
1. upload silk
```
POST /silk/:silkId
curl --data-binary @test.silk http://127.0.0.1:8080/silk/test
```
2. converter to mp3
```
GET /silk/:silkId # defualt return mp3
curl http://127.0.0.1:8080/silk/test --header 'voice-type: wav'
curl http://127.0.0.1:8080/silk/test
ffplay http://127.0.0.1:8080/silk/test
```