Recording sound (iPhone)

Previous topic - Next topic

play_app

Hi all,
I am going to create an App for iphone, it is just a (Taking Tom) clone, so I need to record sound and then play it back. :whistle:
Does any own know how to record sound? O_O
thanks,

Ian Price

You'd have to use an external lib to do that with GLBasic, as there are no commands/functions that allow access to the mic built in.
I came. I saw. I played.

play_app

Quote from: Ian Price on 2012-Dec-27
You'd have to use an external lib to do that with GLBasic, as there are no commands/functions that allow access to the mic built in.

so, did you know any (external lib) that work with glbasic? O_O
thanks,

matchy

Why don't you create a wrapper for us, play_app?

play_app

can i use .DLL with GLBasic for iPhone not windows?  O_O i mean is it possible to (Use DLL for iphone game in glbasic)?

trucidare

all custom ios libs have to be static.
MacBook Pro 2,2 GHz Core 2 Duo, 4 GB RAM, 160 GB HDD, 8600M GT
Core i3 - 3,07 GHz, 8 GB Ram, 2.5 TB HDD, Geforce GTX 260+ OC

matchy

No but I can help you with the wrapper; have you made one? You will need to recompile, in general, cpp and, for ios, objc source libraries.