Code Monkey home page Code Monkey logo

Basic instructions to compile on a *nix-like system

libmp3splt compilation

Install build & documentation dependencies: autopoint, autoconf, libtool, gettext, doxygen, graphviz. And needed libraries: libmad, libogg, libvorbis, libid3tag, libflac. Example on a Debian-like system:

sudo apt-get install autopoint autoconf libtool gettext doxygen graphviz libmad0-dev libogg-dev libvorbis-dev libid3tag0-dev libflac-dev

To compile libmp3splt, go inside the libmp3splt directory and type the following commands:

mkdir target
./autogen.sh
./configure --prefix=`pwd`/target
make
make install

mp3splt compilation

Once libmp3splt is compiled, go inside the newmp3splt directory and type the following commands:

export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:`pwd`/../libmp3splt/target/lib/pkgconfig/
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`pwd`/../libmp3splt/target/lib/ # needed for running the final executable
./autogen.sh
./configure
make

mp3splt executable can be found in newmp3splt/src/mp3splt.

mp3splt-gtk compilation

Install needed development files for audacious, gstreamer, gtk-3, libaudclient & libdbus-glib Example on a Debian-like system:

sudo apt-get install audacious-dev libgstreamer1.0-dev libgtk-3-dev libaudclient-dev libdbus-glib-1-dev

Make sure to compile libmp3splt before this step. Once libmp3splt has been compiled, go inside the mp3splt-gtk directory and type the following commands:

export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:`pwd`/../libmp3splt/target/lib/pkgconfig/
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`pwd`/../libmp3splt/target/lib/ # needed for running the final executable
./autogen.sh
./configure
make

mp3splt-gtk executable can be found in mp3splt-gtk/src/mp3splt-gtk.

mp3splt's Projects

mp3splt icon mp3splt

Provides frame-accurate splitting of mp3, ogg vorbis, FLAC and other audio formats without requiring decoding or re-encoding. This project was migrated from the original Sourceforge project on 2020-09-13.

mp3splt-web icon mp3splt-web

Utility to split mp3, ogg vorbis and FLAC files without decoding. This is a more general import of the old Sourceforge svn repo to get the webpages and other things like test files. Not intended to be used for development, use the mp3splt repo instead.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.