PDA

View Full Version : FMOD - MAC Version


Himiona
2002.12.02, 04:46 AM
I've posted this in the Audio Forum - but just in case:

I'm working on a title that is using FMOD as the sound engine.

Has anyone seen/heard/created an FMOD player application like the one released for the PC on the FMOD page?
It would save me having to test my sound effects on the PC ;-)

I think I better learn how to program so I can do it myself.

Hmmm.

Himiona

Mars_999
2003.04.20, 02:33 AM
I am gonig to work on one soon as I can figure out whats wrong with my code? I can't get FMOD to compile on my Mac? I had it working fine on my PC. I was thinking of doing a FMOD player in Cocoa.

Himiona
2003.04.20, 02:35 AM
Great to hear - look forward to hearing about it when you get it done.

Take care

H.

miloszwl
2003.04.22, 07:26 AM
All examples in FMOD package are for Carbon and C++ only so if You want to make Cocoa version of player You have troubles.

Use Carbon instead of Cocoa.

w_reade
2003.04.22, 09:36 AM
Or use Carbon for the bits you absolutely have to, and do everything else in Cocoa.

Mars_999
2003.04.25, 11:04 PM
Well I have just helped Brett Paterson over at FMOD fix the issue with Cocoa and FMOD. He said he is planning on releasing 3.63 soon and will include the fix. I have got Cocoa to compile now with FMOD. :wow: