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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: clarkm2
  • Content: Threads
  • Order by date
  1. clarkm2

    WaveInfo

    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...
  2. clarkm2

    Wave information

    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...
  3. clarkm2

    Wave

    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?
  4. clarkm2

    Wave Data

    I need some code to open an existing wave file and transfer the data into an array. Thanks
  5. clarkm2

    Wave Data

    How can I open a wave file and transfer the data into an array? Also I need to convert the format to binary, can anyone help?
  6. clarkm2

    Multimedia

    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?

Part and Inventory Search

Back
Top