Path to this page:
Subject: CVS commit: pkgsrc/audio/portaudio
From: Nia Alarie
Date: 2021-09-09 23:42:00
Message id: 20210909214200.433B7FA97@cvs.NetBSD.org
Log Message:
portaudio: Fix playing very short files in Audacity with Sun backend
According to portaudio's own docs, my previous code was correct -
aborting the stream should cause any queued samples to be dropped.
However, audacity seems to be abusing the portaudio API and calling
Abort immediately once it's finished processing the output...
Files: