A tool to slice single file playlist into multiple tracks
Go to file
2024-03-03 17:34:34 +01:00
.vscode adding file select 2024-02-18 19:51:53 +01:00
src added file format support 2024-03-03 17:33:22 +01:00
src-tauri added file format support 2024-03-03 17:33:22 +01:00
third-party/ffmpeg the app is working but unsafe af 2024-03-01 14:47:42 +01:00
.gitignore adding file select 2024-02-18 19:51:53 +01:00
README.md readme update 2024-03-03 17:34:34 +01:00
Screenshot-Rusty-Slicer.png added an image to readme 2024-03-03 15:38:06 +01:00

Rust Slicer

The rust slicer is a rust app powered by the tauri framework. It is currently really WIP so use it at your own risk.

Screenshot of the rusty slicer application

How to build

  1. Install Rust using rustup

  2. Install Tauri

  3. Clone the repo

    git clone "https://github.com/ayabusa/Rusty-slicer.git"

    cd Rusty-slicer

  4. Build using cargo tauri dev

TODO

  • Working Program
  • Use the file format choosen
  • Dummy proof
  • little website
  • Port to Windows