Revisions of cava

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1143715 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 18)
- Update to 0.10.1:
  * JACK support
  * default to pulseaudio before sndio
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1137795 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 17)
- Update to 0.10.0:
  * OSS input backend and general improved FreeBSD support
  * pipewire default if supported
  * noncurses is now default
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1105880 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 16)
- bsc#1214255: Additionally to libpulse-devel also buildrequire
  pipewire-devel to enable build with pipewire support
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1103709 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 15)
- Update to 0.9.1:
  * hardcoded pipewire include flags #519
  * default input wrongly set to alsa instead of pulseaudio/pipewire #518
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1102598 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 14)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1033470 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 13)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 972509 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 12)
- 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

- Update to 0.8.1:
  * fix critical bug where default config value caused always maxed
    out bars #447

- 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:
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 950438 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 11)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 894224 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 10)
- 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?
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 840230 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 9)
- Update to 0.7.3:
  Improvements:
  * Added Hann windowing and proper ring buffer (this improves visualisation
  significantly!)
  * Added mutex lock on write to fftw input buffers and fftw execute (this
    removes som glitches)
  * Improved portaudio audio input
  * #370 made timeout configurable
  * ncurses mode is now default again
  * #379 removed key controls from noncurses to fix strange beaviour
  * Added config option: x-axis scale (frequency) #289
  Bugfixes:
  * #375 shmem audio input
  * #377 small memory leak
  * #385 fix eq
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 818311 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 8)
- Update to 0.7.2:
  improvements:
  * added key controls for noncurses mode #364
  bugfixes:
  * fix drawing of background color for noncurses mode
  * fix install on macos #365
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 816962 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 7)
- 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
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 809688 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 6)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 604592 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 5)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 519129 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 4)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 517924 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 3)
- Update to 0.5.0:
  new features:
  * gradient
  bugfixes:
  * memory leak
  * increased config reload speed
  * raw output not goint to /dev/stdout
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 483255 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 1)
Please check if the brequires on kbd is correct.
Displaying all 18 revisions
openSUSE Build Service is sponsored by