#include <alsa.h>
Inheritance diagram for dmn::SoundAlsa:


Public Member Functions | |
| SoundAlsa () | |
| Constructor. | |
| SoundAlsa::~SoundAlsa () | |
| Destructor. | |
| bool | configure (Core *core) |
| Make all the configuration needed by the module (after have the id). | |
| void | mix_dominoes () |
| Mix the dominoes. | |
| void | domino_played (ID player, Domino domino, HalfDomino half) |
| Play a sound when a domino is played. | |
| void | player_pass (ID player) |
| Play a sound when a player passes. | |
This module uses ALSA (The Advanced Linux Sound Architecture)
|
|
Make all the configuration needed by the module (after have the id).
Implements dmn::Sound. |
|
||||||||||||||||
|
Play a sound when a domino is played.
Implements dmn::Sound. |
|
|
Play a sound when a player passes.
Implements dmn::Sound. |
1.3.4