Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Software serial emulation interfering with audio #40

Closed
masterX244 opened this issue Dec 14, 2015 · 1 comment
Closed

Software serial emulation interfering with audio #40

masterX244 opened this issue Dec 14, 2015 · 1 comment

Comments

@masterX244
Copy link

When using software serial mode sending audio is converted to random noise
Is there a mode avoiding the usage of the hardware PCM module?

@joan2937
Copy link
Owner

I'm afraid not.

pigpio is always sampling the GPIO. The sampling is timed with either the PWM or PCM peripherals.

Waves (which implement transmitted bit bang serial data) are timed with the PWM or PCM peripheral not being used for sampling the GPIO.

In effect you lose both the PWM and PCM audio capabilities once you use pigpio waves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants