Hello,
Sorry if this discussion if already discussed but i just wondering, is it doable if i merely use a OpenMV cam H7 to deliver the music to my headset using a pin 6 and the ground pin with jumper cables. Or do you have any suggestions for me? Thanks
It’s possible. You can make a DAC audio driver. We don’t really focus on this though.
sorry what do you mean by make DAC audio driver. do i need to using class DAC like this article? class DAC – digital to analog conversion — MicroPython 1.15 documentation
Yeah, there’s a MicroPython library for playing audio WAV files using the DAC that you can use.