docs: Dual DSP Chain feasibility research document #4

Closed
opened 2026-06-13 03:11:34 +00:00 by shawn · 0 comments
Owner

Research document documenting feasibility, architecture, and hardware constraints for running two independent DSP chains (guitar + bass) simultaneously on RPi 4B with Focusrite 2i2.

Key findings:

  • Dual chains with Feather NAM models are feasible
  • Standard NAM models require LV2/NeuralAudio compiled backend
  • Existing Channel enum in types.py provides groundwork
  • Recommended: approach A (two AudioPipeline instances)

See: docs/dual-channel-architecture.md

Research document documenting feasibility, architecture, and hardware constraints for running two independent DSP chains (guitar + bass) simultaneously on RPi 4B with Focusrite 2i2. Key findings: - Dual chains with Feather NAM models are feasible - Standard NAM models require LV2/NeuralAudio compiled backend - Existing Channel enum in types.py provides groundwork - Recommended: approach A (two AudioPipeline instances) See: docs/dual-channel-architecture.md
shawn closed this issue 2026-06-13 03:11:38 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shawn/pi-multifx-pedal#4