Metadata-Version: 2.4
Name: voiceconversion
Version: 0.0.2
Summary: Speech-to-speech conversion
Author-email: develOseven <devel.oseven@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/develOseven/voiceconversion
Project-URL: Issues, https://github.com/develOseven/voiceconversion/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: ==3.10.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: msvc-runtime>=14.38; sys_platform == "win32"
Requires-Dist: numpy<2
Requires-Dist: scipy
Requires-Dist: librosa
Requires-Dist: sounddevice<0.5.0
Requires-Dist: python-dotenv
Requires-Dist: pydantic-settings
Requires-Dist: xxhash
Requires-Dist: torch>=2.4.0
Requires-Dist: torchaudio
Requires-Dist: faiss-cpu; sys_platform != "linux"
Requires-Dist: faiss-gpu; sys_platform == "linux"
Requires-Dist: onnxscript
Requires-Dist: onnxsim
Requires-Dist: onnxruntime-gpu
Requires-Dist: torchcrepe
Requires-Dist: torchfcpe
Requires-Dist: safetensors
Dynamic: license-file

# A-Voc Local Realtime Voice Changer for Desktop

A speech-to-speech library that uses AI models locally to convert audio to a different voice in near-realtime.

Suitable for gaming and streaming.

# Platforms

All desktops.

Linux is the priority.

# Goal

Make voice changing more developer-friendly by creating
  - a voice conversion library
  - a simple voice changer desktop application
  - a command-line voice changer program

Open Source and Free for modification.
