YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
SoundFile.h File Reference
#include <yarp/sig/Sound.h>
+ 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

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.