GithubHelp home page GithubHelp logo

audio4linux / gst-plugin-jamesdsp Goto Github PK

View Code? Open in Web Editor NEW
12.0 4.0 2.0 166 KB

JamesDSP wrapper plugin for GStreamer

License: GNU General Public License v2.0

Makefile 0.18% Shell 0.10% M4 0.50% C++ 23.84% C 75.38%
jamesdsp wrapper gst gstreamer jdsp audio equalizer gst-plugin

gst-plugin-jamesdsp's Introduction

JamesDSP for Linux

This repository is outdated. Please check https://github.com/Audio4Linux/JDSP4Linux for updates. The GStreamer plugin for libjamesdsp is now baked into the GUI.

(OpenSource Version)

Maintained by @ThePBone

Technical Data

Supported sample formats:

  • 32-bit float (LE)
  • 32-bit int (LE)

Supported samplerates:

  • 44100
  • 48000

Effects

Pretty much everything from the opensource version is implemented:

  • Analog modelling (12AX7)
  • BS2B
  • ViPER DDCs
  • Limiter
  • Compression
  • Convolver
  • Reverbation (Progenitor2)
  • Bass boost
  • Stereo widener (Mid/Side)

Instead of being tied to presets; stereo widener, bs2b and the reverbation engine can be fully customized.

This is the repo of the gst-plugin. You might want to visit the main repository

AUR package

yochananmarqos made an AUR package for this repo:

yay -S gst-plugin-jamesdsp-git

Note: This package alone does not install JDSP for you. Installation instructions can be found in the main repository!

AUR version

Launch it

You can find more information in the main repo.

gst-launch-1.0 -v pulsesrc device=[INPUTSINK].monitor volume=1.0 \
! jdspfx enable="true" analogmodelling-enable="true" analogmodelling-tubedrive="6000" \
! pulsesink device=[OUTPUTSINK] &	

Use this pipeline if the input sink is using an unsupported format:

gst-launch-1.0 -v pulsesrc device=[INPUTSINK].monitor volume=1.0 \
! audio/x-raw,channels=2,rate=44100,format=F32LE,endianness=1234 \
! audioconvert \
! jdspfx enable="true" analogmodelling-enable="true" analogmodelling-tubedrive="6000" \
! pulsesink device=[OUTPUTSINK] &

This wrapper is based on gst-plugin-viperfx

gst-plugin-jamesdsp's People

Contributors

timschneeb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.