]> git.sesse.net Git - vlc/commit
iOS: audio output module (Based on the AudioQueue API)
authorRomain Goyet <romain.goyet@likid.org>
Sat, 11 Sep 2010 17:17:54 +0000 (19:17 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 15 Sep 2010 23:06:00 +0000 (01:06 +0200)
commitaa9ba2d5df9b2885d9deecb81c7434cb9c1f2417
tree5bd52616cc0f52b8d283450dbfe1b14f11b92256
parentb2e1a820e1e7aa041f2d52bf75d9363c10e0c7ac
iOS: audio output module (Based on the AudioQueue API)

This audio output is still quite young, but works fine on existing iOS devices.
In theory this can also be used on Mac OS X as well, but for now it's not as powerful as the existing CoreAudio driver.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
configure.ac
modules/audio_output/Modules.am
modules/audio_output/audioqueue.c [new file with mode: 0644]