From 120130a4cdeac0e7a648b75386b1db0da8267821 Mon Sep 17 00:00:00 2001 From: bbcallen Date: Sat, 4 Jan 2014 21:39:20 +0800 Subject: [PATCH] NEWS.md: mention AudioQueue api --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 1e8ae22d..3220ac66 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,8 @@ Changes between 0.0.7 and 0.0.6: - ffmpeg: switch to n2.1 base - ios: fix possible block on ijkmp_pause - ios: set CAEAGLLayer.contentsScale to avoid bad image on retina devices +- ios: fix handle of AudioSession interruption +- ios: add AudioQueue api as replacement of AudioUnit api Changes between 0.0.6 and 0.0.5: -------------------------------- -- GitLab