Metadata-Version: 2.4
Name: voicepad-core
Version: 0.2.2
Summary: Audio and local transcription pipeline primitives for VoicePad.
Keywords: audio,audio-processing,gpu-acceleration,recording,speech-recognition,speech-to-text,transcription,voice
Author: Rajesh Das
Author-email: Rajesh Das <hyperoot.tech@proton.me>
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Multimedia :: Sound/Audio :: Capture/Recording
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Typing :: Typed
Requires-Dist: accelerate==1.14.0
Requires-Dist: huggingface-hub==1.26.0
Requires-Dist: librosa==0.11.0
Requires-Dist: numpy>=2.0.0
Requires-Dist: onnxruntime==1.28.0
Requires-Dist: scipy>=1.17.0
Requires-Dist: sounddevice>=0.5.5
Requires-Dist: soundfile>=0.13.1
Requires-Dist: torch==2.13.0
Requires-Dist: transformers==5.14.1
Requires-Python: >=3.13
Project-URL: Documentation, https://hyp3r00t.github.io/voicepad/
Project-URL: HomePage, https://hyp3r00t.github.io/voicepad/
Project-URL: Issues, https://github.com/HYP3R00T/voicepad/issues
Project-URL: Repository, https://github.com/HYP3R00T/voicepad
Description-Content-Type: text/markdown

# voicepad-core

Local audio and transcription pipeline primitives for VoicePad.

The package owns audio capture, durable WAV persistence, canonical waveform
preparation, artifact verification, inference sessions, and bounded
transcription processing. Application configuration and presentation belong to
the `voicepad` package.

The current production deployment is documented in
[`docs/content/designs/transcription-pipeline.md`](../../docs/content/designs/transcription-pipeline.md).

Package publication is currently frozen.
