Re: Memory backend and multiple instances

Juan Font <[email protected]> Mon, 18 Jun 2012 21:36:49 +0200
Newsgroups gmane.comp.lib.openal
Message-ID <CAMQDFK0BnRDgZjHU8s6=Sq_67YvarZb5ePhvEb6J=D3nQn7w1A@mail.gmail.com>
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 <[email protected]>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
> [email protected]
> http://opensource.creative.com/mailman/listinfo/openal
>

_______________________________________________
Openal mailing list
[email protected]
http://opensource.creative.com/mailman/listinfo/openal