Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: USBHostDac USBHost_custom_Addiso
Fork of USBHostDac_example by
dec_wav Class Reference
A class to communicate a dec_wav. More...
#include <dec_wav.h>
Public Member Functions | |
| bool | AnalyzeHeder (uint8_t *p_title, uint8_t *p_artist, uint8_t *p_album, uint16_t tag_size, FILE *fp) |
| analyze header | |
| size_t | GetNextData (void *buf, size_t len) |
| get next data | |
| uint16_t | GetChannel () |
| get channel | |
| uint16_t | GetBlockSize () |
| get block size | |
| uint16_t | GetSamplingRate () |
| get sampling rate | |
Detailed Description
A class to communicate a dec_wav.
Definition at line 10 of file dec_wav.h.
Member Function Documentation
| bool AnalyzeHeder | ( | uint8_t * | p_title, |
| uint8_t * | p_artist, | ||
| uint8_t * | p_album, | ||
| uint16_t | tag_size, | ||
| FILE * | fp | ||
| ) |
| uint16_t GetBlockSize | ( | ) |
| size_t GetNextData | ( | void * | buf, |
| size_t | len | ||
| ) |
Generated on Wed Jul 13 2022 02:40:52 by
1.7.2
