Replies: 2 comments 1 reply
-
Just an idea... maybe one of the loaded modules is causing some data interference on this line? Are you using this context?
Could you maybe switch to a self-defined context and try to add one by one provider and see if the sound problem is linked to one of them specifically?
|
Beta Was this translation helpful? Give feedback.
-
I just moved my application from V1.4 to V2 and have the same problem, my HiFiBerry is only producing distorted sound. Seems the answer can be found here: It would be great if gpioCfgClock() can be made accessible in PI4J V2 See also #99 BTW, I also changed my code already to a self defined context with only the Providers I need (I2C, SPI, Digital in/out), not loading PWM, but it makes no difference |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have an sound card hat connected to the raspberry pi. When I register a output gpio (not used by the sound card) with pi4j-v2 the sound card stops working or the sound is distorted. It works with pi4j-v1.
Can anybody help or do you have similar problems?
Beta Was this translation helpful? Give feedback.
All reactions