For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Status
OverviewProductsManageAPI ReferenceTutorialsClient Libraries
OverviewProductsManageAPI ReferenceTutorialsClient Libraries
    • Overview
  • Quickstarts
    • Synthesize Your First Clip
    • Prompted Synthesis
  • Voice Creation
      • Getting Started
      • Node.js Example
      • Python Example
    • Voice Design Guide
  • WebSocket Streaming
    • Getting Started
    • Receiving Audio Data
    • Python Example
    • Error Handling
  • Prompt Engineering
    • Voice Design Prompting
    • SSML Prompts
Status
LogoLogo
On this page
  • Prerequisites
  • Project Setup
Voice CreationFrom Recordings

Custom Voice from Recordings

Was this page helpful?
Previous

Node.js Workflow

Next
Built with

Build a custom voice by uploading individual recordings.

Prerequisites

  • Resemble PRO plan or higher
  • API token (Authentication)

Project Setup

$mkdir resemble-clone-voice-recording
$cd resemble-clone-voice-recording

Choose a client path:

  • Node.js workflow
  • Python workflow