fix: iMac mic quiet - arecord raw + 12x software gain, strip WAV RIFF header, wakeword api 0.4.0, STT base.en tests, voiceID Adolfo 0.97 enrolled
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
[project]
|
||||
name = "jarvis-v2"
|
||||
version = "0.2.0"
|
||||
description = "Always-listening voice assistant - CPU optimized"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"numpy<2",
|
||||
"sounddevice",
|
||||
"soundfile",
|
||||
"openwakeword",
|
||||
"faster-whisper",
|
||||
"onnxruntime",
|
||||
"torch",
|
||||
"torchaudio",
|
||||
"silero-vad",
|
||||
"webrtcvad-wheels",
|
||||
"scipy",
|
||||
"piper-tts",
|
||||
"scikit-learn",
|
||||
"opencv-python-headless",
|
||||
"pyyaml",
|
||||
"requests",
|
||||
"python-dotenv",
|
||||
"ollama",
|
||||
"tqdm",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
jarvis = "jarvis.cli:main"
|
||||
Reference in New Issue
Block a user