arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces
Slice.h File Reference
#include <stddef.h>
#include <stdint.h>

Go to the source code of this file.

Classes

class  Slice< T >
 Helps to split up a big memory array into smaller slices. There are no additinal heap allocations! Example: if we have an array with 9 entries (1,2,3,4,5,6,7,8,9): slices(5) gives 2. slice(5,0) returns size 5 with 1,2,3,4,5 and slice(5,1) returns size 4 with 6,7,8,9! More...
 

Namespaces

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