The "GR-PEACH_Audio_Playback_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:   R_BSP TLV320_RBSP USBHost_custom

Embed: (wiki syntax)

« Back to documentation index

FLAC__Subframe_Fixed Struct Reference

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

FIXED subframe. More...

#include <format.h>

Data Fields

FLAC__EntropyCodingMethod entropy_coding_method
 The residual coding method.
unsigned order
 The polynomial order.
FLAC__int32 warmup [FLAC__MAX_FIXED_ORDER]
 Warmup samples to prime the predictor, length == order.
const FLAC__int32 * residual
 The residual signal, length == (blocksize minus order) samples.

Detailed Description

FIXED subframe.

(c.f. format specification)

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


Field Documentation

The residual coding method.

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

unsigned order

The polynomial order.

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

const FLAC__int32* residual

The residual signal, length == (blocksize minus order) samples.

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

FLAC__int32 warmup[FLAC__MAX_FIXED_ORDER]

Warmup samples to prime the predictor, length == order.

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