AIDiveForge AIDiveForge
AIDiveForge — Workflow Pack Implementation Guide

Podcast Production Automation

Capture, transcribe, edit, and distribute podcast episodes with automatic audio cleanup, timestamped transcripts, and multi-platform preparation—reducing manual editing from 5 hours to 1 hour per episode.

Difficulty: Intermediate Tools: 5 Time Saved: 20-25 hours/month Updated: April 10, 2026
Podcasting Audio & Voice Productivity
Tools Required
#ToolRoleWebsite
1 Descript Recording & initial editing https://descript.com
2 Whisper Transcription backup https://openai.com/research/whisper
3 Krisp Audio noise removal & processing https://krisp.ai
4 Murf AI Audiobook/clip narration https://murf.ai
5 Make (Integromat) Distribution automation https://make.com
In This Guide

# Podcast Production Automation

1Overview

This workflow automates the end-to-end podcast production pipeline: capture raw audio, remove background noise, generate timestamped transcripts, edit and prepare clips for distribution, and publish to multiple platforms simultaneously. Designed for podcast creators and production teams, this pack reduces manual editing from 5 hours to 1 hour per episode and saves 20–25 hours per month across the full production cycle.

---

2What's in This Pack

1. Descript

What it does: Descript is a cloud-based audio and video editing platform that transcribes your recordings automatically and lets you edit audio by editing text—similar to editing a document in Google Docs. It also handles basic audio cleanup and exports to various formats for distribution.

Role in this workflow: Descript serves as your central recording and initial editing hub, capturing raw podcast audio, generating rough transcripts, and preparing edited audio files for distribution.

Documentation: Descript Getting Started Guide

Note:

---

2. Whisper

What it does: Whisper is an open-source speech-to-text (voice-to-transcript) model developed by OpenAI. It converts audio files into accurate written transcripts and is free to use, either through OpenAI's API or by downloading and running the software locally on your computer.

Role in this workflow: Whisper provides a free, highly accurate transcription backup and alternative to Descript's built-in transcription, especially useful if Descript's accuracy needs verification or if you want to avoid vendor lock-in.

Documentation: Whisper GitHub Repository

Note:

---

3. Krisp

What it does: Krisp is an AI-powered noise removal and audio enhancement tool that strips background noise (traffic, wind, keyboard clicks, etc.) from recorded audio in real-time or in post-production. It works as a browser extension, desktop app, or API integration.

Role in this workflow: Krisp cleans up raw podcast audio before it enters Descript, ensuring that background noise doesn't interfere with transcription accuracy or final audio quality.

Documentation: Krisp Documentation

Note:

---

4. Murf AI

What it does: Murf AI is a text-to-speech (TTS) platform that converts written text into natural-sounding AI-generated voice narration. You can choose from dozens of voices in different accents, languages, and tones, and export audio files ready for use in videos, podcasts, or audiobooks.

Role in this workflow: Murf AI generates professional narration for podcast intros, outros, sponsor reads, or short-form clips extracted from full episodes—eliminating the need to re-record these segments manually.

Documentation: Murf AI Getting Started

Note:

---

5. Make (Integromat)

What it does: Make is a no-code automation platform (also called workflow automation or integration-as-a-service) that connects different apps and services so they can communicate and share data automatically. Instead of manually copying and pasting information between tools, Make creates workflows (called "scenarios") that run on a schedule or when triggered by an event.

Role in this workflow: Make orchestrates the entire distribution pipeline—taking your finalized audio and transcript from Descript, triggering Murf AI for clip narration, and publishing to podcasting platforms, social media, and email simultaneously.

Documentation: Make Documentation

Note:

---

3Prerequisites

---

4Setup & Integration Guide

6. Setting Up Descript

  1. Go to descript.com and click Sign Up.
  2. Create an account using email or Google/Apple sign-in.
  3. Choose the Starter plan ($12/month) during onboarding.
  4. Verify your email and log in to the Descript dashboard.
  5. Click New Project and select New Podcast (or New Recording if recording in-app).
  6. Grant browser permissions for microphone and speaker access when prompted.
  7. Test your microphone by recording a 10-second sample and confirm audio quality.
  8. In Settings > Transcription, verify that automatic transcription is enabled (it is by default).
Integration — other tools in this pack:

---

7. Setting Up Whisper

Option A: Using OpenAI API (Recommended for automation)

  1. Go to platform.openai.com and sign in with your OpenAI account.
  2. Navigate to API keys in the left sidebar.
  3. Click Create new secret key and copy the key to a secure location (you will need it in Make).
  4. Whisper API calls cost approximately $0.02 per minute of audio; set spending limits in Billing > Usage limits if desired.

Option B: Running Whisper Locally (For advanced users)

  1. Install Python (version 3.8 or higher) on your computer from python.org.
  2. Open a terminal or command prompt and run: pip install openai-whisper
  3. Download your audio file to your computer.
  4. In the terminal, run: whisper your-audio-file.mp3 --output_format txt (replace your-audio-file.mp3 with your actual filename).
  5. Whisper will generate a .txt transcript in the same folder as your audio file.
Integration — other tools in this pack:

---

8. Setting Up Krisp

  1. Go to krisp.ai and click Sign Up.
  2. Create an account using email or Google sign-in.
  3. Choose the Pro plan ($10/month) at checkout (or start with the free tier to test).
  4. Verify your email and log in to the Krisp dashboard.
  5. You have two options for using Krisp:

Option A: Krisp Web App

Option B: Krisp Desktop App

  1. Test noise removal by uploading a 30-second audio sample and comparing the before/after.
Integration — other tools in this pack:

---

9. Setting Up Murf AI

  1. Go to murf.ai and click Start Creating.
  2. Create an account using email or Google sign-in.
  3. Choose the Pro plan ($10/month) (or test the free tier first).
  4. Verify your email and log in to the Murf AI studio.
  5. Click Create a new project and select Podcast or Voiceover.
  6. Type or paste your script (e.g., podcast intro, sponsor read, or episode summary) into the text editor.
  7. Click the Voice dropdown and select a voice by language, gender, and tone (e.g., "English - Female - Professional").
  8. Click the Play icon to preview your narration.
  9. Adjust Speed (words per minute) and Tone (confidence, warmth, etc.) if needed.
  10. Click Export and choose MP3 as the file format.
  11. Click Download and save the audio file to your computer.
Integration — other tools in this pack:

---

10. Setting Up Make

  1. Go to make.com and click Sign Up.
  2. Create an account using email or Google sign-in.
  3. Choose the Pro plan ($20/month) during onboarding (or test the free plan first; free includes 1,000 operations/month).
  4. Verify your email and log in to the Make dashboard.
  5. Click Create a new scenario.
  6. Click the empty module in the center and search for a trigger (the event that starts your workflow). For this workflow, use:
  1. Select your trigger and follow the prompts to authenticate (e.g., connect your Google Drive account).
  2. Click the + icon to add a second module. Search for and add the tools you want to automate:
  1. Configure each module:
  1. Click Save and then Turn on to activate your workflow.
  2. Test the scenario by uploading a test file or manually triggering the webhook; check the Execution history to confirm each step completed.
Integration — other tools in this pack:

---

5Step-by-Step Workflow

  1. Descript: Record your podcast episode directly in the Descript app, or upload an existing audio file (MP3 or WAV). Descript will automatically transcribe the audio within seconds to minutes depending on file length.
  1. Krisp: Before finalizing in Descript, optionally export the raw audio and run it through Krisp to remove background noise. Download the cleaned version and re-upload it to Descript to re-transcribe if needed.
  1. Descript: Edit the transcript by removing filler words ("um," "uh," "like"), false starts, and tangents. As you edit the text, the audio edits automatically.
  1. Descript: Export the finalized audio as MP3 via File > Export > Audio Only. Download the file and save to a folder on your computer or to a cloud storage service (Google Drive, Dropbox, etc.) that is monitored by Make.
  1. Whisper (optional verification step): If you want to verify or enhance Descript's transcription, upload the final MP3 to Whisper via the OpenAI API (or run it locally). Compare the two transcripts and update the Descript transcript if Whisper's version is more accurate.
  1. Murf AI: Create short clips or summaries of your episode (intro, key takeaway, sponsor read). Paste the text into Murf AI, select a voice, and generate MP3 narration.
  1. Make: Set up an automated workflow to handle distribution. Create a scenario that:
  1. Podcast Host & Social Media: Your Make workflow publishes the episode automatically across Spotify, Apple Podcasts, YouTube, TikTok, Instagram, etc. No manual uploads needed.

---

6Integration Map

Here is how data flows through this workflow:

