Jump to content

"MVS" to "WAV"


Guest Guest_danny_*

Recommended Posts

Guest Guest_danny_*

I converted "Msv" to "wav" format.

and write a code to get the size of data from wav file.

code :

MyFile->Seek(40,soFromBeginning);

MyFile->Read(&SizeOfData,sizeof(DWORD));

 

the size of SizeOfData return is very large.

I use same method for other wave files is no problem.

Any suggestion.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...