Essentia
2.1-beta6-dev
|
This is the complete list of members for AudioContext, including all inherited members.
_avStream | AudioContext | protected |
_buffer | AudioContext | protected |
_buffer_test | AudioContext | protected |
_codecCtx | AudioContext | protected |
_convertCtxAv | AudioContext | protected |
_filename | AudioContext | protected |
_inputBufSize | AudioContext | protected |
_isOpen | AudioContext | protected |
_muxCtx | AudioContext | protected |
AudioContext() | AudioContext | |
close() | AudioContext | |
create(const std::string &filename, const std::string &format, int nChannels, int sampleRate, int bitrate) | AudioContext | |
encodePacket(int size) | AudioContext | protected |
isOpen() const | AudioContext | inline |
open() | AudioContext | |
scale(Real value) | AudioContext | protected |
write(const std::vector< AudioSample > &monoData) | AudioContext | |
write(const std::vector< StereoSample > &stereoData) | AudioContext | |
writeEOF() | AudioContext | protected |
~AudioContext() | AudioContext | inline |