[SoundManager] Problems with ov_read

Problems building or running the engine, queries about how to use features etc.
Post Reply
glethien
Gnoblar
Posts: 16
Joined: Thu May 12, 2011 6:27 pm
x 4

[SoundManager] Problems with ov_read

Post by glethien »

Hey guys,
I'm trying to make some noise with OGRE!
After searching some time, I've found "SoundManager". Looked pretty nice, loading multiple ogg sound files...
I've downloaded it and tried to load file into the SoundManager... nothing... sometimes the method ov_fopen called in the SoundManager::loadOgg doesn't work or the call of ov_read isn't working right... Both times I get segmentation fault.

In nearly every post I've read they say: working great! But they are using Windows. I'm using Ubuntu 10.10 with PulseAudio.

Untill now I've never heard a noise....

Besides: I am trying to get the sample code working!

I need help!
garvek
Gnoblar
Posts: 8
Joined: Sat Nov 29, 2008 11:50 am

Re: [SoundManager] Problems with ov_read

Post by garvek »

Hello,

Sound is something totally independant from graphics rendering, since Ogre forums will help only about Ogre matter, you may have better support from the forums / wiki of the SoundManager's.
User avatar
DanielSefton
Ogre Magi
Posts: 1235
Joined: Fri Oct 26, 2007 12:36 am
Location: Mountain View, CA
x 10
Contact:

Re: [SoundManager] Problems with ov_read

Post by DanielSefton »

The SoundManager is way out of date. I suggest using either OgreAL, OgreOggSound or cAudio.
glethien
Gnoblar
Posts: 16
Joined: Thu May 12, 2011 6:27 pm
x 4

Re: [SoundManager] Problems with ov_read

Post by glethien »

Thanks it's working fine!!!! I can hear a sound!
Post Reply