#include <audioinput.h>
| Public Member Functions | |
| SoundServerApp (SoundServer *server) | |
| ~SoundServerApp () | |
| Private Slots | |
| void | deviceChanged (int idx) | 
| void | epdEnableChanged (bool) | 
| void | epdSpeechChanged (bool) | 
| void | readMore () | 
| void | recstart () | 
| void | refreshDisplay () | 
| void | state (QAudio::State s) | 
| void | status () | 
| void | toggleMode () | 
| void | toggleSuspend () | 
| Private Attributes | |
| AudioInfo * | audioinfo | 
| QAudioInput * | audioInput | 
| char * | buffer | 
| QPushButton * | button | 
| QPushButton * | button2 | 
| RenderArea * | canvas | 
| QAudioDeviceInfo | device | 
| QComboBox * | deviceBox | 
| QAudioFormat | format | 
| QIODevice * | input | 
| bool | pullMode | 
| QPushButton * | recButton | 
| SoundServer * | server | 
Definition at line 145 of file audioinput.h.
| SoundServerApp::SoundServerApp | ( | SoundServer * | server | ) | 
Definition at line 440 of file audioinput.cpp.
Definition at line 508 of file audioinput.cpp.
| void SoundServerApp::deviceChanged | ( | int | idx | ) |  [private, slot] | 
Definition at line 576 of file audioinput.cpp.
| void SoundServerApp::epdEnableChanged | ( | bool | bEnabled | ) |  [private, slot] | 
Definition at line 591 of file audioinput.cpp.
| void SoundServerApp::epdSpeechChanged | ( | bool | bEnabled | ) |  [private, slot] | 
Definition at line 597 of file audioinput.cpp.
| void SoundServerApp::readMore | ( | ) |  [private, slot] | 
Definition at line 515 of file audioinput.cpp.
| void SoundServerApp::recstart | ( | ) |  [private, slot] | 
Definition at line 602 of file audioinput.cpp.
| void SoundServerApp::refreshDisplay | ( | ) |  [private, slot] | 
Definition at line 570 of file audioinput.cpp.
| void SoundServerApp::state | ( | QAudio::State | s | ) |  [private, slot] | 
Definition at line 565 of file audioinput.cpp.
| void SoundServerApp::status | ( | ) |  [private, slot] | 
Definition at line 510 of file audioinput.cpp.
| void SoundServerApp::toggleMode | ( | ) |  [private, slot] | 
Definition at line 528 of file audioinput.cpp.
| void SoundServerApp::toggleSuspend | ( | ) |  [private, slot] | 
Definition at line 545 of file audioinput.cpp.
| AudioInfo* SoundServerApp::audioinfo  [private] | 
Definition at line 158 of file audioinput.h.
| QAudioInput* SoundServerApp::audioInput  [private] | 
Definition at line 157 of file audioinput.h.
| char* SoundServerApp::buffer  [private] | 
Definition at line 169 of file audioinput.h.
| QPushButton* SoundServerApp::button  [private] | 
Definition at line 165 of file audioinput.h.
| QPushButton* SoundServerApp::button2  [private] | 
Definition at line 166 of file audioinput.h.
| RenderArea* SoundServerApp::canvas  [private] | 
Definition at line 160 of file audioinput.h.
| QAudioDeviceInfo SoundServerApp::device  [private] | 
Definition at line 155 of file audioinput.h.
| QComboBox* SoundServerApp::deviceBox  [private] | 
Definition at line 167 of file audioinput.h.
| QAudioFormat SoundServerApp::format  [private] | 
Definition at line 156 of file audioinput.h.
| QIODevice* SoundServerApp::input  [private] | 
Definition at line 159 of file audioinput.h.
| bool SoundServerApp::pullMode  [private] | 
Definition at line 162 of file audioinput.h.
| QPushButton* SoundServerApp::recButton  [private] | 
Definition at line 164 of file audioinput.h.
| SoundServer* SoundServerApp::server  [private] | 
Definition at line 153 of file audioinput.h.