|
arduino-audio-tools
|
#include <sys/stat.h>#include <unistd.h>#include <fstream>#include <iostream>#include "AudioToolsConfig.h"Go to the source code of this file.
Classes | |
| class | VFSFile |
| Arduino File support using std::fstream. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Macros | |
| #define | FILE_APPEND VFS_FILE_APPEND |
| #define | FILE_READ VFS_FILE_READ |
| #define | FILE_WRITE VFS_FILE_WRITE |
| #define | NOARD_OVR |
Enumerations | |
| enum | FileMode { VFS_FILE_READ = 'r' , VFS_FILE_WRITE = 'w' , VFS_FILE_APPEND = 'a' } |
| enum | SeekMode { SeekSet = 0 , SeekCur = 1 , SeekEnd = 2 } |
| #define FILE_APPEND VFS_FILE_APPEND |
| #define FILE_READ VFS_FILE_READ |
| #define FILE_WRITE VFS_FILE_WRITE |
| #define NOARD_OVR |