Test play audio files

From Strawberry Music Player Wiki
Jump to navigation Jump to search

Using gst-play-1.0:

   gst-play-1.0 --use-playbin3 --audiosink="alsasink" /file/path/filename.flac


Using gst-launch-1.0:

   gst-launch-1.0 filesrc location=/file/path/filename.flac ! decodebin ! audioconvert ! alsasink