Giter VIP home page Giter VIP logo

beets-dynamicrange's Introduction

beets-dynamicrange

This is a beets plugin which computes the dynamic range of your music and stores this information in the beets database.

DR14 T.meter is used under the hood for the dynamic range calcuation.

Installation

Sync this repo, and add the path to its beetsplug directory to your pluginpath, then add dynamicrange to your list of plugins.

Configuration

Two configuration options are available:

  • auto whether to compute and store the dynamic range information during import
  • command the command to invoke to run DR14 T.meter

The default configuration is:

dynamicrange:
  auto: True
  command: dr14_tmeter

Usage

Running beet dr will compute the dynamic range for the selected items (or all items by default). The following fields will be stored for each track:

  • dr, the DR as reported by DR14 T.meter
  • dr_peak_dB, the peak dB as reported by DR14 T.meter
  • dr_rms_dB, the RMS dB as reported by DR14 T.meter

Running beet dr -a will additionally add the following fields to the selected albums (or all by default):

  • dr_min, the minimum track DR for the album
  • dr_max, the maximum track DR for the album
  • dr_avg, the average track DR for the album
  • dr_wavg, the weighted average track DR for the album (scaled by time)

Development

$ nix develop

References

beets-dynamicrange's People

Contributors

auchter avatar

Watchers

 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.