Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
MicrophoneServer Class Reference#include <MicrophoneServer.h>
Inheritance diagram for MicrophoneServer:
![]() Detailed DescriptionStreams audio from the microphone over the network.Definition at line 9 of file MicrophoneServer.h.
Constructor & Destructor Documentation
don't call
Member Function Documentation
By default, merely adds to the reference counter (through AddReference()); Note you should still call this from your overriding methods.
Reimplemented from BehaviorBase. Definition at line 36 of file MicrophoneServer.cc.
By default, subtracts from the reference counter (RemoveReference()), and thus may deletex if zero; Don't forget to still call this when you override this; Warning: call this at the end of your DoStop(), not beginning (it might
Reimplemented from BehaviorBase. Definition at line 52 of file MicrophoneServer.cc.
By defining here, allows you to get away with not supplying a processEvent() function for the EventListener interface. By default, does nothing.
Reimplemented from BehaviorBase. Definition at line 64 of file MicrophoneServer.cc.
makes Aperios-specific call to set microphone mode
Definition at line 232 of file MicrophoneServer.cc.
makes Aperios-specific call to set microphone mode
Definition at line 251 of file MicrophoneServer.cc.
don't call
returns size of a "frame" at the given sampling rate and resolution
Definition at line 111 of file MicrophoneServer.cc. Referenced by processEvent().
performs sampling to a specified rate and resolution, stores into newSamples (which you must allocate)
Definition at line 142 of file MicrophoneServer.cc. Referenced by processEvent().
template<class T>
writes value to dst and advances dst
Definition at line 58 of file MicrophoneServer.h. Referenced by processEvent().
template<class T>
Member Data Documentation
max transmission buffer size for socket
Definition at line 26 of file MicrophoneServer.h. Referenced by DoStart().
global instance of the server
Definition at line 31 of file MicrophoneServer.h. Referenced by getInstance(), and ~MicrophoneServer().
socket for communication
Definition at line 54 of file MicrophoneServer.h. Referenced by DoStart(), DoStop(), and processEvent().
The documentation for this class was generated from the following files: |
Tekkotsu v4.0 |
Generated Thu Nov 22 00:58:32 2007 by Doxygen 1.5.4 |