audio recording in Mac os x

Deploying to Mac OS? Ask Mac OS specific questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Manju123
Posts: 11
Joined: Mon Dec 30, 2013 6:08 am

audio recording in Mac os x

Post by Manju123 » Mon Dec 30, 2013 6:24 am

Hi there,

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

Thanks,
Manjula

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: audio recording in Mac os x

Post by Simon » Mon Dec 30, 2013 6:31 am

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
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

Manju123
Posts: 11
Joined: Mon Dec 30, 2013 6:08 am

Re: audio recording in Mac os x

Post by Manju123 » Mon Dec 30, 2013 6:48 am

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

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2729
Joined: Sat Dec 22, 2007 5:35 pm
Contact:

Re: audio recording in Mac os x

Post by jmburnod » Mon Dec 30, 2013 1:07 pm

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
https://alternatic.ch

Manju123
Posts: 11
Joined: Mon Dec 30, 2013 6:08 am

Re: audio recording in Mac os x

Post by Manju123 » Mon Dec 30, 2013 1:26 pm

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

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am

Re: audio recording in Mac os x

Post by Dixie » Mon Dec 30, 2013 1:53 pm

The 'record sound' command 'does' work under macOSX...
I have just tried it using OSX 10.9, LC 6.5.1... no problems
Attachments
recordsound.livecode.zip
(1.14 KiB) Downloaded 367 times

Manju123
Posts: 11
Joined: Mon Dec 30, 2013 6:08 am

Re: audio recording in Mac os x

Post by Manju123 » Thu Jan 02, 2014 7:27 am

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

Manju123
Posts: 11
Joined: Mon Dec 30, 2013 6:08 am

Re: audio recording in Mac os x

Post by Manju123 » Mon Jan 06, 2014 6:23 am

Hi there,

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

Thanks,
Manjula

Klaus
Posts: 14182
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: audio recording in Mac os x

Post by Klaus » Mon Jan 06, 2014 1:51 pm

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

Manju123
Posts: 11
Joined: Mon Dec 30, 2013 6:08 am

Re: audio recording in Mac os x

Post by Manju123 » Tue Jan 07, 2014 8:25 am

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

Klaus
Posts: 14182
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: audio recording in Mac os x

Post by Klaus » Tue Jan 07, 2014 1:06 pm

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

Post Reply