diff options
Diffstat (limited to 'bin/4a-gst')
-rwxr-xr-x | bin/4a-gst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/4a-gst b/bin/4a-gst new file mode 100755 index 0000000..9a06c83 --- /dev/null +++ b/bin/4a-gst @@ -0,0 +1,3 @@ +#!/bin/bash + +gst-launch-1.0 -v uridecodebin uri=file:///media/OrchestralBackgroundMusic.mp3 ! audioconvert ! audioresample ! alsasink device=hw:Loopback,0,2 |