arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
FileLoop.h File Reference
#include "AudioTools/CoreAudio/BaseStream.h"
#include "AudioTools/CoreAudio/AudioBasic/StrView.h"

Go to the source code of this file.

Classes

class  FileLoop
 A simple class which implements a automatic looping file. The file needs to be of the class File from FS.h. The number of loops can be defined by calling setLoopCount(). You can also optinally limit the total looping file size by calling setSize();. More...
 
class  FileLoopT< FileType >
 A simple class which implements a automatic looping file. In order to support different file implementation the file class is a template parameter. The number of loops can be defined by calling setLoopCount(). You can also optinally limit the total looping file size by calling setSize();. More...
 

Namespaces

namespace  audio_tools
 Generic Implementation of sound input and output for desktop environments using portaudio.
 

Macros

#define READTYPE   uint8_t
 

Macro Definition Documentation

◆ READTYPE

#define READTYPE   uint8_t