Skip to content

Yiyun-Liang/Cmdline-AudioPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Cmdline-AudioPlayer

A command line ogg/vorbis audio player written in C using the GStreamer framework.

Installation

on mac

brew install gstreamer

on Ubuntu

sudo apt-get install gstreamer1.0-tools gstreamer1.0-alsa gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav

Compilation & Execution

To compile the file, run: gcc -Wall audioPlayer.c -o audioPlayer $(pkg-config --cflags --libs gstreamer-1.0).

To run the application, use: ./audioPlayer file.ogg.

Official documentation of GStreamer can be found here.

About

A command line audio player written with GStreamer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages