Skip to main content

Create long Audiobooks πŸ”ŠπŸ“š with custom voices using Qwen3-TTS Voice Design

Workflow preview

Workflow preview
100%
Create long Audiobooks πŸ”ŠπŸ“š with custom voices using Qwen3-TTS Voice Design preview
Open on n8n.io

1. Workflow Overview

This workflow automates the creation of audiobooks from structured text data using AI powered text to speech and audio processing services. [Click here to listen](https://iframe.mediadelivery.net/p...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.splitinbatches, n8n-nodes-base.httprequest, n8n-nodes-base.wait, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.googledrive

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide Boizza.

Original n8n.io source

1.1 Workflow description

Title
Create long Audiobooks πŸ”ŠπŸ“š with custom voices using Qwen3-TTS Voice Design
Workflow name
Create long Audiobooks πŸ”ŠπŸ“š with custom voices using Qwen3-TTS Voice Design

This workflow automates the creation of audiobooks from structured text data using AI-powered text-to-speech and audio processing services.

Click here to listen the result of my example.


Key Advantages

1. βœ… Fully Automated Audiobook Production

The entire pipelineβ€”from text retrieval to final audio uploadβ€”is automated. This removes manual steps, reduces human error, and enables repeatable audiobook generation at scale.

2. βœ… Advanced Voice Customization

By using voice design prompts (voice description + style instruction), the workflow produces highly expressive and context-aware narration, ideal for audiobooks, storytelling, and branded audio content.

3. βœ… Scalable and API-Safe Architecture

The batch processing and looping logic respects external API limits. This makes the workflow robust even for large audiobooks with dozens or hundreds of segments.

4. βœ… Centralized Content Management

Google Sheets acts as a lightweight CMS:

  • Easy to edit scripts and voice parameters
  • Clear tracking of processed items
  • Temporary URLs and merge flags ensure full visibility into the workflow state
5. βœ… Asynchronous and Fault-Tolerant

The use of wait nodes and status checks allows the workflow to handle long-running audio operations without blocking or failing prematurely.

6. βœ… Seamless Cloud Storage Integration

Final audiobooks are automatically stored in Google Drive, making them immediately accessible for distribution, review, or further processing.

7. βœ… Modular and Extensible Design

Each step (TTS generation, batching, merging, storage) is modular. This makes it easy to:

  • Swap TTS providers
  • Change storage destinations
  • Add post-processing steps (e.g. metadata, chapter markers)

How it Works

This workflow automates the creation of audiobooks using AI-generated voice synthesis with custom voice design. The process begins by retrieving script data from a Google Sheets document containing text, speaker information, voice descriptions, and style instructions.

The workflow then processes each row in batches, sending the text to the Qwen3-TTS model on Replicate with specified voice parameters to generate individual audio segments.

Each generated audio URL is stored back in the spreadsheet.

Concurrently, once multiple audio segments are ready, they are merged into a single audio file using an external FFmpeg API service.

The system polls for merge completion, retrieves the final merged audio file, and uploads it to Google Drive as a complete audiobook with a timestamped filename.


Set up Steps

  1. Data Source Configuration: Set up the Google Sheets node to connect to your spreadsheet containing the audiobook script with required columns: Text, Speaker, Voice Description, Style Instruction, Temp URL, and To Merge

  2. API Credentials Setup:

  • Configure Replicate API credentials for Qwen3-TTS voice synthesis
  • Set up Fal.run API credentials for FFmpeg audio merging operations
  • Configure Google Drive OAuth2 credentials for uploading the final audiobook
  1. Voice Design Parameters: Ensure your spreadsheet contains appropriate voice descriptions and style instructions compatible with the Qwen3-TTS model's requirements

  2. Destination Settings: Verify the Google Drive folder ID in the upload node points to your desired storage location for the final audiobook

  3. Execution: Trigger the workflow manually to begin processing your script rows and generating the complete audiobook with custom voice design


πŸ‘‰ Subscribe to my new YouTube channel. Here I’ll share videos and Shorts with practical tutorials and FREE templates for n8n.


Need help customizing?

Contact me for consulting and support or add me on Linkedin.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - When clicking β€˜Execute workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Loop Over Items

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 3 - Get status

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 4 - Wait 30 sec.

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 5 - Get scripts

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 6 - Update Temp URL

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 7 - Set AudioUrls Json

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - Merge Audios

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 9 - Wait 10 sec.

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 10 - Completed?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 11 - Get final audio url

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 12 - Get File

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 13 - Upload Audiobook

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 14 - Voice Design

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 15 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note9

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Create long Audiobooks πŸ”ŠπŸ“š with custom voices using Qwen3-TTS Voice Design
Complexity advanced
Nodes 20
Categories Content Creation, Multimodal AI
Author Davide Boizza
Published 27 Jan 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13030/13030.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Create long Audiobooks πŸ”ŠπŸ“š with custom voices using Qwen3-TTS Voice Design do?

This workflow automates the creation of audiobooks from structured text data using AI powered text to speech and audio processing services. [Click here to listen](https://iframe.mediadelivery.net/p...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.