GithubHelp home page GithubHelp logo

alsa-viperddc's Introduction

alsa-plugin-viperddc

Open-source VDC engine for ALSA

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

This plugin is a port of gst-plugin-viperddc

Build from sources

Clone repository

git clone https://github.com/faust93/alsa-viperddc
Dependencies required:
  • ALSA Development headers and alsa-lib

Build the shared library

make

You should end up with libasound_module_pcm_ddc.so Now you need to copy the file into one of alsa lib directories, for ex. /usr/lib/alsa-lib

sudo cp libasound_module_pcm_ddc.so /usr/lib/alsa-lib/

or

sudo make install

Usage

VDC plugin operates in FLOAT32 sample format, so the audio data must be pumped through a plug to change the format to float under the hood:

pcm.<name_pcm_plug>{
    type plug;
    slave.pcm <name_pcm>;
}

Modify your local .asoundrc or /etc/asound.conf alsa configuration file, adding something like this:

pcm.viperddc {
    type ddc
#    slave.pcm "plug:dmixer"
    slave.pcm "plughw:0"
    ddc_file "/<some_folder_change_it>/V4ARISE.vdc"
}
pcm.ddc {
    type plug
    slave.pcm viperddc
}

You can try to produce some sound now by addressing the plugin by name, e.g.:

mpg123 -a ddc kalinka_malinka.mp3

alsa-viperddc's People

Contributors

faust93 avatar

Watchers

 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.