diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea6f689..098ffaa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+- 1.24.1
+ - Various optimisations
+ - Mic-based control is now slightly smoother
+
+
- 1.24.0
- Add spinners to all effect sliders
- Add spinner to frequency slider
diff --git a/pom.xml b/pom.xml
index 6bbc2c8..d44b9f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
sh.ball
osci-render
- 1.24.0
+ 1.24.1
osci-render
diff --git a/src/main/java/sh/ball/audio/ShapeAudioPlayer.java b/src/main/java/sh/ball/audio/ShapeAudioPlayer.java
index 96c8ae8..4413482 100644
--- a/src/main/java/sh/ball/audio/ShapeAudioPlayer.java
+++ b/src/main/java/sh/ball/audio/ShapeAudioPlayer.java
@@ -57,7 +57,7 @@ public class ShapeAudioPlayer implements AudioPlayer> {
private final Callable audioEngineBuilder;
private final BlockingQueue> frameQueue = new ArrayBlockingQueue<>(BUFFER_SIZE);
private final Map