Changes between Version 26 and Version 27 of SV8Specification


Ignore:
Timestamp:
12/27/06 00:55:40 (17 years ago)
Author:
r2d
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SV8Specification

    v26 v27  
    4141|| Seek Pointer || SP || no ||
    4242|| Seek Table || ST || no ||
     43|| Edition || ED || no ||
    4344|| Stream End || SE || yes ||
    4445
     
    135136To be defined later. May be better to keep security features external only.
    136137
     138== Edition Block ==
     139
     140The SV8 stream allow only to start decoding on first block frame, so cutting the stream require to cut on block boundaries. This block
     141provides more precise cutting possibilities.[[BR]]
     142This block key is "ED"[[BR]]
     143
     144|| '''Field''' || '''length (bits)''' || '''Value''' || '''comment''' ||
     145|| Beginning silence || n*8; 0 < n < 10 ||  || number of samples to skip at the beginning of the stream ||
     146|| End silence || n*8; 0 < n < 10 ||  || number of samples to skip at the end of the stream ||
    137147
    138148== End Block ==