How to use OpenAL audio stream

Defolder,
It was said here that OpenAL supports audio streaming but the github readme doesn’t explain how and the readme’s linked youtube video is a dead link. Does OpenAL really support audio streaming? If not, do I have any other options for streaming audio?
Thanks,
Grify

P.S. in case I was unclear, the use case is adding a system to integrate internet radio into my game

1 Like

@britzl wondering if something like this is possible?

Yes, OpenAL supports streaming, but we do not expose any API for this. You could implement this yourself in an extension though. The OpenAL extension by @sergey.lerg could perhaps be used as a starting point?

2 Likes