-
-
Notifications
You must be signed in to change notification settings - Fork 177
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
Audio "popping" during stereo playback and Pass-through recording not working #170
Comments
Hmm, I’ll have to try recreating the issues here to give u a good answer I think. Gimme a bit of time…
… On Jun 11, 2022, at 4:11 AM, David Patterson ***@***.***> wrote:
This library is quite an achievement in a limited cpu!
I am using a mega.
The following pcmConfig.h is in use:
#define buffSize 254
#define SD_FULLSPEED
#define SDFAT
#define STEREO_OR_16BIT
#define ENABLE_RECORDING
#define BLOCK_COUNT 10000UL
During playback of a 2 channel 8bit 16000 Hz wav file the left channel exhibits an audible level of hum/popping noise. This does not appear with mono wav files. Swapping the speakers moves the distortion to the right side.
Both channel pins are passed to a small amplifier through 1uF capacitors.
Any hardware/software recommendations for aleviating this?
I can record wav files with satisfactory results. However I can not get pass-through to work at all. Any recommendations?
David
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
|
|
I was already working on pins 11 and 12 plus analogue 1. How would you recommend connecting to an amp? David |
I attached a more powerful amplifier. My microphone amp produces perfectly audible recordings with setVolume(4); for playback. David |
I'm using Arduino mega with PAM8403 amplifier. the volume was fine but had tremendous amount of noise and squeaking. |
This library is quite an achievement in a limited cpu!
I am using a mega.
The following pcmConfig.h is in use:
#define buffSize 254
#define SD_FULLSPEED
#define SDFAT
#define STEREO_OR_16BIT
#define ENABLE_RECORDING
#define BLOCK_COUNT 10000UL
During playback of a 2 channel 8bit 16000 Hz wav file the left channel exhibits an audible level of hum/popping noise. This does not appear with mono wav files. Swapping the speakers moves the distortion to the right side.
Both channel pins are passed to a small amplifier through 1uF capacitors.
Any hardware/software recommendations for aleviating this?
I can record wav files with satisfactory results. However I can not get pass-through to work at all. Any recommendations?
David
The text was updated successfully, but these errors were encountered: