klingtnet / qspeakers

loudspeaker enclosure designer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QSpeakers

Loudspeaker enclosure designer, open-source, portable, written in c++/Qt, for Linux and some other platforms. Note that stable versions of QSpeakers are officially in Debian GNU/Linux and Ubuntu Linux.

Pre-requisites

Install Qt5 and QtCharts libraries and development files.

Build

You can use QtCreator to build the program. You can also use qmake in commandline:

qmake -config release && make
sudo make install

Usage

In very short: by clicking on the QSpeakers icon in your preferred menu, the application shows up. Select a loudspeaker or enter a new one by filling its Thiele/Small mechanical parameters. Click on optimize and you're done: the best enclosure volume is calculated for you.

Homepage

QSpeakers homepage with source releases and Microsoft® Windows® installer is currently hosted on my old website

Thanks

Thanks to Upacesky for his free svg drawing

Todo

  • more plots: excursion, phase and impendance
  • implement dual-free ports and dual-flanged ports in a combobox option
  • implement crossover filters

Formulæ

See INFO file.

About

loudspeaker enclosure designer

License:GNU General Public License v3.0


Languages

Language:C++ 93.8%Language:NSIS 3.3%Language:QMake 2.3%Language:Roff 0.4%Language:Shell 0.2%