GLBasic forum

Main forum => GLBasic - en => Topic started by: spudgunjake on 2012-Nov-22

Title: Need to record sound on android phone device
Post by: spudgunjake on 2012-Nov-22
I need to record sound, but cant see anything that does it, Yes I know there's a small piece of code which uses a dll, but that doesn't work on android phone, only windows.  see http://www.glbasic.com/showroom.php?game=SoundRecorder&lang=en

I am amazed that GLBasic has no option to do this, or there's no code on here, If i'm wrong, sorry. It would be nice to have it as standard.

Can any one help, I need to write a app that records sounds.

Best regards John.

Keep up the good work.
Title: Re: Need to record sound on android phone device
Post by: mentalthink on 2012-Nov-22
Hi Welcome!!!

I think you have to use real Xcode "Objective - C" and GLBasic joining...

In the forum you can find some manner to do it... I think not it's too much complex but I donĀ“t make complex things using objective-C and GLbasic...

Perhaps someone answer your question... but in the forum you can find info...

Regards, and welcome to the Community.
Title: Re: Need to record sound on android phone device
Post by: bigsofty on 2012-Nov-23
On Android, you may need to access the SDL Mixer via some inline C++ to access recording. Gernot did mention beefing up the sound commands though, maybe he is the guy to ask?
Title: Re: Need to record sound on android phone device
Post by: spudgunjake on 2012-Nov-26
thanks for the direction