Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2020-04-10 01:48:57 +0300
committerSebastian Dröge <slomo@coaxion.net>2020-04-13 20:48:36 +0300
commite7d49c45da3833c894e41a418bb6abf14a8c1fd9 (patch)
tree70c595b4c4f249f68eb5a1cd0b34a4a3fdeabf93 /Cargo.toml
parent8e2b79a90c941aea0b6ede12ae0291a330577f2f (diff)
gst-plugin-transcribe: implement parser
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 311cc579b..8dbf92502 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ members = [
"audio/claxon",
"audio/csound",
"audio/lewton",
+ "audio/transcribe",
"generic/file",
"generic/sodium",
"generic/threadshare",