OSDN Git Service

Add audio_utils FIFO library
authorGlenn Kasten <gkasten@google.com>
Tue, 6 Jan 2015 22:13:13 +0000 (14:13 -0800)
committerGlenn Kasten <gkasten@google.com>
Thu, 15 Jan 2015 17:04:17 +0000 (09:04 -0800)
commit4073e8eb55070782d6a18c44d458525773c468f6
tree9f3b86db87542520fa9047861e9b280c4352b315
parentebf83419ebcccb19a265529427aa111d051333ee
Add audio_utils FIFO library

This enables simple uses without requiring the (relatively complex) NBAIO structure.

Change-Id: Ia8cfeb4460cc9f5f41da70ae3e917b89fb745bb9
audio_utils/Android.mk
audio_utils/fifo.c [new file with mode: 0644]
audio_utils/include/audio_utils/fifo.h [new file with mode: 0644]