Important
I am not the developer or maintainer of Splicerr. This is a temporary community fork of Robert-K/splicerr, published only to help users while the upstream app is broken.
Splice's GraphQL API started requiring Apollo preflight headers, which stopped upstream from loading samples. This fork applies that fix (see upstream issue #30) so the app works again. Once the fix is merged upstream, please go back to the original repository.
All credit goes to the original authors — @Robert-K and @ascpixi. As a small bonus, this fork also adds a tempo-preserving Transpose feature (see Features).
Splicerr is an alternative frontend for the popular Splice sample library. It does not require any authentication and contains all of the most important features of the regular desktop app (including drag-and-drop).
It's basically a full rewrite of ascpixi's Splicedd ❤️, just with a couple more features and built with Svelte and Tauri 2.0.
Please show your appreciation by starring ⭐ the original project, as it made this all possible.
Click here to download the latest release!
demo.mp4
- Drag-and-drop samples
- Collections & Likes — organize and tag-filter your sounds locally ✨ new in this fork
- Transpose by key or pitch (tempo-preserving) ✨ new in this fork
- Search suggestions
- Tag filtering
- Infinite scrolling
- Waveform previews
- Sort by popularity, bpm & more
- Dark & light mode
- Custom UI scale
- Adjustable preview volume
- Install the Tauri prerequisites & pnpm
- Clone the project:
git clone https://github.com/robert-k/splicerr - Install dependencies:
pnpm i - Start the development server:
pnpm tauri dev
VS Code + Svelte + Tauri + rust-analyzer