NaverTTS
Unofficial Python API for NAVER Papago TTS
Install / Use
/learn @scottgigante/NaverTTSREADME
NaverTTS
<img width=600 src="https://developers.naver.com/inc/devcenter/images/clova_thumbnail_1200x630.png">NaverTTS (NAVER Text-to-Speech), a Python library and CLI tool to interface with NAVER CLOVA text-to-speech API.
Writes spoken mp3 data to a file, a file-like object (bytestring) for further audio
manipulation, or stdout.
Features
- Customizable speech-specific sentence tokenizer that allows for unlimited lengths of text to be read, all while keeping proper intonation, abbreviations, decimals and more;
- Customizable text pre-processors which can, for example, provide pronunciation corrections;
- Automatic retrieval of supported languages.
Installation
$ pip install NaverTTS
Quickstart
Command Line:
$ navertts-cli --output hello.mp3 hello
Module:
>>> from navertts import NaverTTS
>>> tts = NaverTTS('hello')
>>> tts.save('hello.mp3')
Licence
This project was adapted from gTTS under the The MIT License (MIT). gTTS Copyright © 2014-2019 Pierre Nicolas Durette. NaverTTS Copyright © 2019 Scott Gigante.
Related Skills
node-connect
347.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
