Implementation of the Mp3AudioSource class. More...
#include <cassert>
#include <cstdint>
#include <cstdio>
#include <cstdlib>
#include <iostream>
#include <map>
#include <memory>
#include <sstream>
#include <string>
#include "../../errors.hpp"
#include "../../messages.h"
#include "../audio_source.hpp"
#include "../sample_formats.hpp"
#include "mp3.hpp"
Go to the source code of this file.
Implementation of the Mp3AudioSource class.
Definition in file mp3.cpp.