From 44116ec6bf4b54c065d2fa0e696d227ec30549a2 Mon Sep 17 00:00:00 2001 From: Phil Burk Date: Tue, 7 Jan 2020 14:27:27 -0800 Subject: oboe: pass through onError*Close calls From child stream to filtered proxy stream. Needed when doing sample rate conversion, or format or channel conversion in Oboe. Fixes #752 --- include/oboe/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/oboe/Version.h b/include/oboe/Version.h index aef6eb9b..900d17e6 100644 --- a/include/oboe/Version.h +++ b/include/oboe/Version.h @@ -37,7 +37,7 @@ #define OBOE_VERSION_MINOR 3 // Type: 16-bit unsigned int. Min value: 0 Max value: 65535. See below for description. -#define OBOE_VERSION_PATCH 0 +#define OBOE_VERSION_PATCH 1 #define OBOE_STRINGIFY(x) #x #define OBOE_TOSTRING(x) OBOE_STRINGIFY(x) -- cgit v1.2.3 From 58bce97b24e6a49413d0d4b77b1eeb71d387ec18 Mon Sep 17 00:00:00 2001 From: Phil Burk Date: Mon, 27 Jan 2020 07:07:10 -0800 Subject: bump oboe version to 1.3.2 After rate dependent buffer sizes for OpenSL ES. --- include/oboe/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/oboe/Version.h b/include/oboe/Version.h index 900d17e6..fcd4c5b7 100644 --- a/include/oboe/Version.h +++ b/include/oboe/Version.h @@ -37,7 +37,7 @@ #define OBOE_VERSION_MINOR 3 // Type: 16-bit unsigned int. Min value: 0 Max value: 65535. See below for description. -#define OBOE_VERSION_PATCH 1 +#define OBOE_VERSION_PATCH 2 #define OBOE_STRINGIFY(x) #x #define OBOE_TOSTRING(x) OBOE_STRINGIFY(x) -- cgit v1.2.3