``` Raw Audio (MP3/WAV) ↓ [KRISP] → Cleaned Audio (MP3) ↓ [DESCRIPT] → Transcript (TXT/SRT) + Edited Audio (MP3) ↓ [WHISPER] (optional) → Verified Transcript (TXT) ↓ [MURF AI] → Narrated Clips (MP3) ↓ [MAKE] → Distributes to: ├→ Podcast Host (Anchor, Transistor, etc.) ├→ Social Media (Instagram, TikTok, Twitter/X via Zapier) ├→ Email (Newsletter) ├→ Slack (Team notification) └→ Google Sheets (Episode log) ```

File formats at each handoff:

Fully automated handoffs (via Make):

Manual copy-paste steps (unavoidable due to tool limitations):

---

7Troubleshooting

Problem

Descript's transcription contains errors or misses important words. Solution:

  1. Open the Descript transcript and locate the error (the text will be out of sync with the audio).
  2. Click on the incorrect word in the transcript and manually type the correct word.
  3. (Optional) Export the audio to Whisper to verify the correct transcription; if Whisper is more accurate, copy its output and update Descript.
  4. Re-export the corrected transcript as SRT or TXT for downstream use.

---

Problem

Krisp's noise removal removes too much audio or distorts speech. Solution:

  1. In the Krisp web app, click the dropdown next to Remove Noise and select Medium or Light instead of Heavy.
  2. If using the Krisp desktop app, open the app settings and lower the Noise Suppression Level slider.
  3. Re-process the audio and listen to a 30-second sample to confirm it sounds natural.
  4. If noise removal still causes issues, skip Krisp and perform manual cleanup in Descript instead (use the Remove Sound tool on specific sections).

---

Problem

Make workflow fails with "API authentication error" when trying to send audio to your podcast host. Solution:

  1. Verify that your API key for the podcast host is correct. Go to the host's Settings > API Keys and copy the key again.
  2. In the Make HTTP module, paste the API key in the Headers section in the correct format (e.g., Authorization: Bearer YOUR_API_KEY).
  3. Check the podcast host's API documentation to confirm the correct endpoint URL (e.g., https://api.example.com/episodes/create).
  4. Test the endpoint using a tool like Postman (postman.com) before running the full Make workflow.
  5. In Make, click Run once to test the scenario and check the Execution history for specific error messages.

---

Problem

Murf AI voice sounds robotic or unnaturally fast. Solution:

  1. In the Murf AI editor, reduce the Speed slider from the default (usually 1.0) to 0.8 or 0.9 words per minute to sound more natural.
  2. Increase the Pause duration between sentences (usually 0.5 seconds) to allow the voice to "breathe."
  3. Try a different voice: click the Voice dropdown and audition 2–3 alternative voices with different tones (e.g., "Warm" vs. "Professional").
  4. Re-generate and download the narration as MP3.

---

Problem

Social media uploads via Make fail or post at the wrong time. Solution:

  1. Verify that your social media account is properly authenticated in Make. Go to Make > Your Connections and check that Instagram, TikTok, or Twitter/X shows a "Connected" status.
  2. If disconnected, click the connection and re-authenticate by signing into your social media account.
  3. Check that your Make scenario includes the correct social media module (e.g., Instagram > Create a Post) with the right input fields (image/video file, caption, hashtags).
  4. If scheduling posts, verify that the Schedule date and time are set correctly in the module and that your computer's time zone is correct (Make uses your account's time zone).
  5. Test by posting a single image manually through Make; if it succeeds, the full workflow should work.

---

Problem

Google Drive monitoring in Make doesn't detect new files from Descript. Solution:

  1. Confirm that your Google Drive > Watch Files trigger is monitoring the correct folder. In the trigger settings, click Select a Folder and choose the Google Drive folder where you save Descript exports.
  2. Verify that your Google account is properly authenticated in Make. If authentication failed, click Reconnect in the module and re-sign into Google.
  3. Manually test the trigger: upload a test MP3 file to the watched folder, then in Make, click Run once to force the scenario to check for new files.
  4. Check the Execution history in Make to see if the file was detected; if not, verify that the folder path is correct and that you have read/write permissions to that folder.
  5. If issues persist, use Zapier as an alternative automation platform (supported by most tools in this pack) to trigger workflows instead of Make.
Use your browser's print dialog to save as PDF (Ctrl+P / Cmd+P)