Metadata-Version: 2.1
Name: vantage-step-audio-editx
Version: 0.0.1
Summary: This project is a custom node implementation built on top of Step-Audio-EditX. It adapts and extends EditX capabilities to support multi‑speaker, long‑format, voice cloning, and emotion/style/speed editing, enabling you to feed in a script with multiple speakers, inline pauses, paralinguistic cues, and get a concatenated audio output in one pass.
Home-page: https://github.com/vantagewithai/Vantage-Step-Audio-EditX
Requires-Python: >=3.10
Requires-Dist: transformers==4.53.3
Requires-Dist: accelerate
Requires-Dist: openai-whisper
Requires-Dist: onnxruntime; sys_platform == "darwin"
Requires-Dist: onnxruntime; sys_platform == "linux" and platform_machine == "aarch64"
Requires-Dist: onnxruntime-gpu; sys_platform == "linux" and platform_machine == "x86_64"
Requires-Dist: onnxruntime-gpu; sys_platform == "win32"
Requires-Dist: omegaconf
Requires-Dist: librosa
Requires-Dist: sox
Requires-Dist: modelscope
Requires-Dist: numpy
Requires-Dist: six
Requires-Dist: conformer
Requires-Dist: diffusers
Requires-Dist: pillow
Requires-Dist: sentencepiece
Requires-Dist: funasr>=1.1.3
Requires-Dist: protobuf
Requires-Dist: nvidia-cuda-nvrtc-cu12
Requires-Dist: torchcodec
Requires-Dist: hyperpyyaml
