Age | Commit message (Collapse) | Author |
|
and http://www.gnu.org/licenses/gpl-2.0.txt
|
|
- keep track if sound device is open
- use pass-by-reference-to-const instead of pass-by-value (no copying needed)
|
|
At the moment alsa support is disabled, but it is working (with some problems)
|
|
With this commit ALSA support is only some commits away. This commit
introduces cAudioOss, which has everything needed in it to handle a oss
audio device. There are some problems, which will fixed soon.
For instance, external mode is not supported at the moment.
|
|
Introduce a iAudio class - will be later base class for oss and alas
output -, which handles volume and channel handling.
|