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.
Install / Use
/learn @mp3splt/Mp3spltREADME
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.
Related Skills
docs-writer
99.2k`docs-writer` skill instructions As an expert technical writer and editor for the Gemini CLI project, you produce accurate, clear, and consistent documentation. When asked to write, edit, or revie
model-usage
337.1kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
arscontexta
2.9kClaude Code plugin that generates individualized knowledge systems from conversation. You describe how you think and work, have a conversation and get a complete second brain as markdown files you own.
zola-ai
An autonomous Solana wallet agent that executes payments via Twitter mentions and an in-app dashboard, powered by Claude.
