Giter VIP home page Giter VIP logo

gst-plugin-viperddc's Introduction

gst-plugin-viperddc

Open-source VDC engine for GStreamer1

This is a standalone VDC engine for use with GStreamer1. It does not require any extra dependencies.

The digital biquad filter processor code is based on the open-source version of JamesDSP (GPLv2).

Build from sources

Clone repository

git clone https://github.com/Audio4Linux/gst-plugin-viperddc

Build the shared library

cmake .
make

You should end up with libgstviperddc.so. Now you need to copy the file into one of GStreamer's plugin directories. It can be different between distros.

Debian:

sudo cp libgstviperfx.so /usr/lib/x86_64-linux-gnu/gstreamer-1.0/  

Arch:

sudo cp libgstviperfx.so /usr/lib/gstreamer-1.0/  

To verify whether it was installed correctly:

gst-inspect-1.0 viperddc

It is now installed. You can launch an audio processing pipeline using gst-launch-1.0 or link it into your own GStreamer host application.

Example pipeline

Play and process audio file 'test.mp3' using 'bass.vdc':

gst-launch-1.0 filesrc location="test.mp3" ! decodebin ! audioresample ! audioconvert ! viperddc ddc-enable="true" ddc-file="bass.vdc" ! autoaudiosink

You can use the GST_DEBUG environment variable to enable debug output:

export GST_DEBUG=viperddc:8

gst-plugin-viperddc's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

kitsunedfox

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.