c9a2720698
- Update to 0.10.5: * various windows build imporvements #624 * Handle default device change on windows #652 * various pipewire improvements #662 * eq support in Windows #679 * horzontal gradient and color theme files #620#632 * support for running in dumb terminals * general FFT improvements #672 * various bugfixes
Michael Vetter2025-09-10 05:41:13 +00:00
45051a4ac9
Accepting request 1245238 from multimedia:apps
Ana Guerrero2025-02-12 20:35:48 +00:00
15b2cacf0c
- Update to 0.10.2: * fix source being ignored when using pipewire #557 * fix stdlib.h not being included after iniparser upgrade #560 * add waveform visualization #484 * exit with error if pipewire loop creation fails #561Michael Vetter2024-05-14 19:35:00 +00:00
c5a02283c2
Accepting request 1143715 from multimedia:apps
Ana Guerrero2024-02-04 18:07:44 +00:00
db8c69253d
- Update to 0.10.1: * JACK support * default to pulseaudio before sndio
Michael Vetter2024-02-02 18:03:37 +00:00
a6a4f574b2
Accepting request 1137795 from multimedia:apps
Ana Guerrero2024-01-10 20:51:52 +00:00
b354e9b391
- Update to 0.10.0: * OSS input backend and general improved FreeBSD support * pipewire default if supported * noncurses is now default
Michael Vetter2024-01-09 19:05:44 +00:00
bdc4dc306a
Accepting request 1105880 from multimedia:apps
Ana Guerrero2023-08-28 15:12:47 +00:00
35016cbe74
pipewire-devel to enable build with pipewire support
Michael Vetter2023-08-25 09:08:26 +00:00
e2773df86e
- bsc#1214255: Additionally to libpulse-devel also buildrequire pipewire-devel
Michael Vetter2023-08-25 09:08:08 +00:00
8e291dbddd
- Update to 0.9.1: * hardcoded pipewire include flags #519 * default input wrongly set to alsa instead of pulseaudio/pipewire #518Michael Vetter2023-08-13 17:59:48 +00:00
2423bcfbe4
- Update to 0.9.0: new: * glsl shader output * windows operating system support * gradient support in sdl output breaking: * some config options are now 0-100 instead of 0-1 due to windows ini not supporting floats
Michael Vetter2023-08-06 19:09:50 +00:00
9a457f9f76
- Update to 0.8.3: bugfixes: * fix some calculations on x-axis label * cavacore: channels where sorted wrong according to doc * fix autosensing sometimes not working improvements: * improved response time by decreasing audio buffer size * add support for alacritty synchronized updates * brought EQ back by popular demand * added support for hex colors and gradient in noncurses mode * add configurable orientation of bars
Michael Vetter2022-11-04 09:08:06 +00:00
29537e6b8a
- Update to 0.8.2: bugfixes: * fix buffer overflow in audio buffer when calling reset_buffer (used in fifo input) * cavacore: fix segfault when setting 0Hz lower cut off * framerate <= 1 msec wait was multiplied by 1000 instead of divided improvements: * cavacore: don't print to stdout or call exit, use error status flag in cava_plan instead * cavacore: add extern C construct for c++ compilers * add license in cavacore header file * remove build dependency on xxd, use incbin instead
Michael Vetter2022-04-25 08:25:24 +00:00
8a8c605bc2
- Update to 0.8.1: * fix critical bug where default config value caused always maxed out bars #447Michael Vetter2022-04-20 18:59:56 +00:00
ebf7aad181
- Update to 0.8.0: breaking changes: * split out core functionality in separate library cavacore see CAVACORE.md for details * removed ignore config option * merge gravity and integral config option to "noise reduction" improvements: * use double precision all the way, improves details in visualization. * increase buffer sizes for large sample rates 96k++ * noise filters should now scale better with resolution and framerate * embed default config file and populate on first launch instead of installing it * Add new output format, noritake VFD bitmap bugfixes: * fixed some potential buffer overflows * fix some bugs in sdl output
Michael Vetter2022-04-12 07:27:08 +00:00
1d80604718
- Update to 0.7.5: improvements: * added sdl output support * better smoothing on higher resolutions, better scaling bugfixes: * fixed buffer overflow in shmem input * fixed bug where freebsd was not detected as supported os during autoconf other: * removed bundled iniparser
Michael Vetter2022-02-01 13:22:03 +00:00
54312e72fa
- Update to 0.7.4: improvements: * added faster autosens at startup bugfixes: * better installation of custom console font * suppress error about vla parameter introduced in gcc11 or 10?
Michael Vetter2021-05-19 06:54:00 +00:00
76bb80d619
- Update to 0.7.1: improvements: * set default gradient colors instead of exiting when not defined. bugfixes: * minor memory leak in ncurses * fix warnings when building on macos * updated macos building instructions
Michael Vetter2020-06-25 07:05:22 +00:00
ea445bbdfd
Accepting request 809688 from multimedia:apps
Yuchen Lin2020-05-28 07:20:35 +00:00
34729275e6
- Update 0.7.0: Breaking changes: * Reworked noncurses output mode and made it default. The reworked noncurses mode uses a custom framebuffer technique that only draws changes per frame and only writes to the terminal once per frame. This results in far less cpu usage then ncurses. It is also free of the flickering that we see in ncurses mode #196 * Colors are no longer set by default so hopefully cava will change color automatically in noncurses mode when using tools such as pywall #340#181 * Unfortunately html colors, gradient and key controls are not supported in noncurses. Other improvements: * separated bass, midtones and treble in to separate fftw operations
Michael Vetter2020-05-27 20:38:11 +00:00
df53311bf3
- Update to 0.6.1: new features: * sndio backend bug fixes: * Fix fftw_complex usage, drastically improving visualization * better cleanup and exiting * added a check to see if pulseaudio is running * fixed bug preventing color in noncurses mode from working * Fix build errors and warnings if not using ncurses * Generally improved fifo input and raw output
Michael Vetter2018-05-06 08:29:39 +00:00
e825ccf244
- Update to 0.6.0: * Autosens of low values (dynamic range) * Removed config parameter 'overshoot' * Removed config parameter 'mode' * New config parameter 'waves' * Changed config parameter 'style' to 'channels' (was either 'mono' or 'stereo' anyway) * Parameters 'integral' and 'gravity' are now in percentage
Michael Vetter2017-08-28 13:03:23 +00:00
e24e9dc99d
- Update to 0.5.0: new features: * gradient bugfixes: * memory leak * increased config reload speed * raw output not goint to /dev/stdout
Michael Vetter2017-08-19 09:07:53 +00:00
0c19f2e8c9
- Update to 0.4.3: new features: * support for more colors in ncurses output. bugfixes: * fixed bug where sensing of low values was done even when no sound * fixed bug in raw output bit format check * add a check for too many bars >200 - Remove because contained in new version: * cava-remove-nested-functions.patch * cava-font.patch
Michael Vetter2017-04-28 19:13:13 +00:00
a89e495b93
Accepting request 483255 from multimedia:apps
Yuchen Lin2017-04-07 12:20:41 +00:00