Test play audio files
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