AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • Início
  • system&network
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • Início
  • system&network
    • Recentes
    • Highest score
    • tags
  • Ubuntu
    • Recentes
    • Highest score
    • tags
  • Unix
    • Recentes
    • tags
  • DBA
    • Recentes
    • tags
  • Computer
    • Recentes
    • tags
  • Coding
    • Recentes
    • tags
Início / ubuntu / Perguntas / 1187963
Accepted
cmak.fr
cmak.fr
Asked: 2019-11-12 07:18:18 +0800 CST2019-11-12 07:18:18 +0800 CST 2019-11-12 07:18:18 +0800 CST

Como instalar o DR14 T.meter no Ubuntu 19.10

  • 772
  • Onde encontrar um pacote deb oficial?

  • Como satisfazer as dependências?

O DR14 T.meter é uma ferramenta de linha de comando gratuita e de código aberto para calcular o alcance dinâmico de sua música de acordo com o procedimento usado no medidor off-line lançado pela Pleasurize Music Foundation.

Essa ferramenta é útil para medir o volume da sua música e para entender que um álbum de boa qualidade sempre tem também uma boa dinâmica, além de ser útil para entender os efeitos da chamada guerra de volume .

dependencies 19.10
  • 1 1 respostas
  • 625 Views

1 respostas

  • Voted
  1. Best Answer
    cmak.fr
    2019-11-12T07:18:18+08:002019-11-12T07:18:18+08:00

    Recursos oficiais

    DR14 T.meter Official Web Page
    DR14 T.meter Official DEB Package (versão atual 1.0.15)
    DR14 T.meter source no GitHub


    Instalar no Ubuntu 19.10

    # Dependencies from Ubuntu Repositories
    sudo apt install lame flac vorbis-tools faad dh-python python-scipy python-numpy
    
    # DR14 T.medter can draw spectrograms and other graphs using python-matplotlib
    # If you plan to use this (really not sexy results) feature, the package will be required
    # Optionnal :
    sudo apt-get install python-matplotlib
    
    # python-support is required, not available on Ubuntu repos
    # but can be found on the Ubuntu Launchpad
    wget "https://launchpad.net/ubuntu/+archive/primary/+files/python-support_1.0.15_all.deb"
    sudo dpkg -i python-support_1.0.15_all.deb
    
    # Now lets DL and Install dr14tmeter
    wget "https://downloads.sourceforge.net/project/dr14tmeter/dr14tmeter-1.0.16/dr14tmeter_1.0.16-1_all.deb"
    sudo dpkg -i dr14tmeter_1.0.16-1_all.deb
    
    # Downloaded deb files can be deleted
    # rm dr14tmeter_1.0.16-1_all.deb python-support_1.0.15_all.deb
    


    Melhor opção: instalação PIP

    Com python 3 e pip 3

    # use 'pip -V' and 'whereis pip' to select pip python 3.x version
    
    sudo -H pip install numpy scipy
    sudo -H pip install DR14-T.meter
    


    Uso

    # Basic
    cd ~/Music/An/Album
    dr14_tmeter ./
    
    # Compute multiple folders, sort result
    cd ~/Music/An/Artist
    find * -maxdepth 0 ! -path . -type d -exec dr14_tmeter -a -t t -o ./ {} \;
    
    • 1

relate perguntas

Sidebar

Stats

  • Perguntas 205573
  • respostas 270741
  • best respostas 135370
  • utilizador 68524
  • Highest score
  • respostas
  • Marko Smith

    Existe um comando para listar todos os usuários? Também para adicionar, excluir, modificar usuários, no terminal?

    • 9 respostas
  • Marko Smith

    Como excluir um diretório não vazio no Terminal?

    • 4 respostas
  • Marko Smith

    Como descompactar um arquivo zip do Terminal?

    • 9 respostas
  • Marko Smith

    Como instalo um arquivo .deb por meio da linha de comando?

    • 11 respostas
  • Marko Smith

    Como instalo um arquivo .tar.gz (ou .tar.bz2)?

    • 14 respostas
  • Marko Smith

    Como listar todos os pacotes instalados

    • 24 respostas
  • Martin Hope
    Flimm Como posso usar o docker sem sudo? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    led-Zepp Como faço para salvar a saída do terminal em um arquivo? 2014-02-15 11:49:07 +0800 CST
  • Martin Hope
    ubuntu-nerd Como descompactar um arquivo zip do Terminal? 2011-12-11 20:37:54 +0800 CST
  • Martin Hope
    TheXed Como instalo um arquivo .deb por meio da linha de comando? 2011-05-07 09:40:28 +0800 CST
  • Martin Hope
    Ivan Como listar todos os pacotes instalados 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    David Barry Como determino o tamanho total de um diretório (pasta) na linha de comando? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher "Os seguintes pacotes foram retidos:" Por que e como resolvo isso? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford Como os PPAs podem ser removidos? 2010-07-30 01:09:42 +0800 CST

Hot tag

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • Início
  • Perguntas
    • Recentes
    • Highest score
  • tag
  • help

Footer

AskOverflow.Dev

About Us

  • About Us
  • Contact Us

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve