4

I'm looking to start learning the basics of OpenSL ES without getting into the whole Android business. Is there no tutorials describing the process of setting up OpenSL, as there are for OpenAL?

I am using Ubuntu.

IamPolaris
  • 1,021
  • 2
  • 10
  • 19

1 Answers1

0

ES stands for Embedded Systems, so it's mst likely targeting mobile devices, not so much desktop PC's.

So its is not generally available for Desktop machines (OpenSL ES - Embedded Audio Acceleration). : http://www.khronos.org/opensles/

Software_Designer
  • 8,490
  • 3
  • 24
  • 28
  • 2
    This was what I expected to hear. This saddens me, because the OpenSL ES looks like it has a heck of alot of cool built in stuff like midi that something like OpenAL doesn't have. Is there not an OpenSL Non-ES version? – IamPolaris Dec 29 '11 at 23:22