#include <pthread.h>#include <gtk/gtk.h>#include <Alloc.hh>#include <Mutex.hh>#include <dsp/DSPOp.hh>#include "Config.h"#include "Audio.hh"#include "AudioA2.hh"#include "Audio3D.hh"#include "CfgFile.hh"#include "GtkUtils.hh"#include "Messages.hh"#include "SockClie.hh"#include "SockOp.hh"Include dependency graph for BeamAudioUI.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | clBeamAudioUI |
| User interface for beam audio server. More... | |
Defines | |
| #define | BAUI_VER_MAJ GLOBAL_VERSMAJ |
| #define | BAUI_VER_MIN GLOBAL_VERSMIN |
| #define | BAUI_VER_PL GLOBAL_VERSPL |
| #define | BAUI_PADDING 8 |
| #define | BAUI_SERVER_MAXLEN 255 |
| #define | BAUI_CONV_BUF_LEN 255 |
| #define | BAUI_AUDIO_BUFCOUNT 10 |
Variables | |
| const char * | cpWindowTxt = "Beam audio UI" |
| const char * | cpLServerTxt = "Server" |
| const char * | cpBConnectTxt = "Connect" |
| const char * | cpLSoundSpeedTxt = "Sound speed" |
| const char * | cpCBHighFreqTxt = "High frequencies" |
| const char * | cpCBDitherTxt = "Dither" |
| const char * | cpCB3DAudioTxt = "3D" |
| const char * | cpLDirectionTxt = "Direction" |
|
|
Definition at line 53 of file BeamAudioUI.hh. Referenced by clBeamAudioUI::clBeamAudioUI(). |
|
|
Definition at line 54 of file BeamAudioUI.hh. Referenced by clBeamAudioUI::clBeamAudioUI(). |
|
|
Definition at line 55 of file BeamAudioUI.hh. Referenced by clBeamAudioUI::clBeamAudioUI(). |
|
|
Definition at line 56 of file BeamAudioUI.hh. Referenced by clBeamAudioUI::Build(), clBeamAudioUI::BuildTable1(), and clBeamAudioUI::BuildTable2(). |
|
|
Definition at line 57 of file BeamAudioUI.hh. Referenced by clBeamAudioUI::BuildTable1(), clBeamAudioUI::OnConnectClick(), and clBeamAudioUI::ParseServerStr(). |
|
|
Definition at line 58 of file BeamAudioUI.hh. Referenced by clBeamAudioUI::OnGdkInput(). |
|
|
Definition at line 59 of file BeamAudioUI.hh. Referenced by clBeamAudioUI::AllocateBuffers(), clBeamAudioUI::AudioOutThread(), and clBeamAudioUI::OnGdkInput(). |
|
|
Definition at line 62 of file BeamAudioUI.hh. |
|
|
Definition at line 63 of file BeamAudioUI.hh. |
|
|
Definition at line 64 of file BeamAudioUI.hh. |
|
|
Definition at line 65 of file BeamAudioUI.hh. |
|
|
Definition at line 66 of file BeamAudioUI.hh. |
|
|
Definition at line 67 of file BeamAudioUI.hh. |
|
|
Definition at line 68 of file BeamAudioUI.hh. |
|
|
Definition at line 69 of file BeamAudioUI.hh. |
1.3.3