[Openal] Memory backend and multiple instances

Juan Font juanfontalonso at gmail.com
Mon Jun 18 12:36:49 PDT 2012


Hi,

thanks! That was exactly what I was looking for. I've just finished an
initial implementation and it's working fine (along with
ALC_EXT_thread_local_context
<- very useful too).

Thanks, again :-)

Juan

On Thu, Jun 14, 2012 at 5:31 AM, Chris Robinson <chris.kcat at gmail.com>wrote:

> Hi.
>
> OpenAL Soft 1.14 includes the ability to render audio to a memory buffer,
> using the ALC_SOFT_loopback extension:
> http://kcat.strangesoft.net/openal-extensions/SOFT_loopback.txt
>
> You can create as many loopback devices as you want (using
> alcLoopbackOpenDeviceSOFT), which can each have its own format+context and
> set
> of sources to play. You also specify when and where each device renders
> samples (using alcRenderSamplesSOFT). The format of the rendered audio is
> controlled by the attributes passed to alcCreateContext.
>
> If there's anything more you need or aren't sure of, feel free to ask. :)
> _______________________________________________
> Openal mailing list
> Openal at opensource.creative.com
> http://opensource.creative.com/mailman/listinfo/openal
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://opensource.creative.com/pipermail/openal/attachments/20120618/3aacec64/attachment.html


More information about the Openal mailing list