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

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

CONSTANT subframe. More...

#include <format.h>

Data Fields

FLAC__int32 value
 The constant signal value.

Detailed Description

CONSTANT subframe.

(c.f. format specification)

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


Field Documentation

FLAC__int32 value

The constant signal value.

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