Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MCI // Wav Files

Status
Not open for further replies.

SiJP

Programmer
May 8, 2002
708
GB
I use VB to create WAV files of user's voices:

lngResult = mciSendString(sendString, returnString, lLength, lCallback)

This works fine in my development environment, but the problem comes when trying to play these files.

When I try and play the file back in WMP 10, I get told I that the relevant codec cant be found etc. If I try and play the file in winamp, I have no such problems.

All my beta clients experience the same problem.

So whats up with the codec? This is an MS library I'm using to create the wav with am I not (winmm.dll)?

Advice would be a god send..

Thanks,



------------------------
Hit any User to continue
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top