
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
NaverTTS (NAVER Text-to-Speech), a Python library and CLI tool to interface with NAVER Papago text-to-speech API
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
.
$ pip install NaverTTS
Command Line:
$ navertts-cli --output hello.mp3 hello
Module:
>>> from navertts import NaverTTS
>>> tts = NaverTTS('hello')
>>> tts.save('hello.mp3')
This project was adapted from gTTS under the The MIT License (MIT). gTTS Copyright © 2014-2019 Pierre Nicolas Durette. NaverTTS Copyright © 2019 Scott Gigante.
FAQs
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.