Voss Connection Detection  1
Detect a connector click using realtime code on Bela hardware
conndetect_sndfile.h File Reference
#include "config.h"
#include <array>
#include <Bela.h>
#include <libraries/WriteFile/WriteFile.h>
Include dependency graph for conndetect_sndfile.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SndFile< numChannels >
 Class to write to a sound file. More...
 

Typedefs

typedef struct SNDFILE_tag SNDFILE
 

Variables

const us BUFSIZE = 88200
 

Typedef Documentation

◆ SNDFILE

typedef struct SNDFILE_tag SNDFILE

Definition at line 11 of file conndetect_sndfile.h.

Variable Documentation

◆ BUFSIZE

const us BUFSIZE = 88200

Definition at line 9 of file conndetect_sndfile.h.