forked from genewildish/Mainline
Story: MicSensor for Audio Input #15
Reference in New Issue
Block a user
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?
As a user
I want effects to react to microphone input
So that visual glitches sync with audio
Acceptance Criteria:
Technical Tasks:
engine/sensors/mic.py: MicSensor classengine/sensors/__init__.py: Sensor ABC, SensorRegistryengine/pipeline/adapters.pytest_sensors.pyADR: ADR-005: Sensor Framework