changeset 33 | 3e2da88830cd |
parent 18 | 2f34d5167611 |
30:5dc02b23752f | 33:3e2da88830cd |
---|---|
96 |
96 |
97 private: |
97 private: |
98 bool open(); |
98 bool open(); |
99 void close(); |
99 void close(); |
100 |
100 |
101 void checkSurround(); |
|
102 bool surround40; |
|
103 bool surround51; |
|
104 bool surround71; |
|
105 |
|
101 QString device; |
106 QString device; |
102 QAudio::Mode mode; |
107 QAudio::Mode mode; |
103 QAudioFormat nearest; |
108 QAudioFormat nearest; |
104 QList<int> freqz; |
109 QList<int> freqz; |
105 QList<int> channelz; |
110 QList<int> channelz; |