ecore_audio: Add support for libsndfile
authorDaniel Willmann <d.willmann@samsung.com>
Fri, 14 Dec 2012 23:38:11 +0000 (23:38 +0000)
committerDaniel Willmann <daniel@totalueberwachung.de>
Fri, 14 Dec 2012 23:38:11 +0000 (23:38 +0000)
commit8c96a841e49ce22eaddd912f78449e506a51b1d8
tree3faf559dfd119fc4ed2826e598461c3b8551d9d8
parent9293581c62375c3a94c25eaf3c6f601414f05381
ecore_audio: Add support for libsndfile

Allows reading from and writing to wav, ogg, etc. files. Support for
virtual IO as well to allow playing sounds from eet, which will be
needed in edje multisense.

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