arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces | Variables
Allocator.h File Reference
#include <stdlib.h>
#include "AudioTools/CoreAudio/AudioLogger.h"
#include "AudioTools/CoreAudio/AudioRuntime.h"
#include "AudioToolsConfig.h"

Go to the source code of this file.

Classes

class  Allocator
 Memory allocateator which uses malloc. More...
 
class  AllocatorExt
 Memory allocateator which uses ps_malloc (on the ESP32) and if this fails it resorts to malloc. More...
 

Namespaces

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

Variables

static AllocatorExt DefaultAllocator
 
static Allocator DefaultAllocatorRAM