OSDN Git Service

Please enter the commit message for your changes. Lines starting
[eos/base.git] / include / eosAlsa.h
1 #ifndef EOS_ALSA_H
2 #define EOS_ALSA_H
3 //#include <alsa/asoundlib.h>
4 #include <sound/asound.h>
5
6 extern void monoSound(float amplitude, float Hz);
7
8 #endif