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_VorbisComment_Entry Struct Reference

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

Vorbis comment entry structure used in VORBIS_COMMENT blocks. More...

#include <format.h>


Detailed Description

Vorbis comment entry structure used in VORBIS_COMMENT blocks.

(c.f. format specification)

For convenience, the APIs maintain a trailing NUL character at the end of entry which is not counted toward length, i.e.

 strlen(entry) == length 

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