mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 04:35:20 +00:00
4 lines
125 B
Bash
Executable file
4 lines
125 B
Bash
Executable file
#! /bin/sh
|
|
for loc in "$@"; do
|
|
../../tools/gstreamer-launch disksrc \""location=$loc"\" ! mp3parse ! mpg123 ! audiosink
|
|
done
|