Noriah Catnip Versions Save

terminal audio visualizer for linux/unix/macOS/windblows*

v1.8.5

2 months ago

A few additions and more fixes

Quality of life improvements.. for the most part.

  • Improve support for tmux
  • Fix ffmpeg on mac with new tags
  • Improve display logic
  • Fix NaN issues
  • Add new drawing methods
  • Add controls to change smoothing method at runtime

Full Changelog: https://github.com/noriah/catnip/compare/v1.8.0...v1.8.5

v1.8.0

1 year ago

Quality of life improvements

  • Remapped keys away from arrow keys
  • Moved output scaling code into display package
  • Fixed incorrect standard deviation calculation in util.MovingWindow
  • Added new smoothing methods
  • Added ability to reset scaling
  • Added default backend selection based on runtime.GOOS

Even as I write this, my cat is trying to lick the speakers.

Full Changelog: https://github.com/noriah/catnip/compare/v1.7.0...v1.8.0

v1.7.0

1 year ago

Major Structural changes and Pipewire support

  • Added Pipewire support
  • Refactored processor to handle generic solutions
  • Moved command to its own directory
  • Made main method useful outside cantnip

PRs

Full Changelog: https://github.com/noriah/catnip/compare/v1.6.2...v1.7.0

v1.6.2

2 years ago

New drawing methods.

  • Left
  • Right

Invert bin drawing direction.

Full Changelog: https://github.com/noriah/catnip/compare/v1.6.0...v1.6.2

v1.6.0

2 years ago

CGO Dependency default behavior changed

CGO Dependencies now are disabled by default on all platforms.

Enable with:

  • portaudio: -tags withportaudio
  • fftw: -tags withfftw

Example:

  • go run -tags withportaudio . -b ... - With portaudio
  • go run -tags withfftw . -b ... - With fftw
  • go run -tags withfftw,withportaudio . -b ... - With portaudio and fftw

Full Changelog: https://github.com/noriah/catnip/compare/v1.5.0...v1.6.0

v1.5.0

2 years ago

minor version bump - many fixes

  • smoother ticking
  • support for windows DirectShow
  • custom fps value
  • vertical draw layout
  • structure rework
  • faster bin processing

and more i forgot about.

Full Changelog: https://github.com/noriah/catnip/compare/v1.0.0...v1.5.0

v1.0.0

3 years ago

first official release of catnip (previously tavis)