analogdevicesinc / ai8x-synthesis

Quantization and Synthesis (Device Specific Code Generation) for ADI's MAX78000 and MAX78002 Edge AI Devices
Apache License 2.0
55 stars 47 forks source link

Sound #248

Closed Doruk-Dilmen closed 2 years ago

Doruk-Dilmen commented 2 years ago

Hi,

I'm trying to the card make a some sound. Would you give me the way or help?

aniktash commented 2 years ago

CODEC-Out.zip This is an example of playing a tone with codec coming out of line-out audio jack (J7)

Doruk-Dilmen commented 1 year ago

There is something wrong about defined.

aniktash commented 1 year ago

WavFile_t is defined in the audio.h of the project and is included at the top:

include "tmr.h"

include "audio.h"

static WavFile_t audioFile;

/ Definitions /

Doruk-Dilmen commented 1 year ago

thank you for helping,its working