Evan Chang 47b3baf93c Use log scale for visualizer (#397)
* Visualizer: use log scale

- log scale frequency and gain
- Hamming windowing
- improve reading from fifo

* Fix Visualizer memory leaks

* Visualizer: use Blackman window

* Visualizer: support DFT zero padding

* Visualizer: support fractional height bars, fix fifo read

* Revert "Fix Visualizer memory leaks"

This reverts commit 5c6509d2b8ed985a4928f681217dc8616d053ace.

* Visualizer: fix fifo read again

* Visualizer: add cubic interpolation option

* Visualizer: Expose more config options, add docs for config options

* Visualizer: Use reverse video text for stereo visualizer smooth look

* Visualizer: use FormattedColor to for reverse-video

* Visualizer: change some config options for spectrum

* Fix build fftw disabled

* Visualizer: use [0,5] interval for dft_size config option
2020-12-13 14:13:45 +01:00
2020-12-13 14:13:45 +01:00
2013-04-07 13:31:58 +02:00
2020-12-13 14:13:45 +01:00
2017-03-26 05:24:47 +02:00
2019-09-30 18:28:20 -05:00
2020-12-13 09:26:16 +01:00
2018-05-13 17:50:14 +02:00
2009-01-17 00:52:08 +01:00
2019-09-30 18:27:34 -05:00

NCurses Music Player Client (Plus Plus)

Project page - http://rybczak.net/ncmpcpp/

ncmpcpp featureful ncurses based MPD client inspired by ncmpc

Main features:

  • tag editor
  • playlist editor
  • easy to use search engine
  • media library
  • music visualizer
  • ability to fetch artist info from last.fm
  • new display mode
  • alternative user interface
  • ability to browse and add files from outside of MPD music directory …and a lot more minor functions.

Dependencies:

Known issues:

  • No full support for handling encodings other than UTF-8.

Installation:

The simplest way to compile this package is:

  1. cd to the directory containing the package's source code.

For the next two commands, csh users will need to prefix them with sh .

  1. Run ./autogen.sh to generate the configure script.

  2. Run ./configure to configure the package for your system. This will take a while. While running, it prints some messages telling which features it is checking for.

  3. Run make to compile the package.

  4. Type make install to install the programs and any data files and documentation.

  5. You can remove the program binaries and object files from the source code directory by typing make clean.

Detailed intallation instructions can be found in the INSTALL file.

Optional features:

Optional features can be enable by specifying them during configure. For example, to enable visualizer run ./configure --enable-visualizer.

Additional details can be found in the INSTALL file.

Description
Featureful ncurses based MPD client inspired by ncmpc
Readme 9.6 MiB
Languages
C++ 91.5%
M4 7.7%
C 0.5%
Makefile 0.3%