Skip to content

Commit f26fa4d

Browse files
applet.audio.i2s_capture: implement I2S audio capture
1 parent 5307005 commit f26fa4d

File tree

2 files changed

+404
-0
lines changed

2 files changed

+404
-0
lines changed

software/glasgow/applet/all.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646

4747
from .audio.dac import AudioDACApplet
4848
from .audio.yamaha_opx import AudioYamahaOPxApplet
49+
from .audio.i2s_capture import AudioI2SCaptureApplet
4950

5051
from .video.rgb_input import VideoRGBInputApplet
5152
from .video.vga_output import VGAOutputApplet

0 commit comments

Comments
 (0)