Hi everybody,
I want to use the audio capability of the circle_os, but until now I'm unsuccessful to call any audio function from the circle_os API, the DRAW functions are working, but the problem is when I call an audio function I get an error in the compiler log:
C:\Work_Stage1\Development\Des_applications_d'essai\AUDIO_Record/record.c:43: undefined reference to `AUDIO_GetMode'
collect2: ld returned 1 exit status
Is there any include to made before using the audio functions? please help me!
Note: I use version 3.3 of circle os.
Thank you in advance
Oussama