Voss Connection Detection
1
Detect a connector click using realtime code on Bela hardware
|
Class to write to a sound file. More...
#include <conndetect_sndfile.h>
Public Member Functions | |
SndFile (BelaContext *ctx, const char *filename) | |
~SndFile () | |
void | write (const std::array< float, numChannels > &samples) |
Friends | |
template<us > | |
void | raw_sndfile_auxtask_callback (void *sndfile_ptr) |
Class to write to a sound file.
Definition at line 16 of file conndetect_sndfile.h.
SndFile< numChannels >::SndFile | ( | BelaContext * | ctx, |
const char * | filename | ||
) |
Definition at line 15 of file conndetect_sndfile.cpp.
Definition at line 97 of file conndetect_sndfile.cpp.
void SndFile< numChannels >::write | ( | const std::array< float, numChannels > & | samples | ) |
Definition at line 41 of file conndetect_sndfile.cpp.
|
friend |
Definition at line 9 of file conndetect_sndfile.cpp.