I'm using the following code below to get all the information from a wave file. Once this code is executed how can put all this information into an array with a format of binary or hex.
Private Sub Command1_Click()
Dim MyInt As Integer
Dim MyByte As Byte
Dim MyStr As String * 4
Dim...
I'm using the code in the following website http://www.missouri.edu/~finaidtk/wavinfo.htm
I'm using it to retrieve a wave file's inforamtion( Data, sampling frequecy,etc..). Can someone take a look at this code and tell me where the information is and how I can insert this information into an...
I'm currentaly trying to store all the wave files information in a 8bit Hex format. Can anyone help me out with some code that loads any wave file and does the necessary storing and formating?
Hi, I'm currentaly trying to figure out how to load a wave file (where I'm at now) and capture the data in the wave file into an array. Can anyone help me?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.