#include <yarp/sig/Sound.h>
Go to the source code of this file.
Classes | |
class | yarp::sig::file::soundStreamReader |
Namespaces | |
namespace | yarp |
The main, catch-all namespace for YARP. | |
namespace | yarp::sig |
namespace | yarp::sig::file |
Functions | |
bool | yarp::sig::file::read (Sound &data, const char *filename) |
Read a sound from a generic audio file. | |
bool | yarp::sig::file::read_bytestream (Sound &data, const char *filename, size_t streamsize, std::string format) |
Read a sound from a byte array. | |
bool | yarp::sig::file::write (const Sound &data, const char *filename) |
Write a sound to file. | |