Skip to content

mehmetcanbudak/LiveSPICE

 
 

Repository files navigation

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 https://github.com/dsharlet/LiveSPICE.git LiveSPICE
git clone https://github.com/dsharlet/ComputerAlgebra.git LiveSPICE\ComputerAlgebra

The VST plugin depends on https://github.com/ValdemarOrn/SharpSoundDevice

To enable building the VST plugin:

git clone https://github.com/ValdemarOrn/SharpSoundDevice SharpSoundDevice
powershell -command "Expand-Archive -Force SharpSoundDevice\Builds\SharpSoundDevice-1.5.2.0-2019-08-11.zip LiveSPICE\SharpSoundDevice"

About

Real time SPICE simulation for audio signals

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.8%
  • Inno Setup 0.2%