#include <CGestalt.h>
Static Public Member Functions | |
| static unsigned | frameRate () |
| default frame rate | |
| static void | setFrameRate (unsigned frameRate) |
| static sample | framePeriod () |
| default frame rate | |
| static unsigned | numInChannels () |
| default number of input channels | |
| static void | setNumInChannels (unsigned numChannels) |
| static unsigned | numOutChannels () |
| default number of output channels | |
| static void | setNumOutChannels (unsigned numChannels) |
| static unsigned | blockSize () |
| the default block size | |
| static void | setBlockSize (unsigned blockSize) |
| static unsigned | maxBufferFrames () |
| the max num frames that can be requested | |
| static void | setMaxBufferFrames (unsigned numFrames) |
| static unsigned | maxSndFileFrames () |
| the max num frames that can be cached | |
| static void | setMaxSndFileFrames (unsigned numFrames) |
| static unsigned | verbosity () |
| the default logging verbosity | |
| static void | setVerbosity (unsigned verbosity) |
| static unsigned | loggingPeriod () |
| the default logging period | |
| static void | setLoggingPeriod (unsigned loggingPeriod) |
| static unsigned | outPort () |
| the default RemoteIO output port | |
| static void | setOutPort (unsigned outPort) |
| static std::string | dataFolder () |
| the default directory for test data | |
| static void | setDataFolder (std::string dataFolder) |
| typ. "~/Code/CSL/CSL_Data/" | |
| static bool | stopNow () |
| flag to stop threads and timers | |
| static void | setStopNow () |
| static void | clearStopNow () |
| unsigned CGestalt::frameRate | ( | ) | [static] |
default frame rate
CGestalt Accessors for system constants.
References mFrameRate.
Referenced by csl::AirAbsorptionCue::compute(), csl::RtpSender::createRtpSession(), csl::RtpReceiver::createRtpSession(), granuloop(), csl::PAIO::initialize(), csl::KarplusString::KarplusString(), csl::LPCAnalyzer::nextBuffer(), csl::PAIO::open(), csl::FileIO::open(), csl::FilterSpecification::planFilter(), csl::IO::printTimeStatistics(), csl::LPCAnalyzer::setFileNames(), and csl::FileIO::start().
| void CGestalt::setFrameRate | ( | unsigned | frameRate | ) | [static] |
| sample CGestalt::framePeriod | ( | ) | [static] |
| unsigned CGestalt::numInChannels | ( | ) | [static] |
| void CGestalt::setNumInChannels | ( | unsigned | numChannels | ) | [static] |
| unsigned CGestalt::numOutChannels | ( | ) | [static] |
default number of output channels
References mNumOutChannels.
Referenced by csl::DelayLine::DelayLine(), csl::FDN::FDN(), csl::FDN::initDelayLines(), csl::PAIO::initialize(), csl::FileIO::open(), csl::PAIO::test(), csl::ThreadedReader::ThreadedReader(), and csl::ThreadedWriter::ThreadedWriter().
| void CGestalt::setNumOutChannels | ( | unsigned | numChannels | ) | [static] |
| unsigned CGestalt::blockSize | ( | ) | [static] |
the default block size
References mBlockSize.
Referenced by csl::Mixer::allocateOpBuffer(), csl::Port::checkBuffer(), csl::Convolver::Convolver(), granuloop(), csl::AmbisonicMixer::initialize(), csl::PAIO::initialize(), csl::LPCFilter::LPCFilter(), csl::PAIO::open(), csl::FileIO::open(), csl::IO::printTimeStatistics(), csl::SpatialPanner::SpatialPanner(), csl::PAIO::test(), and csl::Window::Window().
| void CGestalt::setBlockSize | ( | unsigned | blockSize | ) | [static] |
| unsigned CGestalt::maxBufferFrames | ( | ) | [static] |
the max num frames that can be requested
References mMaxBufferFrames.
Referenced by csl::UnitGenerator::addOutput(), csl::LSoundFile::checkBuffer(), csl::DelayLine::DelayLine(), csl::ThreadedWriter::init(), csl::ThreadedReader::init(), csl::ThreadedReader::ThreadedReader(), and csl::ThreadedWriter::ThreadedWriter().
| void CGestalt::setMaxBufferFrames | ( | unsigned | numFrames | ) | [static] |
References mMaxBufferFrames.
| unsigned CGestalt::maxSndFileFrames | ( | ) | [static] |
the max num frames that can be cached
References mMaxSndFileFrames.
Referenced by csl::LSoundFile::openForRead(), csl::JSoundFile::openForRead(), and csl::CASoundFile::openForRead().
| void CGestalt::setMaxSndFileFrames | ( | unsigned | numFrames | ) | [static] |
References mMaxSndFileFrames.
| unsigned CGestalt::verbosity | ( | ) | [static] |
| void CGestalt::setVerbosity | ( | unsigned | verbosity | ) | [static] |
References mVerbosity.
| unsigned CGestalt::loggingPeriod | ( | ) | [static] |
| void CGestalt::setLoggingPeriod | ( | unsigned | loggingPeriod | ) | [static] |
References mLoggingPeriod.
| void CGestalt::setOutPort | ( | unsigned | outPort | ) | [static] |
References mOutPort.
| std::string CGestalt::dataFolder | ( | ) | [static] |
the default directory for test data
References mDataFolder.
Referenced by csl::HRTFDatabase::convertDB(), and csl::HRTFDatabase::Database().
| void CGestalt::setDataFolder | ( | std::string | dataFolder | ) | [static] |
| bool CGestalt::stopNow | ( | ) | [static] |
| void CGestalt::setStopNow | ( | ) | [static] |
References mStopNow.
| void CGestalt::clearStopNow | ( | ) | [static] |
References mStopNow.
1.5.8