csnd
Class Soundfile
public
class
Soundfile
extends Object
Method Summary |
void | blank(double duration) |
int | close() |
int | create(String filename, int framesPerSecond, int channelsPerFrame, int format) |
int | create(String filename, int framesPerSecond, int channelsPerFrame) |
int | create(String filename, int framesPerSecond) |
int | create(String filename) |
void | delete() |
void | error() |
protected void | finalize() |
int | getChannelsPerFrame() |
protected static long | getCPtr(Soundfile obj) |
int | getFormat() |
int | getFrames() |
int | getFramesPerSecond() |
int | mixFrames(SWIGTYPE_p_double inputFrames, int samples, SWIGTYPE_p_double mixedFrames) |
int | open(String filename) |
int | readFrame(SWIGTYPE_p_double outputFrame) |
int | readFrames(SWIGTYPE_p_double outputFrames, int samples) |
int | seek(int frames, int whence) |
int | seek(int frames) |
double | seekSeconds(double seconds, int whence) |
double | seekSeconds(double seconds) |
void | setChannelsPerFrame(int channelsPerFrame) |
void | setFormat(int format) |
void | setFramesPerSecond(int framesPerSecond) |
void | updateHeader() |
int | writeFrame(SWIGTYPE_p_double inputFrame) |
int | writeFrames(SWIGTYPE_p_double inputFrames, int samples) |
protected boolean swigCMemOwn
protected Soundfile(long cPtr, boolean cMemoryOwn)
public Soundfile()
public void blank(double duration)
public int close()
public int create(String filename, int framesPerSecond, int channelsPerFrame, int format)
public int create(String filename, int framesPerSecond, int channelsPerFrame)
public int create(String filename, int framesPerSecond)
public int create(String filename)
public void delete()
public void error()
protected void finalize()
public int getChannelsPerFrame()
public int getFormat()
public int getFrames()
public int getFramesPerSecond()
public int open(String filename)
public int seek(int frames, int whence)
public int seek(int frames)
public double seekSeconds(double seconds, int whence)
public double seekSeconds(double seconds)
public void setChannelsPerFrame(int channelsPerFrame)
public void setFormat(int format)
public void setFramesPerSecond(int framesPerSecond)
public void updateHeader()