From 7f0d104a37b7ddb9619a9b970c59406f6671a1b0 Mon Sep 17 00:00:00 2001 From: Sam Chesney Date: Mon, 16 Jan 2017 17:16:35 +0000 Subject: [PATCH] Bump version and update CHANGELOG after merge --- CHANGELOG.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c5158083..e0825b85 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,13 +1,18 @@ sc_usb_audio Change Log ======================= +7.0.2 +----- + - ADDED: I2S output down-sampling (I2S_DOWNSAMPLE_FACTOR_OUT) + - CHANGE: Rename I2S input down-sampling (I2S_DOWNSAMPLE_FACTOR to I2S_DOWNSAMPLE_FACTOR_IN) + 7.0.1 ----- - RESOLVED: PDM microphone decimation issue at some sample rates caused by integration 7.0.0 ------ - - ADDED: I2S down-sampling (I2S_DOWNSAMPLE_FACTOR_IN) + - ADDED: I2S down-sampling (I2S_DOWNSAMPLE_FACTOR) - ADDED: I2S resynchronisation when in slave mode (CODEC_MASTER=1) - CHANGE: Various memory optimisations when MAX_FREQ = MIN_FREQ - CHANGE: Memory optimisations in audio buffering