Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 858 Bytes

readme.md

File metadata and controls

13 lines (10 loc) · 858 Bytes

The Spectrogram File Format (SFF)

The SFF header isn't fully documented yet, but it's easy to figure out by looking at the source code of the SFF module.

Briefly, key values are stored in fixed memory positions. Notable points are:

  • The first 4 bytes, interpreted as an Int32, equal the magic number 1179014099
  • The UInt32 at byte 80 indicates the byte position of the first data point
  • Width and Height represent dimensions of the original Spectrogram, but if Mel conversion has been applied FftSize represents the height of the Mel-transformed spectrogram

Resources