summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-04 21:51:54 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-05 00:25:08 +0100
commitf227d182fa5a829fdeabf9eca8f33da5ce7f4e0d (patch)
tree753bbb75ed9a41d5b01967a2c16667285abae42a /ChangeLog
parentaf7196df44dc81c7ab48486ca270f4036fb8bbfd (diff)
Use libsamplerate for resampling instead of FFmpeg / libsoxr.
libsoxr was crashing on Windows and seems somewhat unmaintained.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aefa39a91..6583113a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2015-09-04 Carl Hetherington <cth@carlh.net>
+ * Use libsamplerate for resampling instead
+ of FFmpeg / libsoxr.
+
* Fix audio mapping view changing size
on first click.