| 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.
template<class T>
template<class T>
writes value to dst and advances dst
Definition at line 58 of file MicrophoneServer.h. Referenced by processEvent().
returns size of a "frame" at the given sampling rate and resolution
Definition at line 111 of file MicrophoneServer.cc. Referenced by processEvent().
don't call
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.
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().
makes Aperios-specific call to set microphone mode
Definition at line 238 of file MicrophoneServer.cc.
makes Aperios-specific call to set microphone mode
Definition at line 219 of file MicrophoneServer.cc.
Member Data Documentation
global instance of the server
Definition at line 31 of file MicrophoneServer.h. Referenced by GetInstance(), and ~MicrophoneServer().
aperios specific identifier for microphone access
Definition at line 51 of file MicrophoneServer.h. Referenced by SetMicrophoneAlcEnabled(), and SetMicrophoneUnidirectional().
max transmission buffer size for socket
Definition at line 26 of file MicrophoneServer.h. Referenced by DoStart().
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 v3.0 |
Generated Wed Oct 4 00:05:07 2006 by Doxygen 1.4.7 |