Skip to content

synthesize a sine wave on the fly and play it in the background with DMA and I2S - for SAMD21 and above

Notifications You must be signed in to change notification settings

dfl/Adafruit_ZeroDMA_I2S_DSP_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

for Arduino Zero or Adafruit Metro M0 using Adafruit_Zero_DMA library

Example code to generate audio data on the fly and copy it with DMA to I2S playback.
This frees up the processor to do other things like control LEDs, etc.

Only tested on SAMD21 but should work on SAMD51.

About

synthesize a sine wave on the fly and play it in the background with DMA and I2S - for SAMD21 and above

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages