File WavWriter.cpp¶
FileList > examples > WavWriter > WavWriter.cpp
Go to the source code of this file
#include "daisy_seed.h"
#include <cmath>
Classes¶
Type | Name |
---|---|
struct | SimpleOsc |
Public Attributes¶
Type | Name |
---|---|
FatFSInterface | fsi |
DaisySeed | hw |
SdmmcHandler | sdmmc |
WavWriter< kTransferSize > | wav_writer |
Public Static Attributes¶
Type | Name |
---|---|
constexpr float | kTargetSr = 48000.f |
constexpr size_t | kTransferSize = 16384 |
Public Functions¶
Type | Name |
---|---|
int | main (void) |
Public Attributes Documentation¶
variable fsi¶
variable hw¶
Global Hardware access
variable sdmmc¶
variable wav_writer¶
Public Static Attributes Documentation¶
variable kTargetSr¶
variable kTransferSize¶
Public Functions Documentation¶
function main¶
The documentation for this class was generated from the following file external-docs/libDaisy/examples/WavWriter/WavWriter.cpp