From b64d98e40faabce5f1b3372204b9760cd1c9952a Mon Sep 17 00:00:00 2001 From: ehmry Date: Thu, 18 Jun 2020 01:33:49 +0530 Subject: [PATCH] Added package opusenc (#1520) --- packages.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index cfb2573..0f05f82 100644 --- a/packages.json +++ b/packages.json @@ -18349,15 +18349,29 @@ { "name": "deepspeech", "url": "https://gitlab.com/eagledot/nim-deepspeech", - "method": "git", + "method": "git", "tags": [ "mozilla", "deepspeech", "speech to text", "bindings" - ], + ], "description": "Nim bindings for mozilla's DeepSpeech model.", "license": "MIT", "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" } ]