Giter Club home page Giter Club logo

spiceamp's Introduction

spiceAmp

Non-realtime high realistic software guitar processor. Works with *.wav files as input and output. It uses ngspice for electric circuit simulation and FFT convolver with Impulse Response *.wav file for cabinet simulation.

Project ships with SPICE sub-models of Valves used in guitar amplifiers and several examples of pedal and amplifier models.

See ~/spiceAmp Data/Models in your HOME directory!

You see Qucs-S in the background of this screen. spiceAmp is a small dialog window :)

1

Features

  • Check the sound of any guitar pedal or guitar amplifier circuit, for emulator or hardware development.
  • Research how the circuit works with sound.
  • Create profiles for tubeAmp guitar processor without real hardware.

Dependencies for using AppImage binary version

  • ngspice applicaton MUST be in your PATH.
  • SPICE schematic editor, Qucs-S recommended.

Dependencies for building

  • g++ compiler.
  • Meson build system.
  • Zita-resampler 1.6 development files.
  • Qt5 framework development files.
  • fftw3 development files.
  • GSL development files.

In Ubuntu run:

apt install g++ qtbase5-dev qtchooser libgsl-dev libfftw3-dev libzita-resampler-dev meson

How to build and install

Project uses meson build system.

  • Run meson build and then ninja -C build in the source directory.
  • Run ninja -C build install to install to /usr/local/*.

To install to /usr, run

  • meson build --reconfigure --prefix /usr and then
  • ninja -C build install.

Quick start guides

English

Development

GUI and support code is written in C++ with Qt Framework.

License

GPLv3+.

spiceamp's People

Contributors

olegkapitonov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.