diff options
author | 2018-07-23 00:48:19 +0200 | |
---|---|---|
committer | 2019-04-24 14:18:11 +0200 | |
commit | f43f3cb73ff3f8f9c20e8e9efe533ff19e9d3fc6 (patch) | |
tree | c385f641368b17aaa93d477896ee8b37facbf655 /bin/4a-gst | |
parent | a7d8bd79006b87caf1af58ee4742f94fc59ea0d9 (diff) |
Fix issue with the unit file detection
Fix a bug introduced by the commit e4e0b9b, due to the wildcard in the
unit file.
Change-Id: Iddc47378207a0ced207861433cd0ec02a52bc1a5
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
Diffstat (limited to 'bin/4a-gst')
-rwxr-xr-x | bin/4a-gst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/4a-gst b/bin/4a-gst deleted file mode 100755 index 9a06c83..0000000 --- a/bin/4a-gst +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -gst-launch-1.0 -v uridecodebin uri=file:///media/OrchestralBackgroundMusic.mp3 ! audioconvert ! audioresample ! alsasink device=hw:Loopback,0,2 |