wip
This commit is contained in:
parent
b24c2d5bb3
commit
a61c528315
@ -195,7 +195,7 @@ int beep_test(void)
|
||||
|
||||
|
||||
// Raspi does not work with portaudio?!
|
||||
#ifdef __ARM1__
|
||||
#ifdef ALSA
|
||||
/*
|
||||
* This extra small demo sends sinusoidal samples to your speakers.
|
||||
*/
|
||||
|
@ -4,6 +4,10 @@
|
||||
#define PORTAUDIO
|
||||
#endif
|
||||
|
||||
#ifdef __ARM__
|
||||
#define ALSA
|
||||
#endif
|
||||
|
||||
#ifdef PORTAUDIO
|
||||
#include <portaudio.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user