arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations | Variables
CodecBase64.h File Reference
#include "AudioTools/AudioCodecs/AudioCodecsBase.h"

Go to the source code of this file.

Classes

class  DecoderBase64
 DecoderBase64 - Converts a Base64 encoded Stream into the original data stream. Decoding only gives a valid result if we start at a limit of 4 bytes. We therefore use by default a newline to determine a valid start boundary. More...
 
class  EncoderBase64
 EncoderBase64s - Encodes the input data into a Base64 string. By default each audio frame is followed by a new line, so that we can easily resynchronize the reading of a data stream. The generation of the new line can be configured with the setNewLine() method. More...
 

Namespaces

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

Enumerations

enum  Base46Logic { NoCR , CRforFrame , CRforWrite }
 

Variables

static const int B64index [256]
 
static char encoding_table []
 
static int mod_table [] = {0, 2, 1}