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