I want to store wav files and have PHP open them and concatenate them. Does anyone know how I find the headers and footers in wav files so I can 'glue' a bunch together and stick a fake header and footer back on?
I want to use whatever is the most bog standard, widely recognised wav file format that most apps etc will play.

    Hello,

    Get the specs from :
    www.wotsit.org

    The WAV file format is very basic but don't forget to check that the 2 files have the same format. Otherwise you will have to convert them.

    JM. Molina

      (switch to dark goa103)

      Originally posted by Bah! Name
      I want to store wav files and have PHP open them and concatenate them. Does anyone know how I find the headers and footers in wav files so I can 'glue' a bunch together and stick a fake header and footer back on?
      I want to use whatever is the most bog standard, widely recognised wav file format that most apps etc will play.

      Hey bone head why don't you try "wav file format" on google ?

      dark goa103 ~ just kidding (read my white goa103 signature)

        Write a Reply...