arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces
AudioSourceFTP.h File Reference
#include "FTPClient.h"
#include "AudioSource.h"
#include "vector"

Go to the source code of this file.

Classes

class  AudioSourceFTP< ClientType >
 An AudioSource that uses the https://github.com/pschatzmann/TinyFTPClient library to retrieve files from a FTP Server. You need to provide an FTPClient object to the constructor and make sure that you open it before you access the files. The storage of the expanded file names is done on the heap, so in order to limit the requested memory we can limit the number of files. More...
 

Namespaces

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