The "GR-PEACH_Audio_Playback_7InchLCD_Sample" is a sample code that can provides high-resolution audio playback of FLAC format files. It also allows the user to audio-playback control functions such as play, pause, and stop by manipulating key switches.

Dependencies:   GR-PEACH_video R_BSP TLV320_RBSP USBHost_custom

Fork of GR-PEACH_Audio_Playback_Sample by Renesas

Embed: (wiki syntax)

« Back to documentation index

FLAC__StreamMetadata_SeekTable Struct Reference

FLAC__StreamMetadata_SeekTable Struct Reference
[FLAC/format.h: format components]

FLAC SEEKTABLE structure. More...

#include <format.h>


Detailed Description

FLAC SEEKTABLE structure.

(c.f. format specification)

Note:
From the format specification:
  • The seek points must be sorted by ascending sample number.
  • Each seek point's sample number must be the first sample of the target frame.
  • Each seek point's sample number must be unique within the table.
  • Existence of a SEEKTABLE block implies a correct setting of total_samples in the stream_info block.
  • Behavior is undefined when more than one SEEKTABLE block is present in a stream.

Definition at line 612 of file include/FLAC/format.h.