I'm the maker of VibeSing. I wanted to build something that moved away from the "AI as a professional tool" narrative and towards "AI as a social toy."
VibeSing lets you clone your voice and immediately hear it on global trending tracks from around the world. We pull real-time charts via the iTunes API and run the voice conversion through a custom RVC (Retrieval-based Voice Conversion) pipeline.
Technically, the challenge was handling the audio processing (stem splitting, pitch shifting, and voice conversion) while keeping the UX fast enough for social sharing. We settled on generating 30-second high-quality clips optimized for mobile sharing rather than full-length studio covers.
We use:
- Next.js for the frontend/API.
- Replicate for RVC model hosting.
- iTunes Search API for trend discovery and preview assets.
- FFmpeg for final assembly and watermarking.
We’re curious about how you see the intersection of generative AI and social music. We’d love to hear your feedback on the output quality and the "Band Mode" multi-voice concept.
HiTechK•8h ago
I'm the maker of VibeSing. I wanted to build something that moved away from the "AI as a professional tool" narrative and towards "AI as a social toy."
VibeSing lets you clone your voice and immediately hear it on global trending tracks from around the world. We pull real-time charts via the iTunes API and run the voice conversion through a custom RVC (Retrieval-based Voice Conversion) pipeline.
Technically, the challenge was handling the audio processing (stem splitting, pitch shifting, and voice conversion) while keeping the UX fast enough for social sharing. We settled on generating 30-second high-quality clips optimized for mobile sharing rather than full-length studio covers.
We use:
- Next.js for the frontend/API.
- Replicate for RVC model hosting.
- iTunes Search API for trend discovery and preview assets.
- FFmpeg for final assembly and watermarking.
We’re curious about how you see the intersection of generative AI and social music. We’d love to hear your feedback on the output quality and the "Band Mode" multi-voice concept.
Check it out at www.vibesing.me