add_output(typename Source< DefaultSampleType >::SinkPtr output) | AudioGrapher::ListedSource< DefaultSampleType > | inline |
Source< DefaultSampleType >::add_output(SinkPtr output)=0 | AudioGrapher::Source< DefaultSampleType > | pure virtual |
add_supported_flag(Flag flag) | AudioGrapher::FlagDebuggable< L > | inlineprotected |
channels(void) const | AudioGrapher::SndfileHandle | inline |
check_flags(SelfType &self, ProcessContext< ContextType > context) | AudioGrapher::FlagDebuggable< L > | inlineprotected |
clear_outputs() | AudioGrapher::ListedSource< DefaultSampleType > | inlinevirtual |
close(void) | AudioGrapher::SndfileHandle | |
command(int cmd, void *data, int datasize) | AudioGrapher::SndfileHandle | |
debug_level(DebugLevel level) | AudioGrapher::Debuggable< DebugNone > | inlineprotected |
debug_stream() | AudioGrapher::Debuggable< DebugNone > | inlineprotected |
Debuggable(std::ostream &debug_stream=std::cerr) | AudioGrapher::Debuggable< DebugNone > | inlineprotected |
error(void) const | AudioGrapher::SndfileHandle | |
FileWritten | AudioGrapher::SndfileWriter< DefaultSampleType > | |
Flag typedef | AudioGrapher::FlagDebuggable< L > | |
flags | AudioGrapher::FlagDebuggable< L > | private |
format(void) const | AudioGrapher::SndfileHandle | inline |
formatCheck(int format, int channels, int samplerate) | AudioGrapher::SndfileHandle | static |
frames(void) const | AudioGrapher::SndfileHandle | inline |
get_samples_written() const | AudioGrapher::SndfileWriter< DefaultSampleType > | inline |
getString(int str_type) const | AudioGrapher::SndfileHandle | |
init() | AudioGrapher::SndfileWriter< DefaultSampleType > | inlineprotectedvirtual |
Mode enum name | AudioGrapher::SndfileBase | |
operator bool() const | AudioGrapher::SndfileHandle | inline |
operator=(const SndfileHandle &rhs) | AudioGrapher::Sndfile< T > | |
AudioGrapher::SndfileBase::operator=(const SndfileHandle &rhs) | AudioGrapher::SndfileHandle | |
operator==(const SndfileHandle &rhs) const | AudioGrapher::SndfileHandle | inline |
output(ProcessContext< DefaultSampleType > const &c) | AudioGrapher::ListedSource< DefaultSampleType > | inlineprotected |
output(ProcessContext< DefaultSampleType > &c) | AudioGrapher::ListedSource< DefaultSampleType > | inlineprotected |
output_size_is_one() | AudioGrapher::ListedSource< DefaultSampleType > | inlineprotected |
outputs | AudioGrapher::ListedSource< DefaultSampleType > | protected |
p | AudioGrapher::SndfileHandle | private |
path | AudioGrapher::SndfileWriter< DefaultSampleType > | protected |
process(ProcessContext< DefaultSampleType > const &c) | AudioGrapher::SndfileWriter< DefaultSampleType > | inlinevirtual |
Sink< DefaultSampleType >::process(ProcessContext< DefaultSampleType > &context) | AudioGrapher::Sink< DefaultSampleType > | inlinevirtual |
Read enum value | AudioGrapher::SndfileBase | |
SndfileWriter< DefaultSampleType >::read(short *ptr, sf_count_t items) | AudioGrapher::SndfileHandle | |
SndfileWriter< DefaultSampleType >::read(int *ptr, sf_count_t items) | AudioGrapher::SndfileHandle | |
SndfileWriter< DefaultSampleType >::read(float *ptr, sf_count_t items) | AudioGrapher::SndfileHandle | |
SndfileWriter< DefaultSampleType >::read(double *ptr, sf_count_t items) | AudioGrapher::SndfileHandle | |
SndfileReader< DefaultSampleType >::read(ProcessContext< DefaultSampleType > &context) | AudioGrapher::SndfileReader< DefaultSampleType > | inline |
readf(short *ptr, sf_count_t frames) | AudioGrapher::SndfileHandle | |
readf(int *ptr, sf_count_t frames) | AudioGrapher::SndfileHandle | |
readf(float *ptr, sf_count_t frames) | AudioGrapher::SndfileHandle | |
readf(double *ptr, sf_count_t frames) | AudioGrapher::SndfileHandle | |
readRaw(void *ptr, sf_count_t bytes) | AudioGrapher::SndfileHandle | |
ReadWrite enum value | AudioGrapher::SndfileBase | |
refCount(void) const | AudioGrapher::SndfileHandle | inline |
remove_output(typename Source< DefaultSampleType >::SinkPtr output) | AudioGrapher::ListedSource< DefaultSampleType > | inline |
Source< DefaultSampleType >::remove_output(SinkPtr output)=0 | AudioGrapher::Source< DefaultSampleType > | pure virtual |
reset_samples_written_count() | AudioGrapher::SndfileWriter< DefaultSampleType > | inline |
samplerate(void) const | AudioGrapher::SndfileHandle | inline |
samples_written | AudioGrapher::SndfileWriter< DefaultSampleType > | protected |
seek(sf_count_t frames, int whence) | AudioGrapher::SndfileHandle | |
setString(int str_type, const char *str) | AudioGrapher::SndfileHandle | |
SinkList typedef | AudioGrapher::ListedSource< DefaultSampleType > | protected |
SinkPtr typedef | AudioGrapher::Source< DefaultSampleType > | |
Sndfile(std::string const &filename, SndfileBase::Mode mode=SndfileBase::ReadWrite, int format=0, ChannelCount channels=0, samplecnt_t samplerate=0) | AudioGrapher::Sndfile< T > | inline |
Sndfile(Sndfile const &other) | AudioGrapher::Sndfile< T > | inline |
SndfileBase() | AudioGrapher::SndfileBase | inlineprotected |
SndfileHandle(void) | AudioGrapher::SndfileHandle | inline |
SndfileHandle(const char *path, int mode=SFM_READ, int format=0, int channels=0, int samplerate=0) | AudioGrapher::SndfileHandle | |
SndfileHandle(std::string const &path, int mode=SFM_READ, int format=0, int channels=0, int samplerate=0) | AudioGrapher::SndfileHandle | |
SndfileHandle(int fd, bool close_desc, int mode=SFM_READ, int format=0, int channels=0, int samplerate=0) | AudioGrapher::SndfileHandle | |
SndfileHandle(const SndfileHandle &orig) | AudioGrapher::SndfileHandle | |
SndfileReader(std::string const &path) | AudioGrapher::SndfileReader< DefaultSampleType > | inline |
SndfileReader(SndfileReader const &other) | AudioGrapher::SndfileReader< DefaultSampleType > | inline |
SndfileReader() | AudioGrapher::SndfileReader< DefaultSampleType > | inlineprotected |
SndfileWriter(std::string const &path, int format, ChannelCount channels, samplecnt_t samplerate, std::shared_ptr< BroadcastInfo > broadcast_info) | AudioGrapher::SndfileWriter< DefaultSampleType > | inline |
SndfileWriter() | AudioGrapher::SndfileWriter< DefaultSampleType > | inlineprotected |
SndfileWriter(SndfileWriter const &other) | AudioGrapher::SndfileWriter< DefaultSampleType > | inlineprivate |
stream | AudioGrapher::Debuggable< DebugNone > | private |
strError(void) const | AudioGrapher::SndfileHandle | |
SndfileWriter< DefaultSampleType >::throw_level(ThrowLevel level) | AudioGrapher::Throwing< L > | inlineprotected |
SndfileReader< DefaultSampleType >::throw_level(ThrowLevel level) | AudioGrapher::Throwing< L > | inlineprotected |
SndfileWriter< DefaultSampleType >::Throwing() | AudioGrapher::Throwing< L > | inlineprotected |
SndfileReader< DefaultSampleType >::Throwing() | AudioGrapher::Throwing< L > | inlineprotected |
Write enum value | AudioGrapher::SndfileBase | |
write(const short *ptr, sf_count_t items) | AudioGrapher::SndfileHandle | |
write(const int *ptr, sf_count_t items) | AudioGrapher::SndfileHandle | |
write(const float *ptr, sf_count_t items) | AudioGrapher::SndfileHandle | |
write(const double *ptr, sf_count_t items) | AudioGrapher::SndfileHandle | |
writef(const short *ptr, sf_count_t frames) | AudioGrapher::SndfileHandle | |
writef(const int *ptr, sf_count_t frames) | AudioGrapher::SndfileHandle | |
writef(const float *ptr, sf_count_t frames) | AudioGrapher::SndfileHandle | |
writef(const double *ptr, sf_count_t frames) | AudioGrapher::SndfileHandle | |
writeRaw(const void *ptr, sf_count_t bytes) | AudioGrapher::SndfileHandle | |
writeSync(void) | AudioGrapher::SndfileHandle | |
~Sink() | AudioGrapher::Sink< DefaultSampleType > | inlinevirtual |
~SndfileHandle(void) | AudioGrapher::SndfileHandle | |
~SndfileReader() | AudioGrapher::SndfileReader< DefaultSampleType > | inlinevirtual |
~SndfileWriter() | AudioGrapher::SndfileWriter< DefaultSampleType > | inlinevirtual |
~Source() | AudioGrapher::Source< DefaultSampleType > | inlinevirtual |