Need help with audiere.h

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Need help with audiere.h

Post by afecelis »

I'm trying to compile the "techdemo" example but I got an error message_
fatal error C1083: Cannot open include file: 'audiere.h': No such file or directory

I already downloaded audiere.h from sourceforge and added it to the techdemo files but I still get the error.

What's the proper way to include it so that the compilation finds it?

thnx!
Image
keless
Posts: 805
Joined: Mon Dec 15, 2003 10:37 pm
Location: Los Angeles, California, USA

Post by keless »

what IDE are you using?
a screen cap is worth 0x100000 DWORDS
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

MsVC++ 6.0

any ideas?
Image
Acki

Post by Acki »

Well, Audiere is a seperate project for playing waves.
You can download it here: http://audiere.sourceforge.net/


CU, Acki
Acki

Post by Acki »

Acki wrote:Well, Audiere is a seperate project for playing waves.
You can download it here: http://audiere.sourceforge.net/
Sorry, you allready have it... ;)
Did you include it like the Irrlicht engine (Audiere\include and Audiere\libs) ???
I mean the setup from the IDE...
Do it the way you did with Irrlicht and it should work (for me it works fine)

CU, Acki
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

I'll set it up right now.

Thanks
Image
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

Ok, I created a folder called AudiereSDK and uncompressed the source there. Then I configured Msvc's options to include the Include and Lib folders (the ones located in "third-party-vc6" folder of the source). I didn't know if I should just add the Include folder or be more specific and select FLAC FLAC++ OGG or VORBIS folder. I opened techdemo.dsw and added audiere.h to the project's files. I compiled and got the following error:

LINK : fatal error LNK1104: cannot open file "audiere.lib"

I looked all over the source but ther'e no trace of audiere.lib

any ideas?

oh, I forgot, Acki, thnx for enrouting me.
Image
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

Ok, I was able to get audiere.lib

I had to compile the audiere src first and then copy the .lib created into Audiere's "lib" folder so that Irrlicht could find it.

Now I got my own audiere.dll and techdemo.exe that compiled fine!!! great!

thnx for all the help!

I get a new surprise every second with this engine.

kewl!

ps. Has OpenAL been considered as the sdk for audio?
Until now, I had never heard of audiere before; although it looks cool and It's got support for all the major formats.

:wink:
Image
Post Reply