SoundPool implementation has been added. 81/74581/15
authoro.danchenko <o.danchenko@samsung.com>
Tue, 14 Jun 2016 20:02:40 +0000 (23:02 +0300)
committero.danchenko <o.danchenko@samsung.com>
Wed, 29 Jun 2016 17:35:03 +0000 (20:35 +0300)
commit015e69523ec3fba82b4984ca1ec5b6cf76a30243
treec59c3c0dfb0ac775d31868bb83f38da4c0dcbb5a
parent121f288e7b6089ea604db56eac7d5f849d53f7b1
SoundPool implementation has been added.

Change-Id: I232a8cc5af30a4b14135d5b75c8b1debd7b71f3e
Signed-off-by: o.danchenko <o.danchenko@samsung.com>
15 files changed:
CMakeLists.txt
include/internal/priority.h [new file with mode: 0644]
include/internal/soundpool.h [new file with mode: 0644]
include/internal/source.h [new file with mode: 0644]
include/internal/stream.h [new file with mode: 0644]
include/internal/stream_cb_manager.h [new file with mode: 0644]
include/sound_pool.h
include/sound_pool_private.h [new file with mode: 0644]
packaging/sound-pool.spec
src/priority.c [new file with mode: 0644]
src/sound_pool.c
src/soundpool.c [new file with mode: 0644]
src/source.c [new file with mode: 0644]
src/stream.c [new file with mode: 0644]
src/stream_cb_manager.c [new file with mode: 0644]