• Stars
    star
    412
  • Rank 104,534 (Top 3 %)
  • Language
    C#
  • License
    MIT License
  • Created about 11 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Real time SPICE simulation for audio signals

About

LiveSPICE is a circuit simulator that attempts to run in real time with minimal latency for audio signals. It processes signals from audio input devices attached to your computer, and plays the results to the speakers.

For more information, see http://www.livespice.org.

Building

The LiveSPICE solution requires the ComputerAlgebra project: https://github.com/dsharlet/ComputerAlgebra

To clone the LiveSPICE repo, run the following commands:

git clone --recursive https://github.com/dsharlet/LiveSPICE.git LiveSPICE