Installable package: python3.11 -m pip install zpe-prosody.
Current release: 0.1.1 on PyPI.
Source: Zer0pa/ZPE-Prosody.
python3.11 -m pip install zpe-prosodyFor full install, smoke, source, and developer commands, click here.
RESEARCH-READY · RETRIEVAL OPEN
Live experiment. Not a release. Ambition headlined. Claims bounded.
Prosodic feature-store codec · pitch, energy, duration, voiced mask · PyPI
zpe-prosodyv0.1.1 is stale · github.com/Zer0pa/ZPE-Prosody
A voice carries more than words. Pitch rises into a question, stress lands on a syllable, and rhythm tells a listener whether the speaker is calm or in a hurry. ZPE-Prosody captures that shape as a deterministic ZPRS/v1 stream at 13.0× mean compression and 0.64% voiced-F0 RMSE on 100 LibriSpeech test-clean utterances.
It stores acoustic prosody cues, not emotion, intent, semantic meaning, or a speaker-state diagnosis.
The encoder is the product. Retrieval misses target. Transfer is paused. Both limits are named here instead of hidden behind the compression win.
Scope: encoder stream for F0, energy, duration, and voiced mask. Retrieval misses target; transfer remains paused.
Adjacent forecasts, not product claims
Speech and language processing '30 · $26.8B Text-to-speech market '31 · $7.9B Text-to-speech software '30 · $7.3B Voice analytics '30 · est. $3.1B Speech AI / feature-store tooling '30 · est. $1.8B
ZPE-Prosody is a bounded prosodic encoder. Retrieval and transfer are not claimed.
|
TTS market by 2030; the prosodic feature store beneath it, with the retrieval gap stated. |
|
Computed and discarded Mainstream TTS and voice-analytics stacks repeatedly compute pitch, energy, and timing, then discard the contours or store them as undocumented bytes. Buyers get no shared archive format, no published fidelity number, and no explicit retrieval limit. |
The shape, held ZPE-Prosody stores F0, energy, duration, and voiced mask as a deterministic |
LibriSpeech test-clean, 100 utterances
Compression · 13.0× F0 RMSE · 0.64% Primitive checks · 4/4 PASS Retrieval · MISS, p@5 0.31 Transfer · PAUSED_EXTERNAL
PRO-C006 misses target at p@5 0.31 vs 0.80. PRO-C005 transfer is paused; no commercial-safe substitute is proven in-lane.
|
PRO check suite |
LibriSpeech contour compression
ZPE-Prosody — 13.0× compression The primitive encoder checks pass. Retrieval misses at p@5 0.31 vs 0.80; OOD p@5 is 0.1707. Transfer remains paused. |
LibriSpeech test-clean
|
Voiced-frame error on the 100-utterance LibriSpeech |
|
Mean compression against raw float32 prosody contours in the deterministic |
|
|
|
LibriSpeech |
|
The retrieval gate misses against the 0.80 threshold and stays named as a blocker, not stretched into a hidden product claim. |
|
On 100 LibriSpeech
|
MISS on |
|
The product is a bounded |
|
TTS teams stop drowning in contour bytes. A TTS platform keeping pitch and energy contours for thousands of speaker voices and styles cuts feature-store storage by roughly 87% against its current gzip baseline. The same archive holds many more voices on the same disk. |
|
Voice pipelines inherit a pitch receipt. A voice-cloning engineer who round-trips a speaker through the codec sees the F0 error per utterance, 0.64% on LibriSpeech, before the model ingests the contour. Pitch drift becomes a dashboard number, not a listener complaint. |
|
Analytics vendors archive prosody, not just transcripts. A call-centre analytics platform that already stores transcripts can store prosody beside them at a tractable cost. Emotion-AI and sentiment systems get to work from the actual shape of how a customer spoke, not a downstream summary of it. |
|
Prosody corpora become comparable. A linguistics lab studying stress and intonation across dialects can compress a multi-year recording corpus into a portable feature store with a stated pitch error. A peer can reproduce the analysis on the same bytes, not on a re-derived contour. |
|
Speech feature codecs get fidelity terms. A market in which prosodic codecs publish compression, F0 RMSE, and the retrieval limit side by side changes how buyers procure speech tooling. A TTS vendor can talk to a regulator and a customer with the same numbers, units, and corpus. |
Installable package: python3.11 -m pip install zpe-prosody.
Current release: 0.1.1 on PyPI.
Source: Zer0pa/ZPE-Prosody.
python3.11 -m pip install zpe-prosodyImport smoke:
python3.11 - <<'PY'
import importlib.metadata as md
import zpe_prosody
print("zpe-prosody", md.version("zpe-prosody"))
PYInstall success only proves package acquisition/import. Product scope, stale PyPI state, platform limits, and blockers remain in the front-door sections below.
- PyPI copy is stale; retrieval and transfer blockers below are not altered by install success.
python -m venv .venv
source .venv/bin/activate
python -m pip install -e ".[dev]"
make repo-sanity
make package-sanity
make testOptional API wrapper dependency:
python -m pip install ".[api]"The base wheel ships only src/zpe_prosody. No CLI or historical gate harness is packaged as a runtime contract. Read docs/LEGAL_BOUNDARIES.md before widening any claim from this repo state.
