Page 1 of 1

audio recording in Mac os x

Posted: Mon Dec 30, 2013 6:24 am
by Manju123
Hi there,

How to record the sounds and audios in Mac os x,please help me.

Thanks,
Manjula

Re: audio recording in Mac os x

Posted: Mon Dec 30, 2013 6:31 am
by Simon
Hi Manjula,
Have you searched on "Record" in the dictionary? 3rd one down in the list.
Here is a great resource for learning liveCode
http://www.hyperactivesw.com/revscriptc ... ences.html

Simon

Re: audio recording in Mac os x

Posted: Mon Dec 30, 2013 6:48 am
by Manju123
Hi Simon.

I have used "record sound file filePath ".It is working in windows,but not working in Mac os x.

can u help me using of audacity recorder in Mac os x with livecode.

Thanks,
Manjula

Re: audio recording in Mac os x

Posted: Mon Dec 30, 2013 1:07 pm
by jmburnod
Hi Manjula,
help me using of audacity recorder in Mac os x with livecode
Yes. :D
I use this:

Code: Select all

global gPathSoundEditor
on mouseUp
   answer file "Open a sound editor"
   if it = empty then exit mouseUp
   put it into gPathSoundEditor
   launch gPathSoundEditor
end mouseUp
Best regards
Jean-Marc

Re: audio recording in Mac os x

Posted: Mon Dec 30, 2013 1:26 pm
by Manju123
Hi Marc,
We are trying to develop the audio recording panel using livecode with external libraries like audacity or quicktime player.
We don't want other software panels in our project.

Thanks,
Manjula

Re: audio recording in Mac os x

Posted: Mon Dec 30, 2013 1:53 pm
by Dixie
The 'record sound' command 'does' work under macOSX...
I have just tried it using OSX 10.9, LC 6.5.1... no problems

Re: audio recording in Mac os x

Posted: Thu Jan 02, 2014 7:27 am
by Manju123
Hi Dixie,

I have configured my system in to os x 10.9 version with livecode version 6.5.1 and run the given code.
But its not working.....

Thanks,
Manjula

Re: audio recording in Mac os x

Posted: Mon Jan 06, 2014 6:23 am
by Manju123
Hi there,

Is there any solution for recording sounds in mac os x with livecode,please help me.

Thanks,
Manjula

Re: audio recording in Mac os x

Posted: Mon Jan 06, 2014 1:51 pm
by Klaus
Hi Manjula,

just tested Dixie's stack on my OS X 10.9.1 and LC 6.5.1 and it worked right "out of the box"!

But "It is not working" is not very helpful actually 8)
Do you get any error dialogs? Did you try to recored to another file (path)?
Default is the folder with the stack.

There is no other sound recording solution for Livecode.


Best

Klaus

Re: audio recording in Mac os x

Posted: Tue Jan 07, 2014 8:25 am
by Manju123
Hi Klaus,
Sorry to say this its not working in my machine.


This is my system configuration:
Mac mini
Mid 2011

Processor 2.3 GHz Intel Core i5
Memory 2 GB 1333 MHz DDR3
Graphics Intel HD Graphics 3000 288 MB
Software OS X 10.9 (13A603)

I have opened the code with livecode 6.5.1 (rc2).
Iam able to see the sound file created by the livecode,but audio file does not contains any voice that i recorded.
And I have checked my mic in control panel and in skype also,mic is working properly for those applications.
Only for livecode iam getting error.

Thanks,
Manjula

Re: audio recording in Mac os x

Posted: Tue Jan 07, 2014 1:06 pm
by Klaus
Hi Manjula,
Manju123 wrote:Only for livecode iam getting error.
it MIGHT be helpful if you tell us what the error dialog told you! 8)


Best

Klaus