| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelogs:
- 0.10.1: https://github.com/karlstav/cava/releases/tag/0.10.1
- 0.10.0: https://github.com/karlstav/cava/releases/tag/0.10.0
- 0.9.1: https://github.com/karlstav/cava/releases/tag/0.9.1
- 0.9.0: https://github.com/karlstav/cava/releases/tag/0.9.0
- 0.8.3: https://github.com/karlstav/cava/releases/tag/0.8.3
- 0.8.2: https://github.com/karlstav/cava/releases/tag/0.8.2
- 0.8.1: https://github.com/karlstav/cava/releases/tag/0.8.1
- 0.8.0: https://github.com/karlstav/cava/releases/tag/0.8.0
- 0.7.5: https://github.com/karlstav/cava/releases/tag/0.7.5
PR: 276228
Approved by: tcberner (mentor), Adam Jimerson <vendion@gmail.com> (maintainer)
Differential Revision: https://reviews.freebsd.org/D43750
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update from 0.7.1 to 0.7.3 brings several improvements and
bug fixes[1][2]. More important ones are:
- Fix install on macos
- ncurses mode is now default again
- Improved portaudio audio input
- Added Hann windowing and proper ring buffer
[1] https://github.com/karlstav/cava/releases/tag/0.7.3
[2] https://github.com/karlstav/cava/releases/tag/0.7.2
PR: 250862
Submitted by: Adam Jimerson <vendion@gmail.com> (takes maintainership)
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D27091
Notes:
svn path=/head/; revision=555017
|
|
|
|
|
|
|
| |
Changes: https://github.com/karlstav/cava/releases/tag/0.7.0
Notes:
svn path=/head/; revision=537023
|
|
On Linux Cava loads a custom font to display blocks with varying
heights and widths on the Linux console. Provide support for it
on FreeBSD with vt(4) too.
Notes:
svn path=/head/; revision=481208
|