Thanks for the flowers.It would, for me, be nice to have it playing via a simple Piezo or speaker, analogue via PWM + RC, for a low-cost solution when lower quality audio is acceptable. But not asking for you to deliver that, or even venture in that direction.
According to https://docs.circuitpython.org/en/lates ... index.html this should be as easy as replacing
Code:
i2s = audiobusio.I2SOut(board.GP10, board.GP11, board.GP9)
Code:
i2s = audiopwmio.PWMAudioOut(left_channel_pwm_pin, right_channel_pwm_pin)
Statistics: Posted by diereinegier — Sun Dec 22, 2024 2:15 pm