#include <yarp/sig/SoundFileMp3.h>
#include <yarp/conf/system.h>
#include <yarp/os/NetInt16.h>
#include <yarp/os/NetInt32.h>
#include <yarp/os/ManagedBytes.h>
#include <yarp/os/Vocab.h>
#include <yarp/sig/Sound.h>
#include <yarp/os/Log.h>
#include <yarp/os/LogStream.h>
#include <cstdio>
#include <cstring>
#include <fstream>
Go to the source code of this file.
Functions | |
bool | read_mp3_istream (Sound &sound_data, std::istream &istream) |
bool read_mp3_istream | ( | Sound & | sound_data, |
std::istream & | istream | ||
) |
Definition at line 337 of file SoundFileMp3.cpp.