5 =======================
7 Pd uses your soundcard in a way to reduce the latency introduced by
8 audio buffering. This may in some circumstances introduce distortions.
10 There are different methods to solve this problem.
12 1) starting pd with certain flags:
16 sets the number of fragments used in the OSS driver, and additionally
17 triggers the "good old and stable" device interface.
21 start pd in output only mode.
24 2) Using ALSA with OSS emulation
30 Instead of passing your command line flags to pd, you can write them
31 into your ~/.pdrc file. Each commandline switch on its own line like
40 -- Guenter Geiger <geiger@debian.org>, Tue, 3 Aug 1999 14:33:26 +0200