Results 1 to 13 of 13

Thread: [VB6] - audio(output sound)

Threaded View

  1. #6
    PowerPoster
    Join Date
    Jan 2008
    Posts
    11,074

    Re: [VB6] - audio(output sound)

    This is just a small sample to play WAVE sounds that correspond to the keyboard. You can change it anyway you want to because the sound stuff is all in a Class file so you make the Form code to read and play as you desire


    EDIT

    ..... i can catch half and play half?

    If you are asking if you can load half of a WAVE file and play that half while at same time you load the 2nd half I don't think so because it would be like loading half of a GIF file and show only half of the image. The sound processor needs to have the complete file. Now there is audio streaming which you might want to look up on the net and see if you can find anything about how to do it.
    Last edited by jmsrickland; Aug 18th, 2012 at 05:47 PM.


    Anything I post is an example only and is not intended to be the only solution, the total solution nor the final solution to your request nor do I claim that it is. If you find it useful then it is entirely up to you to make whatever changes necessary you feel are adequate for your purposes.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width