Skip to content

Commit

Permalink
Update version and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Feb 23, 2024
1 parent b2eff15 commit af49b09
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## [v0.4.7](https://github.com/ideoforms/signalflow/tree/v0.4.7) (2024-02-23)

- Optimized performance of `SineOscillator`, `Sum` and `ChannelMixer` on macOS with vDSP SIMD optimisations
- Added support for `int16` audio devices
- Added `num_channels` param to `AudioIn`
- Reduced `Node` memory usage by allocating buffers more economically
- Fix bug when recreating AudioGraph after destroy()
- Fixed `signalflow` command-line installer by switching to setuptools `entry_points`

## [v0.4.6](https://github.com/ideoforms/signalflow/tree/v0.4.6) (2024-02-16)

- Added `NearestNeighbours`, `KDTree` and `signalflow_analysis` package (including `AudioFeatureBuffer`) for audio feature analysis, latent space navigation and playback
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def build_extension(self, ext):

setup(
name='signalflow',
version='0.4.6',
version='0.4.7',
author='Daniel Jones',
author_email='[email protected]',
description='SignalFlow is a sound synthesis library designed to make it quick and intuitive to explore complex sonic ideas',
Expand Down

0 comments on commit af49b09

Please sign in to comment.