I've been working on the project of my own game using Irrlicht engine. I've decided to use FMOD library to manage sounds and then I realised that I'll also need to put some videos in my game. I didn't know what library should I use. I read about two of them, which are, I think, the most interesting to me and my project: ffmpeg and Theora. Finally, I chose Theora, because it seemed to be nice and simple to use. To be honest, I don't know anything about dealing with videos. But I've just found a nice solution how to simply integrate Theora with Irrlicht engine reading this topic: http://irrlicht.sourceforge.net/forum/v ... hp?t=38121 So, I've used the code witten there to create my own VideoPlayer class. After all it works well, but the problem is that it doesn't provide any sounds while playing a clip. As I said - I've never worked with videos, CODEC's and the other that stuff before. And that's why I'm stuck - I tried to google some ideas or solutions of my problem, but I found nothing interesting. I also tried to dedeuce the method of loading sounds while reading the Theora examples source. But I have no idea how to pass the audio to FMOD. I'm not a kind of an outstanding programmer

I will be glad if you tell me how could I improve my VideoPlayer class to deal with video sound. Please, explain me what should I do to load audio from my clip and pass it to FMOD to be finally played.
Thanks
