ProConfig Tutorial
  • Overview & Setup
  • Tutorial Structure
  • Tutorial
    • Hello World with Pro Config
    • Building Workflow
    • Transitions
    • Expressions and Variables
    • An Advanced Example
    • Function Calling Example
    • Random Routing Example
  • API Reference
    • Widgets
      • Bark TTS
      • Champ
      • CoinGecko
      • ControlNet with Civitai
      • Crawler
      • Crypto News
      • Data Visualizer
      • Email Sender
      • Google Flight Search
      • Google Hotel Search
      • Google Image Search
      • Google Map Search
      • Google News Search
      • Google Scholar Search
      • Google Search
      • GroundedSAM
      • Image Text Fuser
      • Information Extractor - OpenAI Schema Generator
      • Information Extractor
      • Instagram Search
      • JSON to Table
      • LinkedIn
      • MS Word to Markdown
      • Markdown to MS Word
      • Markdown to PDF
      • Mindmap Generator
      • Notion Database
      • OCR
      • Pdf to Markdown
      • RMBG
      • Stabel-Video-Diffusion
      • Stable Diffusion Inpaint
      • Stable Diffusion Recommend
      • Stable Diffusion Transform
      • Stable Diffusion Upscale
      • Stable Diffusion with 6 fixed category
      • Stable Diffusion with Civitai
      • Storydiffusion
      • Suno Lyrics Generator
      • Suno Music Generator
      • Table to Markdown
      • TripAdvisor
      • Twitter Search
      • UDOP: Document Question Answering
      • Weather forecasting
      • Whisper large-v3
      • Wikipedia
      • Wolfram Alpha Search
      • Yelp Search
      • YouTube Downloader
      • YouTube Transcriber
      • Youtube Search
  • Tools
    • AutoConfig Bot
    • Cache Mode
Powered by GitBook
On this page
  • Try it in the Widget Center
  • Usage
  1. API Reference
  2. Widgets

Bark TTS

Runs TTS with Bark.

PreviousWidgetsNextChamp

Last updated 1 year ago

Try it in the Widget Center

Click this to try this widget and copy the Pro Config template.

Usage

Supported Languages

  • English

  • Chinese

  • German

  • Spanish

  • French

  • Hindi

  • Italian

  • Japanese

  • Korean

  • Polish

  • Portuguese

  • Russian

  • Turkish

The languages are auto-detected. Bark-TTS also supports serval non-speech sounds.

Input Parameters

Name
Type
Description
Default
Required

prompt

string

The text prompt for model to generate audio. Here are some non-speech sounds:

Hello, my name is Suno. And, uh — and I like pizza. [laughs] But I also have other interests such as playing tic tac toe.

history_prompt

string

history choice for audio cloning, choose from the list. To mitigate misuse of this technology, we limit the audio history prompts to a limited set.

en_speaker_0

text_temp

number

generation temperature during text encoding (1.0 more diverse, 0.0 more conservative)

0.7

waveform_temp

number

generation temperature during wavform generation (1.0 more diverse, 0.0 more conservative)

0.7

Output Parameters

Name
Type
Description
File Type

url

string

The audio that was generated has been saved as an online URL. This link is temporary, so please save it for your own use

audio

Output Example

{
  "url": "https://cdn.myshell.ai/audio/chat/embed_obj/38145/20240423/fa7e6014529f41c1aa747f765f00c385.mp3"
}

                                    - [laughter]
                                    - [laughs]
                                    - [sighs]
                                    - [music]
                                    - [gasps]
                                    - [clears throat] 
                                    - — or ... |  for hesitations
                                    - ♪  | for song lyrics
                                    - Capitalization | for emphasis of a word
                                    - NARRATOR: / MAN: / WOMAN: | for bias towards speaker</td><td>Hello, my name is Suno. And, uh — and I like pizza. [laughs] But I also have other interests such as playing tic tac toe.</td><td>false</td></tr>
                                    It is possible to use for example a german history prompt with english text. This usually leads to english audio with a german accent.</td><td>en_speaker_0</td><td>false</td></tr>
url