Have you tried setting the sampling rate in the command line? Also good to tell it to turn audio on as well, just in case.
pd -r 44100 -nogui -send "pd dsp 1"
derek holzer wrote:
Hi all,
getting an installation ready to go, and I have discovered at the last minute that starting PD with the -nogui option under Linux destroys the sound.
The audio from my inputs sounds like it is at the wrong sampling rate or something... unnaturally high or aliased. The sound from a test-tone, OTOH, is fine. CPU use does not skyrocket, however, like for windoze users.
Patch running normally, of course, acts as it should and sounds fine.
Taking advice from the archives, I have included a [netreceive] object in my patch, and have explicitly set the sampling rate and various blocksizes.
Anything else I can try?
TIA, d.