10 #ifndef YARP_SIG_SOUNDFILE_H
11 #define YARP_SIG_SOUNDFILE_H
67 bool open(
const char *filename);
69 size_t readBlock(
Sound& dest,
size_t block_size);
70 bool rewind(
size_t sample_offset=0);
Class for storing sounds.
bool read(ImageOf< PixelRgb > &dest, const std::string &src, image_fileformat format=FORMAT_ANY)
bool write(const ImageOf< PixelRgb > &src, const std::string &dest, image_fileformat format=FORMAT_PPM)
The main, catch-all namespace for YARP.