Also you may want to try this little hack:-
mergMicrophoneStartRecording test.wav
mergMicrophoneStopRecording
mergMicrophoneStartRecording test.wav
Essentially this starts it recording, then immediately stops recording, and then restarts again.
This should (hopefully) remove the initial pop ...
Search found 4 matches
- Fri Nov 25, 2016 5:05 pm
- Forum: Multimedia
- Topic: recording audio
- Replies: 9
- Views: 16908
- Fri Nov 25, 2016 4:33 pm
- Forum: Multimedia
- Topic: Video capturing in a post QT world
- Replies: 3
- Views: 5912
Re: Video capturing in a post QT world
Thanks Klaus.
Do you know for certain that these MergAV functions work with Mac OSX? I'm not getting any good results so far and it looks like much of it is iOS specific. I'm mostly getting handle not recognised errors.
Also, the dictionary doesn't have any relevant entries that pertain to MergAV ...
Do you know for certain that these MergAV functions work with Mac OSX? I'm not getting any good results so far and it looks like much of it is iOS specific. I'm mostly getting handle not recognised errors.
Also, the dictionary doesn't have any relevant entries that pertain to MergAV ...
- Fri Nov 25, 2016 1:01 pm
- Forum: Multimedia
- Topic: recording audio
- Replies: 9
- Views: 16908
Re: recording audio
This is my own code which works well for a recording button:-
on mouseUp
if mergMicrophoneIsRecording() is true then
mergMicrophoneStopRecording
set the label of button "record" to "Record Audio Now!"
set the backgroundColor of button "record" to "red"
else
mergMicrophoneStartRecording test ...
on mouseUp
if mergMicrophoneIsRecording() is true then
mergMicrophoneStopRecording
set the label of button "record" to "Record Audio Now!"
set the backgroundColor of button "record" to "red"
else
mergMicrophoneStartRecording test ...
- Fri Nov 25, 2016 12:57 pm
- Forum: Multimedia
- Topic: Video capturing in a post QT world
- Replies: 3
- Views: 5912
Video capturing in a post QT world
Hello.
I am somewhat new to LiveCode but so far I'm doing alright.
I've hit a snag however when it comes to video capturing. I'm trying to write some code that will preview and record video directly from my webcam.
I'm using a new MacBook Pro with Livecode 8.1, and none of the example files or ...
I am somewhat new to LiveCode but so far I'm doing alright.
I've hit a snag however when it comes to video capturing. I'm trying to write some code that will preview and record video directly from my webcam.
I'm using a new MacBook Pro with Livecode 8.1, and none of the example files or ...