Skip to content

Commit

Permalink
Add 'tak_audio'
Browse files Browse the repository at this point in the history
Document TAK lossless audio format
  • Loading branch information
eevan78 committed Feb 22, 2020
1 parent 9b8012e commit 127d208
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions structure.txt
Expand Up @@ -2092,6 +2092,30 @@ array() {
['tags']=>array() //
} //

['tak_audio']=>array() { // TAK - Tom's lossless Audio Kompressor format
['raw']=>array() { //
['magic']=>string() //
['STREAMINFO']=>string() //
['MD5Data']=>string() //
['header_data']=>string() // Original wave header data to enable perfect reconstruction
['footer_data']=>string() // --||--
} //
['channels']=>integer() //
['bits_per_sample']=>integer() //
['sample_rate']=>integer() //
['samples']=>integer() //
['framesize']=>string() //
['codectype']=>string() //
['version']=>string() //
['profile']=>string() //
['lastframe_pos']=>integer() //
['last_frame_size']=>integer() //
['playtime']=>integer() //
['compressed_size']=>integer() //
['uncompressed_size']=>integer() //
['compression_ratio']=>integer() //
} //


['voc']=>array() { // VOC - SoundBlaster VOC audio format
['blocks']=>array() { //
Expand Down

0 comments on commit 127d208

Please sign in to comment.