UtiLite
0.3.1
A lite utilities library
|
getFrame(std::vector< char > &frame, int frameId) | UAudioCapture | |
getMultiFrame(std::vector< char > &frame, int frameIdBeg, int frameIdEnd) | UAudioCapture | |
getNextFrame(std::vector< char > &frame, bool removeOldFrames=false) | UAudioCapture | |
getNextFrame(std::vector< char > &frame, int &frameId) | UAudioCapture | |
isCreating() const | UThread | |
isIdle() const | UThread | |
isKilled() const | UThread | |
isRunning() const | UThread | |
join(bool killFirst=false) | UThread | |
kill() | UThread | |
mainLoop() | UAudioCaptureMic | [protected, virtual] |
mainLoopBegin() | UAudioCaptureMic | [protected, virtual] |
mainLoopEnd() | UAudioCaptureMic | [protected, virtual] |
Priority enum name | UThread | |
removeFrames(int frameIdBeg, int frameIdEnd) | UAudioCapture | |
removeSamples(int sampleByteBeg, int sampleByteEnd) | UAudioCapture | |
setAffinity(int cpu=0) | UThread | |
setPriority(Priority priority) | UThread | |
start() | UThread | |
UAudioCaptureMic(int driver=0, int fs=44100, int frameLength=1024, int bytesPerSample=2, int channels=1) | UAudioCaptureMic | |
UAudioCaptureMic(const std::string &fileName, int maxFileSizeMb, int driver=0, int fs=44100, int frameLength=1024, int bytesPerSample=2, int channels=1) | UAudioCaptureMic | |
UThread(Priority priority=kPNormal) | UThread | |
~UThread() | UThread | [virtual] |