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 SkipVought 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: *

  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

    What nobody know?
  3. 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...
  4. clarkm2

    Wave Data

    I got the code from that link running but I don't know where the informations is. What's the variables name and how can I divide all the information into different arrays?
  5. 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?
  6. clarkm2

    Multimedia

    I still don't understand how to load a chosen wave file? The wave files will be a low quality (8KHz, 8bit, 1 channel) which is meant to transfer voice. I got most of the serial port code finished but I have to read all the information off a wave file, transfer it and read it again. Any ideas?
  7. clarkm2

    Wave Data

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

    Wave Data

    Cool, Where to I put the code to load a file or is it already there, if so where? Thanks
  9. 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?
  10. clarkm2

    Multimedia

    ok this is cool but, where do I stick it? I want to be able to load a wav file and then dump it into an array. After that if you can help, change the formating into binary to send out of the serial port. Thanks for any input!
  11. 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