Added package opusenc (#1520)

This commit is contained in:
ehmry 2020-06-18 01:33:49 +05:30 committed by GitHub
parent e0ae598090
commit b64d98e40f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18349,15 +18349,29 @@
{ {
"name": "deepspeech", "name": "deepspeech",
"url": "https://gitlab.com/eagledot/nim-deepspeech", "url": "https://gitlab.com/eagledot/nim-deepspeech",
"method": "git", "method": "git",
"tags": [ "tags": [
"mozilla", "mozilla",
"deepspeech", "deepspeech",
"speech to text", "speech to text",
"bindings" "bindings"
], ],
"description": "Nim bindings for mozilla's DeepSpeech model.", "description": "Nim bindings for mozilla's DeepSpeech model.",
"license": "MIT", "license": "MIT",
"web": "https://gitlab.com/eagledot/nim-deepspeech" "web": "https://gitlab.com/eagledot/nim-deepspeech"
},
{
"name": "opusenc",
"url": "https://git.sr.ht/~ehmry/nim_opusenc",
"method": "git",
"tags": [
"opus",
"audio",
"encoder",
"bindings"
],
"description": "Bindings to libopusenc",
"license": "BSD-3-Clause",
"web": "https://git.sr.ht/~ehmry/nim_opusenc"
} }
] ]