Ok, stupid simple question.  How do I record audio from a microphone.
I have tried;
button "record" with code:
on mouseUp
  record sound file "testing.wav"
end mouseUp
button "stop" with code:
on mouseUp
  stop recording
end mouseUp
button "play" with code:
on mouseUp
  play "testing.wav"
end mouseUp
(there is no testing.wav being created so button 3 is really irrelevant)
button "recording?" with code:
on mouseUp
  answer recording
end mouseUp
(to test whether Rev is recording, always says false no matter what I've tried)
I've tried many different approaches but this seems the simplest program to test audio recording, this is just a test stack with no card or stack scripts and no other scripts outside those buttons.
			
			
									
									
						recording a sound
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
- 
				Janschenkel
- VIP Livecode Opensource Backer 
- Posts: 977
- Joined: Sat Apr 08, 2006 7:47 am
- Contact:
Sound recording requires that you have QuickTime installed.
What operating system, os version, quicktime version and Rev version are you using?
Jan Schenkel.
			
			
									
									What operating system, os version, quicktime version and Rev version are you using?
Jan Schenkel.
Quartam Reports & PDF Library for LiveCode
www.quartam.com
						www.quartam.com
- 
				Drachen Jager
- Posts: 20
- Joined: Tue Aug 28, 2007 9:23 pm