Name reservation stub - install from pip.muid.io for full package
Project description
voice-detector
This is a name reservation stub. The full package is hosted on a private PyPI server.
Installation
To install the full voice-detector package with all features:
pip install voice-detector --extra-index-url https://pip.muid.io/simple/
What is voice-detector?
Multi-pass voice/speaker switch detection SDK with CLI. Features:
- Silero VAD - Voice Activity Detection
- Parselmouth - Pitch analysis (Praat)
- Resemblyzer - Speaker embeddings (d-vectors)
- SpeechBrain - Optional GPU-accelerated backend
CLI Usage
vdetect analyze audio.mp3 --preset podcast --output result.json
Python API
from voice_detector import VoiceDetector
detector = VoiceDetector(preset="podcast")
result = detector.analyze("audio.mp3")
print(result.integration_hints.suggested_num_speakers)
Why pip.muid.io?
The full package has large dependencies (PyTorch, audio processing libraries) and is maintained on a private registry for faster iteration. The public PyPI name is reserved to prevent squatting.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file voice_detector-0.0.1.tar.gz.
File metadata
- Download URL: voice_detector-0.0.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d7c798784e091a4e095163c742bf2514ab0c6dd4d70758c1c0fe73d62773a21
|
|
| MD5 |
cd34a265baaef05586ab594f09f80d71
|
|
| BLAKE2b-256 |
40b9d0e7ff0445477c5b733803e2d7fd11872d9fab519724ca8f05e727906ca4
|
File details
Details for the file voice_detector-0.0.1-py3-none-any.whl.
File metadata
- Download URL: voice_detector-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d45e517db3e614ca69746fba41061affce157c523325933cccb5ed80df0b60d
|
|
| MD5 |
d12ea5f5ffcc161dc8e0a9ccec51dd0a
|
|
| BLAKE2b-256 |
ffc24a88191b21289f4f8937673791730bbb0658cf8d97d45f6f43a33d18911a
|