gstreamer rewrite

This commit is contained in:
2020-02-22 17:15:13 +01:00
parent 1a542adc73
commit 8f1196aefe
3 changed files with 176 additions and 266 deletions

View File

@@ -1,9 +1,15 @@
[package]
name = "audio_conv"
name = "audio-conv"
version = "0.0.0"
authors = ["Thomas Heck <t@b128.net>"]
edition = "2018"
[dependencies]
stainless_ffmpeg = "0.1"
rayon = "1.0.2"
gstreamer-audio = "0.15"
gstreamer = "0.15"
gstreamer-base = "0.15"
glib = "0.9"
futures = "0.3"
num_cpus = "1"
walkdir = "2"
libc = "0.2"