-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
This bug is more to save other the time investigating as I don't think that irslinger can fix it, although it might be useful to document in the code somehow/somewhere.
joan2937/pigpio#87
http://abyz.me.uk/rpi/pigpio/faq.html#Sound_isnt_working
By default gpioInitialise will take control of the PCM clock, which breaks the use of I2S audio (even after the irslinger program exits, only rectified at reboot). You can add a call gpioCfgClock(5, 0, 0); which will tell gpioInitialise to use the PWM clock instead (thus preventing use of PWM). But then the above goes on to mention that if you use the wave functions, pigpio will take over both PWM and PCM, so you can't do audio at all on the same system as using irslinger.
Metadata
Metadata
Assignees
Labels
No labels