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/export.h: export symbols

FLAC/export.h: export symbols

This module contains defines and symbols for exporting function calls, and providing version information and compiled-in features. More...

Variables

FLAC_API int FLAC_API_SUPPORTS_OGG_FLAC
 1 if the library has been compiled with support for Ogg FLAC, else 0.

Detailed Description

This module contains defines and symbols for exporting function calls, and providing version information and compiled-in features.

If you are compiling with MSVC and will link to the static library (libFLAC.lib) you should define FLAC__NO_DLL in your project to make sure the symbols are exported properly.


Variable Documentation

1 if the library has been compiled with support for Ogg FLAC, else 0.

Definition at line 62 of file stream_decoder.c.