Robert Osfield wrote:
OpenAL and other dedicated audio libs would certainly be a better bet
for handling multiple videos.  We just need to code up such a
solution.

Hi, Robert,

If I were to implement an OpenAL AudioSink, I'd imagine you'd want it to be a plugin (so the OSG can still be compiled without OpenAL). How would you envision this plugin being tied in to the core? I started on an OpenAL plugin last week, but I hit a wall when trying to figure out how to do this.

The ReaderWriter interface works great for file-based plugins, but the AudioSink seems like it's different enough that a new kind of interface is needed. Do you agree? If so, would this interface also live in osgDB? Would it be part of Registry, like ReaderWriter, DotOsgWrapper, etc.?

Any other thoughts?

--"J"

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to