Skip to content

File AudioPassthru.cpp

FileList > AudioPassthru > AudioPassthru.cpp

Go to the source code of this file

  • #include "daisy_seed.h"

Public Attributes

Type Name
DaisySeed hw

Public Functions

Type Name
void AudioCallback (AudioHandle::InputBuffer in, AudioHandle::OutputBuffer out, size_t size)
int main (void)

Public Attributes Documentation

variable hw

DaisySeed hw;

Global Hardware access


Public Functions Documentation

function AudioCallback

void AudioCallback (
    AudioHandle::InputBuffer in,
    AudioHandle::OutputBuffer out,
    size_t size
) 

Function that gets called at a regular interval by the hardware to process, and/or generate audio signals


function main

int main (
    void
) 


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