Metadata-Version: 2.4
Name: anyvoice
Version: 0.0.2
Summary: Common interface for streaming tts providers
Keywords: 
Author: Philipp Temminghoff
Author-email: Philipp Temminghoff <philipptemminghoff@googlemail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pydantic
Classifier: Framework :: Pydantic :: 2
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Dist: pydantic
Requires-Dist: schemez
Requires-Dist: openai>=1.0.0 ; extra == 'openai'
Requires-Dist: sounddevice>=0.5.0 ; extra == 'openai'
Requires-Dist: numpy>=1.24.0 ; extra == 'openai'
Requires-Dist: edge-tts>=7.0.0 ; extra == 'tts-edge'
Requires-Dist: miniaudio>=1.60 ; extra == 'tts-edge'
Requires-Dist: sounddevice>=0.5.0 ; extra == 'tts-edge'
Requires-Python: >=3.13
Project-URL: Code coverage, https://app.codecov.io/gh/phil65/anyvoice
Project-URL: Discussions, https://github.com/phil65/anyvoice/discussions
Project-URL: Documentation, https://phil65.github.io/anyvoice/
Project-URL: Issues, https://github.com/phil65/anyvoice/issues
Project-URL: Source, https://github.com/phil65/anyvoice
Provides-Extra: openai
Provides-Extra: tts-edge
Description-Content-Type: text/markdown

# AnyVoice

[![PyPI License](https://img.shields.io/pypi/l/anyvoice.svg)](https://pypi.org/project/anyvoice/)
[![Package status](https://img.shields.io/pypi/status/anyvoice.svg)](https://pypi.org/project/anyvoice/)
[![Monthly downloads](https://img.shields.io/pypi/dm/anyvoice.svg)](https://pypi.org/project/anyvoice/)
[![Distribution format](https://img.shields.io/pypi/format/anyvoice.svg)](https://pypi.org/project/anyvoice/)
[![Wheel availability](https://img.shields.io/pypi/wheel/anyvoice.svg)](https://pypi.org/project/anyvoice/)
[![Python version](https://img.shields.io/pypi/pyversions/anyvoice.svg)](https://pypi.org/project/anyvoice/)
[![Implementation](https://img.shields.io/pypi/implementation/anyvoice.svg)](https://pypi.org/project/anyvoice/)
[![Releases](https://img.shields.io/github/downloads/phil65/anyvoice/total.svg)](https://github.com/phil65/anyvoice/releases)
[![Github Contributors](https://img.shields.io/github/contributors/phil65/anyvoice)](https://github.com/phil65/anyvoice/graphs/contributors)
[![Github Discussions](https://img.shields.io/github/discussions/phil65/anyvoice)](https://github.com/phil65/anyvoice/discussions)
[![Github Forks](https://img.shields.io/github/forks/phil65/anyvoice)](https://github.com/phil65/anyvoice/forks)
[![Github Issues](https://img.shields.io/github/issues/phil65/anyvoice)](https://github.com/phil65/anyvoice/issues)
[![Github Issues](https://img.shields.io/github/issues-pr/phil65/anyvoice)](https://github.com/phil65/anyvoice/pulls)
[![Github Watchers](https://img.shields.io/github/watchers/phil65/anyvoice)](https://github.com/phil65/anyvoice/watchers)
[![Github Stars](https://img.shields.io/github/stars/phil65/anyvoice)](https://github.com/phil65/anyvoice/stars)
[![Github Repository size](https://img.shields.io/github/repo-size/phil65/anyvoice)](https://github.com/phil65/anyvoice)
[![Github last commit](https://img.shields.io/github/last-commit/phil65/anyvoice)](https://github.com/phil65/anyvoice/commits)
[![Github release date](https://img.shields.io/github/release-date/phil65/anyvoice)](https://github.com/phil65/anyvoice/releases)
[![Github language count](https://img.shields.io/github/languages/count/phil65/anyvoice)](https://github.com/phil65/anyvoice)
[![Github commits this month](https://img.shields.io/github/commit-activity/m/phil65/anyvoice)](https://github.com/phil65/anyvoice)
[![Package status](https://codecov.io/gh/phil65/anyvoice/branch/main/graph/badge.svg)](https://codecov.io/gh/phil65/anyvoice/)
[![PyUp](https://pyup.io/repos/github/phil65/anyvoice/shield.svg)](https://pyup.io/repos/github/phil65/anyvoice/)

[Read the documentation!](https://phil65.github.io/anyvoice/)
