mp3-splitter

Application to split up mp3 files

Screenshot Screenshot 2

Instructions

  • Add files to be split (Can drag and drop file into window)
  • Click Split! button to start
  • Output will show files generated
  • Click Reset the process over

Build Setup

Need src-tauri/bin files, such as:

  • src-tauri/bin/ffmpeg-aarch64-apple-darwin
  • src-tauri/bin/ffprobe-aarch64-apple-darwin
  • src-tauri/bin/ffmpeg-x86_64-pc-windows-msvc.exe
  • src-tauri/bin/ffprobe-x86_64-pc-windows-msvc.exe
  • src-tauri/bin/ffmpeg-x86_64-unknown-linux-gnu
  • src-tauri/bin/ffprobe-x86_64-unknown-linux-gnu
# install dependencies
npm install

# serve with hot reload
npm run tauri dev

# build application for production
npm run tauri build