A library which allows the playing of Wav files using the TLV320

Dependents:   RSALB_hbridge_helloworld RSALB_lobster WavPlayer_test AudioCODEC_HelloWorld

WavPlayerConfig.cpp

Committer:
p07gbar
Date:
2012-09-21
Revision:
3:a7380cfc1987
Parent:
0:3695886f3495

File content as of revision 3:a7380cfc1987:

#include "WavPlayerConfig.h"

WavPlayerConfig::WavPlayerConfig()
{

    format_tag = 0;
    channels = 0;
    samples_per_sec = 0;
    avg_bytes_per_sec = 0;
    block_align = 0;
    bits_per_sample = 0;
    data_length = 0;

}