arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces
MimeDetector.h File Reference
#include "AudioTools/AudioCodecs/HeaderParserAAC.h"
#include "AudioTools/AudioCodecs/HeaderParserMP3.h"
#include "AudioTools/CoreAudio/AudioBasic/StrView.h"
#include "AudioTools/AudioCodecs/CodecWAV.h"

Go to the source code of this file.

Classes

struct  MimeDetector::Check
 
class  MimeDetector
 Logic to detemine the mime type from the content. By default the following mime types are supported (audio/aac, audio/mpeg, audio/vnd.wave, audio/ogg, audio/flac). You can register your own custom detection logic to cover additional file types. More...
 
class  MimeSource
 Abstract interface for classes that can provide MIME type information. More...
 

Namespaces

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