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. > > I believe it was about $10 or $15. > > I ran into one problem with the class - There was an encoding problem with > sound file names that caused it to fail if the files were named with > non-ASCII characters. This was a pain since I was making a pronunciation > guide for Spanish words. > > Aside from that, it worked very well. I have no idea if it will work with > RB2005 or newer or with OSX (or Windows or Linux)
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 _______________________________________________ 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>
