OpenSL ES audio plugin.

Adds support for QAudioOutput, QAudioInput and QAudioDeviceInfo using
OpenSL ES 1.0.1. This plugin is used on Android.

Change-Id: Idf2c22a861e067196f6c5139e51393b086f64183
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
This commit is contained in:
Yoann Lopes
2013-02-28 18:05:57 +01:00
committed by The Qt Project
parent 0a05ae5446
commit 680c9cab91
16 changed files with 2134 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ requires(qtHaveModule(gui))
load(configure)
qtCompileTest(openal)
qtCompileTest(opensles)
win32 {
qtCompileTest(directshow)
qtCompileTest(wmsdk)