Skip to content

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

FatFSInterface fsi;

variable hw

DaisySeed hw;

Global Hardware access


variable sdmmc

SdmmcHandler sdmmc;

variable wav_writer

WavWriter<kTransferSize> wav_writer;

Public Static Attributes Documentation

variable kTargetSr

constexpr float kTargetSr;

variable kTransferSize

constexpr size_t kTransferSize;

Public Functions Documentation

function main

int main (
    void
) 


The documentation for this class was generated from the following file external-docs/libDaisy/examples/WavWriter/WavWriter.cpp