#include <SoundFile_libsndfile.h>
Inheritance diagram for ark::SoundFile_libsndfile:
Public Member Functions | |
SoundFile_libsndfile (std::string path) | |
unsigned | read (Sample **chunk, unsigned frames) |
unsigned | frameCount () const |
unsigned | channelCount () const |
bool | isInterleaved () const |
unsigned | seek (int, bool=false) |
unsigned | write (SoundChunk &) |
Private Attributes | |
SNDFILE * | _file |
SF_INFO | _info |
|
|
|
Implements ark::SoundResource. |
|
Implements ark::SoundFile. |
|
Implements ark::SoundResource. |
|
Implements ark::SoundFile. |
|
Implements ark::SoundFile. |
|
Implements ark::SoundFile. |
|
|
|
|