efl: Introducing ecore_audio - the audio API for efl
authorDaniel Willmann <d.willmann@samsung.com>
Fri, 14 Dec 2012 23:38:01 +0000 (23:38 +0000)
committerDaniel Willmann <daniel@totalueberwachung.de>
Fri, 14 Dec 2012 23:38:01 +0000 (23:38 +0000)
commit318a88b61fee007c25e22cfd4d277abe0bbcd7f3
tree3cc7e0237125df615f91dc2667e5a05d2e49bf85
parentb3d9fe931555964c902213539318110e8becb71c
efl: Introducing ecore_audio - the audio API for efl

This is still very much a work in progress, so expect some issues. The
signalling is using ecore events for now - that will change to callbacks
you can register callbacks for events on specific Ecore_Audio_Objects.
EO wasn't there when Ecore_Audio started, but it will probably move to
that in the future.

Otherwise have fun, don't break it (too much) and please send bug
reports and feedback to me.

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 80994
src/lib/ecore_audio/Ecore_Audio.h [new file with mode: 0644]
src/lib/ecore_audio/ecore_audio.c [new file with mode: 0644]
src/lib/ecore_audio/ecore_audio_private.h [new file with mode: 0644]