TangoFlux - Convert text into
Realistic sound experience

Generate 30 seconds of high-quality audio in 3 seconds, making AI audio creation simple and efficient

from tangoflux import TangoFluxInference

model = TangoFluxInference()
audio = model.generate(
  "The pleasant sound of birds and flowing water",
  duration=10
)
                          

Features

Ultra-fast generation speed

It only takes 3-4 seconds to generate high-quality audio up to 30 seconds, leading the industry in efficiency.

Excellent Sound Quality

44.1kHz high-fidelity stereo output ensures the best auditory experience

Easy to use

Provides multiple usage methods including web interface, command line, and Python API

Tool Introduction

TangoFlux is a deep learning-based audio generation tool that can convert text descriptions into high-quality audio content. It uses the latest AI technology to support the generation of various audio types, making it a powerful tool for creators.

Core Features

  • Text-to-speech conversion

    Support for generating corresponding audio content from text descriptions

  • Custom duration control

    Can generate audio clips ranging from 1 to 30 seconds

  • batch processing capability

    Supports batch audio generation, improving work efficiency

Technical Features

  • High-performance inference

    Using an optimized inference engine to ensure rapid generation

  • Multi-platform support

    Supports mainstream platforms such as Windows, Linux, MacOS

  • Flexible Interface Design

    Provide Python API and command line interface

How to use

web page interface

  1. 1

    Run tangoflux-demo Launch Screen

  2. 2

    Enter sound description text

  3. 3

    Set the desired audio duration (1-30 seconds)

  4. 4

    Click the generate button to get audio

code invocation

from tangoflux import TangoFluxInference

model = TangoFluxInference(
  name='declare-lab/TangoFlux'
)

audio = model.generate(
  'Descriptive text',
  steps=50,
  duration=10
)

Through the Python API, you can easily integrate it into your own projects

Get Started

FAQ