Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

mp3splt/mp3splt

Open more actions menu

Repository files navigation

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.