Slice2Bliss is a web-based sample slicer and randomizer designed for creative audio manipulation. Built with the Web Audio API and React, it provides an intuitive interface for creative audio processing.
- Audio Slicing: Slice audio files based on BPM and musical divisions
- BPM Detection: Automatically detect tempo for precise slicing
- Randomized Playback: Trigger slices in random sequences for unique compositions
- Pitch-Preserved Time-Stretching: Adjust playback speed
- Recording & Exporting: Capture and save your audio experiments
- Clone the repository:
git clone https://github.com/yourusername/slice2bliss.git
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:3000
Contributions are welcome! This project is licensed under the MIT License.