On Mar 19, 2006, at 8:58 AM, Chris Little wrote:

on 3/19/06 10:54 AM, D Jungk at [EMAIL PROTECTED] wrote:

On Sunday 19 March 2006 6:52 am, d3nn1as wrote:
Hi!

Is there any way to record from a microphone with realbasic?
Hi,
I was able to do this with RB5.0 or 5.5 using a class called
BESTQTAudioRecorder which I found on the Internet.

It's been some time since I used it, but going from memory:

It will let you record sounds from a microphone and save them as QT movie
files.



Audio recording via QuickTime doesn't work on Windows. Personal experience from trying to get a cross-platform C++ app to record audio. We ended up using the MCI interface. There are lots of examples of that code (C ++ and
VB) on the net and it should be easy to use with declares.

Even on Mac you should be able to write the QuickTime code using declares.
The callbacks will be interesting but possible.  I think.

Chris

There certainly are plugins that will record audio (and/or video) via QT if you don't want to do all the declares work. Search for QTPlugin or MBS plugin, which both work great for this purpose on OSX. Supposedly QTPlugin version 4 has support for Windows but I've not tried it lately. The MBS plugin does have support for MCI on Windows so you should be able to get something that way if QT doesn't work out.

Greg
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to