Giter VIP home page Giter VIP logo

vlevel's People

Contributors

biappi avatar leofiore avatar xtaran avatar

Stargazers

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

Watchers

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

vlevel's Issues

Please support DESTDIR variable and let variables like CXXFLAGS be overriden from the outsite

Currently, the Makefile hardcodes things like compiler optimisation or installation path.

It would be nice, if especially CXXFLAGS and PREFIX could be set to different values. This should be doable by using := instead of = for default or suggested values and then using += for required values (i.e. compiler flags specific to this project like some -D or so).

Additionally, it would be nice if the Makefile variable DESTDIR would be support. It's a prefix to PREFIX only in use at installation time so that you can call make install without being root despite targeting for a later installation as root. This is quite common when building binary software packages for distributions.

See my current patch in the Debian package to get an idea of what I think of.

arecord: set_params:1347: Access type not available

It will be me as ladspa plugins often bamboozle me

arecord -Dvlevel -r16000 -fS16_LE -c2 test.wav
Recording WAVE 'test.wav' : Signed 16 bit Little Endian, Rate 16000 Hz, Stereo
arecord: set_params:1347: Access type not available

pcm.vlevel {
    type ladspa
    slave.pcm "plughw:0";
    path "/usr/local/lib/ladspa/";
    plugins [{
        label vlevel_stereo
        input {
            controls [ 2 8 20 ]
        }
    }]
}

If you could just post how the pcm should be, likely better :)

Document a simple way to vlevel-ize an audio file

I'd like to apply vlevel to a file of mine. I'm pretty sure this will be simple enough to do, but could you provide some hints?

Use case: I download podcasts from the Internet, then I put them into USB sticks which I'll then plug into my car radio. I'd like to apply vlevel to that!

I'm pretty sure this would be possible (with some sox-magic, maybe?) but having some doc, or even a readymade script will be great! Bonus points if that preserves metadata :)

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.