audio recording in Mac os x
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
audio recording in Mac os x
Hi there,
How to record the sounds and audios in Mac os x,please help me.
Thanks,
Manjula
How to record the sounds and audios in Mac os x,please help me.
Thanks,
Manjula
Re: audio recording in Mac os x
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
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!
Re: audio recording in Mac os x
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
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
Hi Manjula,
I use this:
Best regards
Jean-Marc
Yes.help me using of audacity recorder in Mac os x with livecode

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
Jean-Marc
https://alternatic.ch
Re: audio recording in Mac os x
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
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
The 'record sound' command 'does' work under macOSX...
I have just tried it using OSX 10.9, LC 6.5.1... no problems
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
Re: audio recording in Mac os x
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
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
Hi there,
Is there any solution for recording sounds in mac os x with livecode,please help me.
Thanks,
Manjula
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
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
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
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

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
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
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
Hi Manjula,
Best
Klaus
it MIGHT be helpful if you tell us what the error dialog told you!Manju123 wrote:Only for livecode iam getting error.

Best
Klaus