Click to See Complete Forum and Search --> : VB Sound Controls
Deity
April 4th, 2001, 12:31 PM
Can anybody suggest a VB 6.0 control to help with sound implementation? I think just simple play, record, stop, etc., is sufficient. I looked at the MS Multimedia Control, but I would like to know if anybody knows of another or a better way.
Thanks.
SubZero
April 4th, 2001, 12:37 PM
Check here: http://www.karenware.com/
She has an alarm clock program that allows you to wake to a CD track. You could check out the source to that program.
Deity
April 4th, 2001, 12:45 PM
Would the same methods or properties apply to WAV creation and playback as from the CD playback you referred to?
Deity
April 4th, 2001, 12:50 PM
More specifically, the record will come from a microphone off the sound card.
SubZero
April 4th, 2001, 01:08 PM
Well, I think that she allows for playback of .wav files, but recording a wav, I'll have to do some research.
Originally posted by Deity:
Would the same methods or properties apply to WAV creation and playback as from the CD playback you referred to?
Imon Fyre
April 4th, 2001, 02:01 PM
the only thing i can think of diety is to goto www.activex.com (http://www.activex.com) and try to find a control there to suit your needs. but the control that is bundled with vb 6 should do what you want..you just gotta know how to play with settings :cool:
Deity
April 5th, 2001, 02:37 PM
Thanks for the info everybody. I guess I'll just use the MCI controls that come with VB. Was just hoping for an easier way. :)
opiate
April 7th, 2001, 06:50 PM
Find sample source code.......Good Site! (http://planetsourcecode.com)