Skip to content

Feat: Add AI-powered sound generator HTML widget and backend API #4687

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nafisa404
Copy link

@nafisa404 nafisa404 commented May 10, 2025

This PR introduces an AI-powered audio sample generator for Music Blocks as proposed in issue #4540

Features:

  • sample-generator.html: A new widget that lets users upload audio and enter text prompts like "guitar with lion roar"
  • ai-backend/main.py: A FastAPI backend that simulates audio transformation (uses FFmpeg echo effect as a proof of concept)

How it works:

  • The user provides a sound file or records one
  • Adds a creative prompt
  • A modified sound file is generated and returned to the browser for playback

This sets the groundwork for integrating real generative models like DDSP or RAVE in future stages.

Fixes #4538

cc @walterbender @SumitSrivastava @devinulibarri

Copy link

✅ All Jest tests passed! This PR is ready to merge.

@nafisa404 nafisa404 force-pushed the feat/ai-sound-generator branch from 9820454 to 07895b3 Compare May 12, 2025 16:54
Copy link

✅ All Jest tests passed! This PR is ready to merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DMP 2025]: AI-powered Debugger for Music Blocks
1 participant