Skip to content

No way to control pigpio timing source #16

@ajuniper

Description

@ajuniper

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions