|
arduino-audio-tools
|
A simple container format which uses OSC messages to tramsmit Header records with audio info and Audio records with the audio data. More...
#include <string.h>#include "AudioTools/AudioCodecs/AudioCodecsBase.h"#include "AudioTools/AudioCodecs/MultiDecoder.h"#include "AudioTools/Communication/OSCData.h"#include "AudioTools/CoreAudio/AudioBasic/StrView.h"Go to the source code of this file.
Classes | |
| class | OSCContainerDecoder |
| Decodes the provided data from the OSC segments. I recommend to assign a MultiDecoder so that we can support muiltiple audio types. More... | |
| class | OSCContainerEncoder |
| Wraps the encoded data into OSC info and data segments so that the receiver can recover the audio configuration and orignial segments. More... | |
| class | OSCContainerEncoder::OSCOutput |
| Output Encoded Audio via OSC. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
A simple container format which uses OSC messages to tramsmit Header records with audio info and Audio records with the audio data.