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.
Printable View
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.
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.
Would the same methods or properties apply to WAV creation and playback as from the CD playback you referred to?
More specifically, the record will come from a microphone off the sound card.
Well, I think that she allows for playback of .wav files, but recording a wav, I'll have to do some research.
Quote:
Originally posted by Deity:
Would the same methods or properties apply to WAV creation and playback as from the CD playback you referred to?
the only thing i can think of diety is to goto 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:
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. :)