[RESOLVED] How to play sound from memory using mciSendString APIrecord
VB 6
I know how to play sounds from reading a .wav file but I need to be able to play sounds from memory. I want to load a wave file into a byte array and then be able to play from that array using mciSendString.
Re: How to play sound from memory using mciSendString APIrecord
Well, never mind as I see no one has responded and besides I have switched over to other APIs which allow me to do this so this thread can be put to sleep.