#include <yarp/sig/Sound.h>
Go to the source code of this file.
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_mp3_bytestream (Sound &data, const char *bytestream, size_t streamsize) |
Read a sound from a byte array. More... | |
bool | yarp::sig::file::read_mp3_file (Sound &data, const char *filename) |
Read a sound from a .mp3 audio file. More... | |
bool | yarp::sig::file::write_mp3_file (const Sound &data, const char *filename, size_t bitrate=64000) |
Write a sound to a mp3 file. More... | |