YARP
Yet Another Robot Platform
SoundFile.h File Reference
#include <yarp/sig/Sound.h>
#include <cstdio>
+ Include dependency graph for SoundFile.h:
+ This graph shows which files directly or indirectly include this file:

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 &dest, const char *src)
 Read a sound from file. More...
 
bool yarp::sig::file::write (const Sound &src, const char *dest)
 Write a sound to file. More...