kirankoyande / php-reader

Automatically exported from code.google.com/p/php-reader
0 stars 0 forks source link

Support for reading and writing WAV (also BWAV, or Broadcast WAV) format #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Enhancement: Support for reading and writing WAV (also BWAV, or Broadcast
WAV) format

Original issue reported on code.google.com by svollbehr on 26 Mar 2010 at 6:55

GoogleCodeExporter commented 8 years ago
we are going to have to build this for a client one way or another if you have 
some work done that we can finish and submit back that would be great

Richard

richard [at] codevanilla.com

Original comment by rich...@codevanilla.com on 28 Jun 2011 at 11:59

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I'd like to donate my code to the project. It read, join and stream standard 
RIFF files format. Support 8, 16, 24 and 32 bits audio.

Hope it helps the project.

Marco

Original comment by nanocaio...@gmail.com on 25 Jan 2012 at 11:02

Attachments:

GoogleCodeExporter commented 8 years ago
I am currently developing support for this format and the current work already 
goes beyond the provided file. Thanks for the donation though!

I have just committed my work to subversion that allows one to parse the basic 
RIFF format. It does not yet parse the WAVE chunks so adding support for fmt, 
fact, cue, playlist chunks is the next step. Checkout the code and see if you 
can help me out by coding the remaining WAVE chunks.

Original comment by svollbehr on 26 Jan 2012 at 5:42

GoogleCodeExporter commented 8 years ago
I have furthermore added support to read a special Id3 chunk. It allows the 
read of ID3v2 information from the RIFF/WAVE format already. Write support is a 
bit long away still..

Original comment by svollbehr on 26 Jan 2012 at 5:43