Skip to content

v2.2.0

Choose a tag to compare

@tassaron tassaron released this 22 Jan 23:02
· 7 commits to master since this release

Update Image and Conway's Game of Life components

This is our first release on PyPI! Thanks to @aeliton for creating our new pyproject.toml file.

Installation

Install the latest version from PyPI using pipx install audio-visualizer-python

New features

  • Image component v2 - now has the option to "respond to audio" (scale up and down slightly in response to input audio) and additional scale/stretch options
  • Conway's Game of Life v2 - cells now pulsate in response to audio, fade smoothly between iterations, and a new kaleidoscope option provides some mirrored visual effects

Technical changes

  • Fixed #89 - Undoing/redoing Image scale setting causes crash
  • Fixed #91 - Conway does not react to input audio
  • Added 24 new unit tests