STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Functions
VUMeter.c File Reference
#include "VUMeter.h"

Go to the source code of this file.

Functions

void VUMETER_Analyse (void)
 Analyse the peak meter value. More...
 
void VUMETER_Input (int channel)
 Analyze the peak meter for the audio input. More...
 
void VUMETER_Display (int channel)
 Display the peak meter. More...
 

Function Documentation

void VUMETER_Analyse ( void  )

Analyse the peak meter value.

Parameters
None
Return values
None

Definition at line 19 of file VUMeter.c.

void VUMETER_Display ( int  channel)

Display the peak meter.

Parameters
channel- 0 or 1 for left or right
Return values
None

Definition at line 100 of file VUMeter.c.

void VUMETER_Input ( int  channel)

Analyze the peak meter for the audio input.

Parameters
channel- which channel to analyze
Return values
None

Definition at line 60 of file VUMeter.c.