Git Product home page Git Product logo

stereogain's Introduction

Stereo Gain

A stereo gain plugin with parameter smoothing

Description

This stereo audio effect outputs the input signal with some gain or attenuation adjustable between -90 and +30 dBFS.

The plugin relies on the host to provide a generic UI for parameter control.

Formats

This audio effect supports a variety of audio and plug-in frameworks:

Compiling

Make sure, you have installed the required build tools and libraries (see section "Prerequisites" below) and the clone this repository (including sub-modules) and simply run make in the project's root directory:

$ git clone --recursive https://github.com/osamc-lv2-workshop/stereogain.git
$ cd stereogain
$ make

Installation

After compilation has finished, copy the desired plug-in shared libraries or bundles or the stand-alone program to the appropriate locations.

The makefile also provides an install target:

make install

There is also an install-user target, to install the binaries in the proper locations under the current user's home directory.

make install-user

Prerequisites

  • The GCC C++ compiler and the usual associated software build tools (make, etc.).

    Debian / Ubuntu users should install the build-essential package to get these.

  • pkgconf

The LV2, LADSPA and VST2 (vestige) headers are included in the DPF framework, which is integrated as a Git sub-module. These need not be installed separately to build the software in the respective plug-in formats. Some formats do have additional dependencies, though:

  • JACK client (stand-alone command line program): JACK development library and headers and pkgconf file.

    Debian / Ubuntu users should install the libjack-dev or libjack-jackd2-dev package to get these.

License

This software is distributed under the MIT License.

See the file LICENSE for more information.

Author

This software was put together by Christopher Arndt.

stereogain's People

Contributors

spotlightkid avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  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.