workflows.fit
Back to n8n workflows
n8n templateFreeBy Davide Boizza

Generate realistic sound effects with CassetteAI and save to Google Drive

The Sound Effects Generator is an automated workflow that allows users to create realistic sound effects using AI and save them directly to Google Drive. It generates high-quality sound effects (up to 30 seconds long)...

DevelopmentCore NodesData & StorageHttp RequestSticky NoteIfForm Trigger
Loading interactive preview...

Template notes

The Sound Effects Generator is an automated workflow that allows users to create realistic sound effects using AI and save them directly to Google Drive. It generates high-quality sound effects (up to 30 seconds long) based on user prompts.

--- How It Works:

1. User Input via Web Form A form is presented to the user asking for:

A prompt describing the sound (e.g. "waves crashing", "laser blast"). A duration in seconds (up to 30 seconds).

2. API Request to Generate Audio The input is sent to CassetteAI via a POST request using API with proper authentication.

3. Status Polling The workflow waits for 10 seconds and then checks the status of the request.

4. Conditional Flow

If the audio generation is complete (COMPLETED), it proceeds to fetch the audio file URL. If not, it waits and retries.