feat: cf_core.audio — shared PCM/audio utility module (cf-voice + Sparrow dedup) #50
Labels
No labels
architecture
backlog
enhancement
module:documents
module:hardware
module:manage
module:pipeline
module:voice
priority:backlog
priority:high
priority:medium
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/circuitforge-core#50
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Both cf-voice and Sparrow hand-roll the same audio utility functions independently:
cf-voice has these in
stt.pyandcontext.py. Sparrow will need them for torchaudio stitching (export) and for any future acoustic analysis path.Proposed module
MIT licensed — no inference, no BSL
Pure signal processing utilities. No model weights. No HuggingFace. Dependency: numpy only (scipy for high-quality resampling).
Consumers
stt.py+context.pyservices/musicgen.pyandapi/endpoints/export.pyPriority
Low — not a current blocker. File now so it doesn't get lost. Implement after cf_core.musicgen (#49) is done.