mincequi / qLouder

A tool to measure and design loudspeakers
GNU General Public License v3.0
15 stars 2 forks source link
acoustics audio crossover digital-signal-processing eq equalizer loudspeaker room-equalizer

qLouder

A tool to measure and design loudspeakers.

It is loosely inspired by the famous Room EQ Wizard. However, it aims to provide a better user experience as well as pleasing aesthetics. qLouder can also be considered as the successor of qloud:
http://gaydenko.com/qloud/
https://github.com/molke-productions/qloud/

Target use

The measurement and design features of qLouder can help you to create an optimal filter set and crossover for your DIY loudspeaker.

Measurement process

Current features

TODO

Requirements

Installation (based on Ubuntu)

sudo apt install \
  zlib1g-dev \
  libcurl4-openssl-dev \
  libfftw3-dev \
  libfontconfig1-dev \
  libgl-dev \
  libmpg123-dev \
  libpulse-dev \
  libsndfile1-dev \
  libtag1-dev \
  libxcursor-dev \
  libxi-dev \
  libxinerama-dev \
  libxrandr-dev \
  pkgconf \
  qtbase5-dev \
  qtdeclarative5-dev \
  qtmultimedia5-dev \
  qtquickcontrols2-5-dev \
  qml-module-qtcharts \
  qml-module-qtquick-shapes \
  qml-module-qt-labs-folderlistmodel \
  qml-module-qt-labs-settings \
  libqt5charts5-dev \
  libqt5svg5-dev \
  libqt5multimedia5-plugins

git clone https://github.com/mincequi/qLouder
cd qLouder
mkdir build && cd build
cmake ..
make

Contribute

Contributations are always welcome. In the best case in the form of a pull request :)