Jump to content

WAVE file and meta data info: Difference between revisions

From Rivendell Wiki
imported>WaybackImport
Imported from Wayback via edit
 
imported>ImportBot
Imported from scrape
 
Line 1: Line 1:
These are some links to information on the format of WAVE files including various types of "chunks" that can be part of a WAVE file.  Of particular interest to broadcasters are the BEXT and CART chunks that store broadcast related meta data.
These are some links to information on the format of WAVE files including various types of "chunks" that can be part of a WAVE file.  Of particular interest to broadcasters are the BEXT and CART chunks that store broadcast related meta data.


* [http://www.sonicspot.com/guide/wavefiles.html detailed WAVE file overview]
* visual [http://soundfile.sapp.org/doc/WaveFormat/ description] of WAVE file format
* [http://www.lightlink.com/tjweber/StripWav/WAVE.html brief WAVE file overview]
* [http://www.borg.com/~jglatt/tech/wave.htm WAVE file overview with info on various chunks]


* [http://cartchunk.org:8080/ CART chunk specification]
* brief [http://www.lightlink.com/tjweber/StripWav/WAVE.html WAVE file overview]


* informal [http://www.cartchunk.org/cc_spec.htm CART chunk technical summary]
* example [https://www.dlineradio.co.uk/articles/reading-cart-chunk-with-powershell/ reader implementation] in [https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7.1 PowerShell]
* audio [https://www.getid3.org/ file analyzer] in PHP (useful for browsing WAVE Files with CART Chunk "bext" details)
All links were valid as of 2021-03-21.

Latest revision as of 10:18, 9 May 2026

These are some links to information on the format of WAVE files including various types of "chunks" that can be part of a WAVE file. Of particular interest to broadcasters are the BEXT and CART chunks that store broadcast related meta data.

  • audio file analyzer in PHP (useful for browsing WAVE Files with CART Chunk "bext" details)

All links were valid as of 2021-03-21.