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
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