Skip to main content

Async Python library for Nanmai TTS (DeepSeek/Kimi voices)

Project description

nanmai-tts

Async Python library for Nanmai TTS (DeepSeek/Kimi voices).

This package provides an easy-to-use interface for the Nanmai AI text-to-speech service, featuring high-quality Chinese voices. It follows the same design pattern as edge-tts for consistency.

Installation

pip install nanmai-tts

Usage

Basic Usage

import asyncio
import nanmai_tts

async def main():
    # Create a Communicate instance
    communicate = nanmai_tts.Communicate("你好世界", "DeepSeek")

    # Get audio data
    audio_data = await communicate.get_audio_data()

    # Or save directly to file
    await communicate.save("output.mp3")

asyncio.run(main())

Streaming

async def stream_audio():
    communicate = nanmai_tts.Communicate("Hello world", "Kimi")

    async for chunk in communicate.stream():
        if chunk["type"] == "audio":
            # Process audio chunk
            print(f"Received {len(chunk['data'])} bytes of audio")

CLI Usage

nanmai-tts --text "你好世界" --voice DeepSeek --write-media output.mp3

Available Voices

  • DeepSeek: Male voice, optimized for Chinese text
  • Kimi: Female voice, optimized for Chinese text

API Reference

Communicate Class

  • __init__(text: str, voice: str = "DeepSeek"): Initialize with text and voice
  • stream(): Async generator yielding audio chunks
  • save(filename: str): Save audio to file
  • get_audio_data() -> bytes: Get complete audio data

Requirements

  • Python 3.8+
  • aiohttp

License

This project is for educational and research purposes. The underlying Nanmai TTS API is proprietary.

Disclaimer

This package uses reverse-engineered authentication methods for the Nanmai TTS service. Use at your own risk and in accordance with applicable laws and terms of service.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nanmai_tts-2025.12.18.223523.tar.gz (13.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nanmai_tts-2025.12.18.223523-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

File details

Details for the file nanmai_tts-2025.12.18.223523.tar.gz.

File metadata

  • Download URL: nanmai_tts-2025.12.18.223523.tar.gz
  • Upload date:
  • Size: 13.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for nanmai_tts-2025.12.18.223523.tar.gz
Algorithm Hash digest
SHA256 0c5134d5f359ae7494c5be9caf3fc2d222fe5ce5b38c91d0855b7e0d053ecd82
MD5 a784181c402e583c42ac22d13fcfacdd
BLAKE2b-256 803c71dec6a0e10cb322587fc81b7362440bad21e6af44fa4d74b51afc3ec71f

See more details on using hashes here.

File details

Details for the file nanmai_tts-2025.12.18.223523-py3-none-any.whl.

File metadata

File hashes

Hashes for nanmai_tts-2025.12.18.223523-py3-none-any.whl
Algorithm Hash digest
SHA256 f7d998b195bf358c529b7b088789106e6b8a9a6730af45ef474e28cb0afef833
MD5 1f267afca30110563bd4ef772cc71897
BLAKE2b-256 9177bc6007ff791c27e26c7624eb8bdac033b95d723685a2444a9580eea7153a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page