gstreamer/examples/launch/mp3play

5 lines
123 B
Text
Raw Permalink Normal View History

#! /bin/sh
for loc in "$@"; do
../../tools/gstreamer-launch disksrc \""location=$loc"\" ! mp3parse ! mpg123 ! osssink
done